summaryrefslogtreecommitdiffstats
path: root/sys/dev/hid/hidmsvar.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* add quirks for Kensington Slimblade trackball via new vendor buttonsthfr2021-01-101-13/+14
| | | | | | | quirks. Original diff from Sven M. Hallberg < pesco () khjk ! org > Diff updated and tested by Timo Myyra ok phessler@
* Move HID support files out of dev/usb into new dev/hid directoryjcs2016-01-081-0/+83
These files aren't USB-specific and were used by the previous Bluetooth implementation, and will be used by the upcoming HID-over-i2C implementation ok deraadt previous version ok kettenis and mpi