summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb/uhidev.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove config_activate() and DVACT_ACTIVATE. PCMCIA's the only thingmatthew2011-07-031-3/+1
* garbage collect "usb events". without /dev/usb there is no way to accessjakemsr2011-01-251-7/+1
* remove dying flag in detach() function.yuo2010-09-241-2/+1
* In xxactivate() DVACT_DEACTIVATE, when calling a series of config_deactivate()deraadt2010-08-311-6/+8
* Handle USB_GET_REPORT, USB_GET_REPORT_DESC, USB_GET_REPORT_ID andmiod2010-08-021-1/+70
* suppress warning massage for polling only HID devices.yuo2009-11-231-3/+3
* Get rid of devact enum, substitute it with an int and coresponding defines.pirofti2009-10-131-3/+3
* Use the correct buffer for non-zero report IDs in uhidev_set_report().jsg2009-07-231-2/+2
* Avoid a buf oflow in uhidev_set_report_async() if we have to prepend themiod2009-06-021-1/+8
* First pass at removing clauses 3 and 4 from NetBSD licenses.ray2008-06-261-8/+1
* remove #ifdef __macppc__ due to a misunderstanding:todd2008-06-141-13/+1
* fewer lines of dmesg output spew (matters more on newer sony laptops with... 15 lines of usb devices..deraadt2007-11-121-5/+6
* treat usb vendor/product names as a locator, and have usbd_print handle it,deraadt2007-10-111-6/+3
* KNFgilles2007-09-111-2/+2
* more M_ZERO conversions; ok krw@.fgsch2007-09-091-3/+2
* Remove the definition and usage of the USB_DECLARE_DRIVER_CLASS andmbalmer2007-06-141-2/+17
* Remove the definition and use of the device_ptr_t which was a struct device *.mbalmer2007-06-121-4/+4
* Remove the definition and use of the USBDEVNAME macro.mbalmer2007-06-101-11/+11
* Remove the definition and use of the USBDEV macro. It only created confusionmbalmer2007-06-101-3/+3
* Remove the "Static" declaration of many functions. It was defined to be emptymbalmer2007-06-051-6/+6
* Last part of FreeBSD/NetBSD sepcific code removal.mbalmer2007-06-041-11/+1
* Farewell USB_{ATTACH,MATCH,DETACH}* you will not be missed.jsg2007-05-271-18/+19
* Remove logprintf macrojsg2007-05-211-3/+3
* cover up a bug (resulting in noise in dmesg) that we still do notderaadt2006-11-261-2/+2
* Fix possible NULL deref from Alexey V. Vatchenko <avv@mail.zp.ua>marco2006-08-221-3/+3
* support for ucycom:jason2006-08-181-39/+158
* In a drivers activate() entry point, if on DVACT_DEACTIVATE it doesmiod2006-06-231-4/+3
* Recent Powerbook systems have their on-board keyboard and mouse devicesmiod2006-06-171-1/+14
* Add a quirk to force the Wi-spy spectrum analyser to attach as ugen.matthieu2006-05-141-1/+3
* Remove last NRND NetBSDisms from tree.krw2006-03-071-12/+1
* add Wacom Graphire3 and Graphire4 support.brad2006-01-061-6/+26
* Don't keep the devinfo string on the stack, instead use malloc/free.brad2005-08-011-4/+6
* put "do { } while (0)" wrappers on all the debug maroc functionsderaadt2004-07-081-3/+3
* sync with NetBSDnate2003-07-051-14/+18
* 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
* 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