summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb/uhid.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove some includes include-what-you-use claims don'tjsg2015-03-141-2/+1
* First step towards making uiomove() take a size_t size argument:miod2015-02-101-4/+4
* Change uhidev(4) set/get report functions in various way.mpi2014-12-111-20/+12
* add a size argument to free. will be used soon, but for now default to 0.tedu2014-07-121-2/+2
* Modify the uhidev_*_report() methods to always take a report ID argumentmpi2014-04-151-4/+6
* Add a temporary hack to let a subdriver claim all the reportIDs ofmpi2014-03-191-5/+4
* Kill matchlvl usage throughout the usb stack.pirofti2013-11-191-3/+3
* Clean-up the HID environment.pirofti2013-11-151-29/+12
* Remove config_activate() and DVACT_ACTIVATE. PCMCIA's the only thingmatthew2011-07-031-4/+1
* kqueue attach functions should return an errno or 0, not a plain 1. Fixnicm2011-07-021-2/+2
* 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-3/+1
* Handle USB_GET_REPORT, USB_GET_REPORT_DESC, USB_GET_REPORT_ID andmiod2010-08-021-75/+19
* Correct the links between threads, processes, pgrps, and sessions,guenther2010-07-261-8/+8
* add USB_GET_DEVICEINFO and USB_GET_STRING_DESC ioctl to the uhid(4).yuo2009-11-231-1/+17
* Every selwakeup() should have a matching KNOTE() (even if kqueue isn'tnicm2009-11-091-2/+1
* Add missing KNOTE() calls after selwakeup(), until we decide if the KNOTE()deraadt2009-10-311-1/+2
* Get rid of devact enum, substitute it with an int and coresponding defines.pirofti2009-10-131-3/+3
* clalloc() can't fail, so there's no need to handle failure cases.blambert2009-07-191-5/+3
* First pass at removing clauses 3 and 4 from NetBSD licenses.ray2008-06-261-8/+1
* 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-2/+2
* Remove the usb_proc_ptr type definition, which was really a 'struct proc *'mbalmer2007-06-111-8/+8
* Remove the USB_GET_SC_OPEN macro. There is a double check for sc == NULL inmbalmer2007-06-111-2/+6
* Remove the definition and use of the USB_GET_SC macro, no binary change.mbalmer2007-06-111-7/+7
* More USB cleanup: In usb_port.h, get rid of the sel_klist #definemk2007-06-111-4/+4
* Remove the definition and use of the USBDEV macro. It only created confusionmbalmer2007-06-101-6/+6
* Remove the "Static" declaration of many functions. It was defined to be emptymbalmer2007-06-051-11/+11
* Last part of FreeBSD/NetBSD sepcific code removal.mbalmer2007-06-041-20/+1
* Farewell USB_{ATTACH,MATCH,DETACH}* you will not be missed.jsg2007-05-271-9/+11
* Remove logprintf macrojsg2007-05-211-3/+3
* poll errors should be POLLERR, not some random E valuetedu2006-11-011-2/+2
* In a drivers activate() entry point, if on DVACT_DEACTIVATE it doesmiod2006-06-231-2/+2
* Move contents of sys/select.h to sys/selinfo.h in preparation for amillert2005-11-211-2/+2
* put "do { } while (0)" wrappers on all the debug maroc functionsderaadt2004-07-081-3/+3
* kqueue support for various usb devices including: usb, uhid, ugen,nate2003-06-271-2/+68
* fix documentation links from netbsdnate2003-05-191-2/+2
* sync with NetBSDnate2002-11-111-4/+18
* update $NetBSD$ tagsnate2002-07-251-2/+2
* get rid of trailing whitespacenate2002-07-251-6/+6
* Please be more portable in usb landnate2002-07-111-1/+5
* no provate cdev_decl()s, they are in sys/conf.h nowmickey2002-07-101-3/+1
* Sync hid stuff including ukbd, ums, and uhid with NetBSDnate2002-05-091-265/+84
* Meant to commit only ulpt and committed everything. Most things weren't readynate2002-05-071-84/+265
* Sync ulpt driver with NetBSDnate2002-05-071-265/+84
* prefix structure members to avoid name clashes.nate2002-05-021-9/+10
* Synchronize usb code with NetBSD.nate2001-10-311-5/+7
* Sync with NetBSD. Tested with a USB keyboard, USB mouse, and three differentaaron2001-05-031-2/+2
* Another USB sync with NetBSD. We are still lacking an up-to-date umass(4)aaron2001-01-281-4/+22
* Sync with NetBSD. Too many changes to mention. For now I have skippedaaron2000-11-081-59/+21