| Commit message (Expand) | Author | Age | Files | Lines |
* | Define a USB quirk for devices that need to keep their pipes open at |  jcs | 2021-03-24 | 1 | -9/+27 |
* | update some usb.org URLs following reorganisation, add a new one for upd |  sthen | 2021-01-29 | 1 | -2/+2 |
* | add quirks for Kensington Slimblade trackball via new vendor buttons |  thfr | 2021-01-10 | 1 | -1/+3 |
* | uhidev(4) does apply the SET_IDLE request to all its child drivers |  mglocker | 2020-08-23 | 1 | -1/+3 |
* | Fix broken HID descriptors of Elecom trackballs. |  bru | 2020-06-17 | 1 | -1/+54 |
* | properly initialize quirks before sending them to hid layer, broken |  jcs | 2016-01-12 | 1 | -2/+2 |
* | revert manual additions of hid.h now that usbhid.h brings it in |  jcs | 2016-01-09 | 1 | -2/+1 |
* | Move HID support files out of dev/usb into new dev/hid directory |  jcs | 2016-01-08 | 1 | -5/+14 |
* | Attach USB HID devices from the Generic Destop page, usage pointer to |  matthieu | 2014-12-28 | 1 | -1/+5 |
* | Now that DVACT_DEACTIVATE is propagated to the children of a device when |  mpi | 2014-08-21 | 1 | -32/+11 |
* | Clean-up the HID environment. |  pirofti | 2013-11-15 | 1 | -9/+7 |
* | Blast uhts(4). This code was merged into ums(4) last week. |  edd | 2013-08-15 | 1 | -9/+3 |
* | Merge uhts(1) into ums(1). The code is amost the same, so no need to duplicate. |  edd | 2013-08-09 | 1 | -5/+20 |
* | Remove config_activate() and DVACT_ACTIVATE. PCMCIA's the only thing |  matthew | 2011-07-03 | 1 | -4/+1 |
* | Add TouchScreen support. Makes newer Gunze USB TouchScreen devices work. |  kettenis | 2011-03-04 | 1 | -6/+9 |
* | Handle USB_GET_REPORT, USB_GET_REPORT_DESC, USB_GET_REPORT_ID and |  miod | 2010-08-02 | 1 | -3/+12 |
* | Factorization of the bluetooth and usb hid input driver logic, to reduce code |  miod | 2010-07-31 | 1 | -302/+39 |
* | Get rid of devact enum, substitute it with an int and coresponding defines. |  pirofti | 2009-10-13 | 1 | -3/+3 |
* | If we recognize a specific mouse model where we need to override locator |  miod | 2009-07-26 | 1 | -13/+7 |
* | First pass at removing clauses 3 and 4 from NetBSD licenses. |  ray | 2008-06-26 | 1 | -8/+1 |
* | Add support for yet another exotic Microsoft Mouse, this time the |  miod | 2008-05-08 | 1 | -5/+24 |
* | Add support for Microsoft Wireless Intellimouse, from FreeBSD. Not only does |  miod | 2008-05-08 | 1 | -14/+104 |
* | remove unneeded malloc.h include. |  fgsch | 2007-09-17 | 1 | -2/+1 |
* | Remove the definition and usage of the USB_DECLARE_DRIVER_CLASS and |  mbalmer | 2007-06-14 | 1 | -2/+17 |
* | Remove the definition and use of the device_ptr_t which was a struct device *. |  mbalmer | 2007-06-12 | 1 | -2/+2 |
* | Remove the usb_proc_ptr type definition, which was really a 'struct proc *' |  mbalmer | 2007-06-11 | 1 | -3/+3 |
* | Remove the definition and use of the USBDEVNAME macro. |  mbalmer | 2007-06-10 | 1 | -8/+8 |
* | Remove the "Static" declaration of many functions. It was defined to be empty |  mbalmer | 2007-06-05 | 1 | -8/+8 |
* | Farewell USB_{ATTACH,MATCH,DETACH}* you will not be missed. |  jsg | 2007-05-27 | 1 | -13/+15 |
* | Remove logprintf macro |  jsg | 2007-05-21 | 1 | -3/+3 |
* | Add support for a fourth axis on wsmouse devices, e.g. on the Apple Might |  miod | 2007-04-10 | 1 | -19/+42 |
* | In a drivers activate() entry point, if on DVACT_DEACTIVATE it does |  miod | 2006-06-23 | 1 | -2/+2 |
* | Move contents of sys/select.h to sys/selinfo.h in preparation for a |  millert | 2005-11-21 | 1 | -2/+2 |
* | some mice have more than 7 buttons, so raise the limit in the driver. |  dlg | 2004-12-06 | 1 | -2/+2 |
* | put "do { } while (0)" wrappers on all the debug maroc functions |  deraadt | 2004-07-08 | 1 | -3/+3 |
* | update documentation url |  nate | 2003-05-19 | 1 | -3/+3 |
* | sync with NetBSD |  nate | 2002-11-11 | 1 | -4/+3 |
* | update $NetBSD$ tags |  nate | 2002-07-25 | 1 | -2/+2 |
* | get rid of trailing whitespace |  nate | 2002-07-25 | 1 | -5/+5 |
* | Sync hid stuff including ukbd, ums, and uhid with NetBSD |  nate | 2002-05-09 | 1 | -153/+44 |
* | Meant to commit only ulpt and committed everything. Most things weren't ready |  nate | 2002-05-07 | 1 | -44/+153 |
* | Sync ulpt driver with NetBSD |  nate | 2002-05-07 | 1 | -153/+44 |
* | Synchronize usb code with NetBSD. |  nate | 2001-10-31 | 1 | -5/+5 |
* | Sync with NetBSD. Tested with a USB keyboard, USB mouse, and three different |  aaron | 2001-05-03 | 1 | -4/+4 |
* | Another USB sync with NetBSD. We are still lacking an up-to-date umass(4) |  aaron | 2001-01-28 | 1 | -2/+2 |
* | Sync with NetBSD. Too many changes to mention. For now I have skipped |  aaron | 2000-11-08 | 1 | -5/+5 |
* | Be gentle with the poor Apple mouse that has only 1 button (without |  matthieu | 2000-09-07 | 1 | -2/+4 |
* | add ums mouse support from NetBSD |  matthieu | 2000-09-07 | 1 | -0/+468 |