| Commit message (Expand) | Author | Age | Files | Lines |
* | update some usb.org URLs following reorganisation, add a new one for upd |  sthen | 2021-01-29 | 1 | -2/+2 |
* | introduce ujoy(4), a restricted subset of uhid(4) for gamecontrollers. |  thfr | 2021-01-23 | 1 | -1/+6 |
* | Refactor klist insertion and removal |  visa | 2020-12-25 | 1 | -3/+3 |
* | Use seltrue_kqfilter() instead of hand-rolling it in multiple drivers. |  mpi | 2020-05-13 | 1 | -11/+2 |
* | Abstract the head of knote lists. This allows extending the lists, |  visa | 2020-04-07 | 1 | -3/+3 |
* | Fix incoherencies of errors returned by various *kqfilter routines. |  mpi | 2020-04-03 | 1 | -2/+2 |
* | Replace field f_isfd with field f_flags in struct filterops to allow |  visa | 2020-02-20 | 1 | -3/+3 |
* | Invalidate knote list of uhid(4) after device detach. This prevents |  visa | 2020-01-18 | 1 | -1/+5 |
* | Use C99 designated initializers with struct filterops. In addition, |  visa | 2019-12-31 | 1 | -5/+13 |
* | poll handlers must return a poll(2) revents value, not errno(2) values. |  reyk | 2019-12-19 | 1 | -3/+3 |
* | Add fido(4), a HID driver for FIDO/U2F security keys |  reyk | 2019-12-17 | 1 | -41/+53 |
* | Convert infinite sleeps to tsleep_nsec(9). |  mpi | 2019-11-27 | 1 | -2/+2 |
* | Simplify/refactor the way vendor/product/serial informations are |  landry | 2018-05-01 | 1 | -2/+2 |
* | Delete unnecessary <sys/file.h> includes |  guenther | 2017-12-30 | 1 | -2/+1 |
* | Add dummy FIOASYNC handler. |  mpi | 2017-09-23 | 1 | -1/+2 |
* | Remove SIGIO support. Base tools do not implement it and ports relying |  mpi | 2017-07-20 | 1 | -26/+1 |
* | A pile of sizes to free(9). In test for a few days in snapshots. |  deraadt | 2017-04-08 | 1 | -2/+2 |
* | Kill unused ioctl(2)s. |  mpi | 2016-05-24 | 1 | -14/+2 |
* | Convert uiomovei to uiomove. Fixes a few integer truncations along the |  stefan | 2016-03-03 | 1 | -5/+5 |
* | Remove USB_SET_IMMED ioctl and corresponding code and manpage bits. |  stefan | 2016-02-28 | 1 | -24/+1 |
* | revert manual additions of hid.h now that usbhid.h brings it in |  jcs | 2016-01-09 | 1 | -3/+1 |
* | Move HID support files out of dev/usb into new dev/hid directory |  jcs | 2016-01-08 | 1 | -2/+3 |
* | Remove some includes include-what-you-use claims don't |  jsg | 2015-03-14 | 1 | -2/+1 |
* | First step towards making uiomove() take a size_t size argument: |  miod | 2015-02-10 | 1 | -4/+4 |
* | Change uhidev(4) set/get report functions in various way. |  mpi | 2014-12-11 | 1 | -20/+12 |
* | add a size argument to free. will be used soon, but for now default to 0. |  tedu | 2014-07-12 | 1 | -2/+2 |
* | Modify the uhidev_*_report() methods to always take a report ID argument |  mpi | 2014-04-15 | 1 | -4/+6 |
* | Add a temporary hack to let a subdriver claim all the reportIDs of |  mpi | 2014-03-19 | 1 | -5/+4 |
* | Kill matchlvl usage throughout the usb stack. |  pirofti | 2013-11-19 | 1 | -3/+3 |
* | Clean-up the HID environment. |  pirofti | 2013-11-15 | 1 | -29/+12 |
* | Remove config_activate() and DVACT_ACTIVATE. PCMCIA's the only thing |  matthew | 2011-07-03 | 1 | -4/+1 |
* | kqueue attach functions should return an errno or 0, not a plain 1. Fix |  nicm | 2011-07-02 | 1 | -2/+2 |
* | garbage collect "usb events". without /dev/usb there is no way to access |  jakemsr | 2011-01-25 | 1 | -7/+1 |
* | remove dying flag in detach() function. |  yuo | 2010-09-24 | 1 | -3/+1 |
* | Handle USB_GET_REPORT, USB_GET_REPORT_DESC, USB_GET_REPORT_ID and |  miod | 2010-08-02 | 1 | -75/+19 |
* | Correct the links between threads, processes, pgrps, and sessions, |  guenther | 2010-07-26 | 1 | -8/+8 |
* | add USB_GET_DEVICEINFO and USB_GET_STRING_DESC ioctl to the uhid(4). |  yuo | 2009-11-23 | 1 | -1/+17 |
* | Every selwakeup() should have a matching KNOTE() (even if kqueue isn't |  nicm | 2009-11-09 | 1 | -2/+1 |
* | Add missing KNOTE() calls after selwakeup(), until we decide if the KNOTE() |  deraadt | 2009-10-31 | 1 | -1/+2 |
* | Get rid of devact enum, substitute it with an int and coresponding defines. |  pirofti | 2009-10-13 | 1 | -3/+3 |
* | clalloc() can't fail, so there's no need to handle failure cases. |  blambert | 2009-07-19 | 1 | -5/+3 |
* | First pass at removing clauses 3 and 4 from NetBSD licenses. |  ray | 2008-06-26 | 1 | -8/+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 | -8/+8 |
* | Remove the USB_GET_SC_OPEN macro. There is a double check for sc == NULL in |  mbalmer | 2007-06-11 | 1 | -2/+6 |
* | Remove the definition and use of the USB_GET_SC macro, no binary change. |  mbalmer | 2007-06-11 | 1 | -7/+7 |
* | More USB cleanup: In usb_port.h, get rid of the sel_klist #define |  mk | 2007-06-11 | 1 | -4/+4 |
* | Remove the definition and use of the USBDEV macro. It only created confusion |  mbalmer | 2007-06-10 | 1 | -6/+6 |
* | Remove the "Static" declaration of many functions. It was defined to be empty |  mbalmer | 2007-06-05 | 1 | -11/+11 |