usbhost_hidkbd: Add the option to use interrupt transfers.

Using the interrupt pipe is recommended in the Get_Report
request section of the HID standard. This option has been
added to support some keyboards that refuse to return valid
keys when polled using the Get_Report request. Support for
the Caps Lock key, including LED, has also been added.
This commit is contained in:
Lwazi Dube
2023-03-28 11:02:43 -04:00
committed by Alan Carvalho de Assis
parent b058f37353
commit 18d196e968
2 changed files with 611 additions and 160 deletions
+6
View File
@@ -361,6 +361,12 @@ config HIDKBD_NODEBOUNCE
If set to y normal debouncing is disabled. Default:
Debounce enabled (No repeat keys).
config HIDKBD_NOGETREPORT
bool "Use Interrupt pipe to get keys"
default n
---help---
Use the INTERRUPT IN pipe to get keyboard input reports.
endif
config USBHOST_HIDMOUSE
File diff suppressed because it is too large Load Diff