xairy / raw-gadget

USB Raw Gadget — a low-level interface for the Linux USB Gadget subsystem
333 stars 35 forks source link

Out-of-scope: Use inside Android device #3

Closed lars18th closed 4 years ago

lars18th commented 4 years ago

Hi @xairy ,

Your RAW GADGET module seems very useful. However, it's quite difficult to use it inside an Android device (without rooting it). Then I ask if you feel it's possible to have some Android API to access to low level gadget functions.

Regards.

xairy commented 4 years ago

Hi!

Raw Gadget will most probably make it into Android common kernels, but it's unlikely it'll be enabled on consumer devices.

Thanks!

lars18th commented 4 years ago

Hi @xairy ,

Thank you for your response.