summaryrefslogtreecommitdiff
path: root/sys/dev/usb/uhidev.c
AgeCommit message (Collapse)Author
2006-06-17Recent Powerbook systems have their on-board keyboard and mouse devicesMiod Vallat
also showing up as usb devices, but both devices are tied. To make things less confusing, do not attach the usb phantoms at all.
2006-05-14Add a quirk to force the Wi-spy spectrum analyser to attach as ugen.Matthieu Herrb
It claims to be a HID device, but it's not really one. ok miod@, jsg@.
2006-03-07Remove last NRND NetBSDisms from tree.Kenneth R Westerback
ok deraadt@ brad@
2006-01-06add Wacom Graphire3 and Graphire4 support.Brad Smith
From NetBSD via Michael Knudsen ok dlg@
2005-08-01Don't keep the devinfo string on the stack, instead use malloc/free.Brad Smith
This should cure some rare stack overflows. From augustss NetBSD ok dlg@ pascoe@
2004-07-08put "do { } while (0)" wrappers on all the debug maroc functionsTheo de Raadt
2003-07-05sync with NetBSDNathan Binkert
remove unused global.
2003-05-19fix documentation links from netbsdNathan Binkert
2003-05-07string cleanup; nate okTheo de Raadt
2002-11-11sync with NetBSDNathan Binkert
2002-07-25update $NetBSD$ tagsNathan Binkert
2002-07-25get rid of trailing whitespaceNathan Binkert
2002-05-09Sync hid stuff including ukbd, ums, and uhid with NetBSDNathan Binkert
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
2002-05-07Meant to commit only ulpt and committed everything. Most things weren't readyNathan Binkert
2002-05-07Sync ulpt driver with NetBSDNathan Binkert