Android USB host mode “soft-mode” drivers for standard class-compliant USB devices

前端 未结 1 669
情深已故
情深已故 2021-02-06 21:55

Now that the Android APIs support working directly with USB devices (since 3.1), I am curious if there has been any work to create \"soft-mode\" drivers for some of the more pop

1条回答
  •  死守一世寂寞
    2021-02-06 22:59

    I have started work on an IRDA driver stack over USB in user space. I am working out the basic plumbing but as far as I can see if I can create the equivalent user space driver to the linux kernel drivers such as the STIR4200 driver then I "ought" to then be able to port over existing IRDA protocol stacks such as JIR.

    We shall see...

    0 讨论(0)
提交回复
热议问题