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