summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb/hidms.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Let ums probe bounds of absolute devices if available.matthieu2011-08-191-2/+21
| | | | ok shadchin@ some weeks ago.
* Do not use NULL in integer comparisons. No functional change.miod2011-04-071-2/+2
| | | | ok matthew@ tedu@, also eyeballed by at least krw@ oga@ kettenis@ jsg@
* Add TouchScreen support. Makes newer Gunze USB TouchScreen devices work.kettenis2011-03-041-7/+86
| | | | ok deraadt@
* Factorization of the bluetooth and usb hid input driver logic, to reduce codemiod2010-07-311-0/+348
duplication and divergence. Thanks to mlarkin@ for bluetooth devices tests.