pelya / android-keyboard-gadget

Convert your Android device into USB keyboard/mouse, control your PC from your Android device remotely, including BIOS/bootloader.
Apache License 2.0
1.25k stars 314 forks source link

Adding kernel patch for HTC One M8 #58

Closed tejado closed 7 years ago

tejado commented 7 years ago

HTC made some modifications to the gadget driver. With this patch, hid (keyboard & mouse) is always enabled.

Please let me know if we can enhance this. I guess this patch is not really the best method to implement your keyboard gadget in the HTC kernel.

pelya commented 7 years ago

Thanks. In the original patch, HID is also always enabled, because this makes things easier to debug.