summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb/uhidev.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* put "do { } while (0)" wrappers on all the debug maroc functionsderaadt2004-07-081-3/+3
|
* sync with NetBSDnate2003-07-051-14/+18
| | | | remove unused global.
* fix documentation links from netbsdnate2003-05-191-2/+2
|
* string cleanup; nate okderaadt2003-05-071-2/+2
|
* sync with NetBSDnate2002-11-111-3/+13
|
* update $NetBSD$ tagsnate2002-07-251-2/+2
|
* get rid of trailing whitespacenate2002-07-251-11/+11
|
* Sync hid stuff including ukbd, ums, and uhid with NetBSDnate2002-05-091-0/+513
| | | | | | | | | This adds a uhidev device which can be thought of as something like a uhid bus. It allows more than one ukbd, ums, or uhid to attach to the same device instance. This functionality is found on many of the newer keyboards that have extra buttons. (The extra buttons show up as uhid device(s)). Tested by me on i386, dale on macppc, and jason on sparc64
* Meant to commit only ulpt and committed everything. Most things weren't readynate2002-05-071-513/+0
|
* Sync ulpt driver with NetBSDnate2002-05-071-0/+513