summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb/makemap.awk (follow)
Commit message (Expand)AuthorAgeFilesLines
* Enable brightness keys on powerbooks where the keyboard attaches as ukbd(4).tobhe2020-11-021-2/+4
* Fix translation table for JIS keys; reported by Nakano Takaharu.miod2013-11-201-7/+7
* Get USB F13 to F24 keys from the PS/2 layout, rather than as extra entries, now.miod2013-04-141-14/+14
* Do not turn keypad delete key into the other delete key when creating themiod2012-04-031-3/+3
* Support extra F-keys (up to F24) on HID keyboards.miod2010-07-311-8/+21
* Put the audio volume control keys in the conversion table, instead ofmiod2009-01-111-5/+5
* Add the fr-dvorak-be'po layout as fr.dvorak for ps/2 and usb keyboards.miod2008-08-091-6/+7
* Add the Sun extended keys (L keys, volume keys) to the console mode layouts.miod2008-05-191-2/+26
* No longer include usb_port.h, all macros have been converted to their Cmbalmer2007-06-171-6/+4
* Duplicate keycode 50 as keycode 49, some USB keyboards use the latter.miod2005-05-231-6/+11
* Provide the same unmarked symbold on the fr.apple layout as found on themiod2005-05-191-5/+35
* Add a layout for the french Apple black usb keyboard (fr.apple).miod2005-05-191-5/+27
* Populate \t better in the output, for human readability; no change in themiod2005-05-121-7/+14
* Define a specific map for the Apple portuguese USB keyboards.miod2005-05-121-12/+38
* Create the USB keyboard layout tables from the PS/2 tables.miod2005-05-091-0/+308