mirror of
https://github.com/apache/nuttx.git
synced 2026-08-17 09:33:18 +08:00
These are the configurations whose application reads the USB HID keyboard as a byte stream. Now that the driver reports through the keyboard upper half, they need INPUT_KEYBOARD_BYTESTREAM to keep behaving as before. INPUT drops out of the normalised defconfigs because USBHOST_HIDKBD now selects it. Signed-off-by: Jorge Guzman <jorge.gzm@gmail.com>