summaryrefslogtreecommitdiffstats
path: root/src/drivers/usb/usbkbd.c
Commit message (Expand)AuthorAgeFilesLines
* [console] Avoid overlap between special keys and Unicode charactersMichael Brown2023-07-041-2/+2
* [console] Support AltGr to access ASCII characters via remappingMichael Brown2022-02-151-0/+2
* [console] Centralise handling of key modifiersMichael Brown2022-02-151-10/+11
* [console] Handle remapping of scancode 86Michael Brown2022-02-101-1/+7
* [usb] Handle upper/lower case and Ctrl-<key> after applying remappingMichael Brown2022-02-101-6/+11
* [usb] Support keyboard remapping via the native USB keyboard driverMichael Brown2022-02-101-0/+5
* [usb] Allow USB endpoints to specify a reserved header length for refillsMichael Brown2016-01-191-1/+1
* [usb] Add support for numeric keypad on USB keyboardsMichael Brown2016-01-061-6/+82
* [usb] Allow for wildcard USB class IDsMichael Brown2015-09-141-5/+2Star
* [usb] Select preferred USB device configuration based on driver scoreMichael Brown2015-09-141-0/+1
* [usb] Add basic support for USB keyboardsMichael Brown2015-05-121-0/+509