summaryrefslogtreecommitdiff
path: root/sys/dev/usb/hidkbd.c
AgeCommit message (Expand)Author
2015-07-15Use mallocarray() and unsigned integers.Miod Vallat
2015-07-15Fix two bugs in the variable keys handling:Miod Vallat
2015-03-14Remove some includes include-what-you-use claims don'tJonathan Gray
2014-07-12add a size argument to free. will be used soon, but for now default to 0.Ted Unangst
2014-05-12Backport FreeBSD's HID parser in order to properly parse `moderm'Martin Pieuchot
2014-03-23Revert audio key handling, requested by ratchov@Martin Pieuchot
2014-03-16Convert LED page defines to the common usage names patern, noMartin Pieuchot
2014-03-16Don't use volume keys when in raw-mode (this doesn't work), and letMartin Pieuchot
2013-04-22handle long long time_t in debug codeTheo de Raadt
2012-07-13Add support compose LED on a usb keyboardAlexandr Shadchin
2012-07-07Support for USB keyboards that use a variable for each separate key in theMike Larkin
2011-11-09Auto-repeat keys in WSKBD_RAW mode is not needed.Alexandr Shadchin
2010-10-23check that a timeout(9) has been initialized before deleting itJacob Meuser
2010-08-01Be more generous when parsing the report descriptor:Miod Vallat
2010-07-31Support extra F-keys (up to F24) on HID keyboards.Miod Vallat
2010-07-31Factorization of the bluetooth and usb hid input driver logic, to reduce codeMiod Vallat