summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb/ums.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Define a USB quirk for devices that need to keep their pipes open atjcs2021-03-241-9/+27
* update some usb.org URLs following reorganisation, add a new one for updsthen2021-01-291-2/+2
* add quirks for Kensington Slimblade trackball via new vendor buttonsthfr2021-01-101-1/+3
* uhidev(4) does apply the SET_IDLE request to all its child driversmglocker2020-08-231-1/+3
* Fix broken HID descriptors of Elecom trackballs.bru2020-06-171-1/+54
* properly initialize quirks before sending them to hid layer, brokenjcs2016-01-121-2/+2
* revert manual additions of hid.h now that usbhid.h brings it injcs2016-01-091-2/+1
* Move HID support files out of dev/usb into new dev/hid directoryjcs2016-01-081-5/+14
* Attach USB HID devices from the Generic Destop page, usage pointer tomatthieu2014-12-281-1/+5
* Now that DVACT_DEACTIVATE is propagated to the children of a device whenmpi2014-08-211-32/+11
* Clean-up the HID environment.pirofti2013-11-151-9/+7
* Blast uhts(4). This code was merged into ums(4) last week.edd2013-08-151-9/+3
* Merge uhts(1) into ums(1). The code is amost the same, so no need to duplicate.edd2013-08-091-5/+20
* Remove config_activate() and DVACT_ACTIVATE. PCMCIA's the only thingmatthew2011-07-031-4/+1
* Add TouchScreen support. Makes newer Gunze USB TouchScreen devices work.kettenis2011-03-041-6/+9
* Handle USB_GET_REPORT, USB_GET_REPORT_DESC, USB_GET_REPORT_ID andmiod2010-08-021-3/+12
* Factorization of the bluetooth and usb hid input driver logic, to reduce codemiod2010-07-311-302/+39
* Get rid of devact enum, substitute it with an int and coresponding defines.pirofti2009-10-131-3/+3
* If we recognize a specific mouse model where we need to override locatormiod2009-07-261-13/+7
* First pass at removing clauses 3 and 4 from NetBSD licenses.ray2008-06-261-8/+1
* Add support for yet another exotic Microsoft Mouse, this time themiod2008-05-081-5/+24
* Add support for Microsoft Wireless Intellimouse, from FreeBSD. Not only doesmiod2008-05-081-14/+104
* remove unneeded malloc.h include.fgsch2007-09-171-2/+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-3/+3
* Remove the definition and use of the USBDEVNAME macro.mbalmer2007-06-101-8/+8
* Remove the "Static" declaration of many functions. It was defined to be emptymbalmer2007-06-051-8/+8
* Farewell USB_{ATTACH,MATCH,DETACH}* you will not be missed.jsg2007-05-271-13/+15
* Remove logprintf macrojsg2007-05-211-3/+3
* Add support for a fourth axis on wsmouse devices, e.g. on the Apple Mightmiod2007-04-101-19/+42
* 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
* some mice have more than 7 buttons, so raise the limit in the driver.dlg2004-12-061-2/+2
* put "do { } while (0)" wrappers on all the debug maroc functionsderaadt2004-07-081-3/+3
* update documentation urlnate2003-05-191-3/+3
* sync with NetBSDnate2002-11-111-4/+3
* update $NetBSD$ tagsnate2002-07-251-2/+2
* get rid of trailing whitespacenate2002-07-251-5/+5
* Sync hid stuff including ukbd, ums, and uhid with NetBSDnate2002-05-091-153/+44
* Meant to commit only ulpt and committed everything. Most things weren't readynate2002-05-071-44/+153
* Sync ulpt driver with NetBSDnate2002-05-071-153/+44
* Synchronize usb code with NetBSD.nate2001-10-311-5/+5
* Sync with NetBSD. Tested with a USB keyboard, USB mouse, and three differentaaron2001-05-031-4/+4
* Another USB sync with NetBSD. We are still lacking an up-to-date umass(4)aaron2001-01-281-2/+2
* Sync with NetBSD. Too many changes to mention. For now I have skippedaaron2000-11-081-5/+5
* Be gentle with the poor Apple mouse that has only 1 button (withoutmatthieu2000-09-071-2/+4
* add ums mouse support from NetBSDmatthieu2000-09-071-0/+468