| Commit message (Expand) | Author | Age | Files | Lines |
| * | use the UE_GET_XFERTYPE macro where applicable |  jasper | 2020-02-22 | 1 | -4/+4 |
| * | Prevent use-after-free in uhidev_close(). |  mpi | 2020-01-04 | 1 | -14/+14 |
| * | Send uhid(4) reports via the optional interrupt out pipe. Some |  patrick | 2019-11-13 | 1 | -16/+45 |
| * | Move HID->bus constant conversion for HID report types out of ihidev |  jcs | 2018-08-25 | 1 | -1/+16 |
| * | A pile of sizes to free(9). In test for a few days in snapshots. |  deraadt | 2017-04-08 | 1 | -5/+5 |
| * | Do not execute the callback if the device is beeing detached. |  mpi | 2016-06-13 | 1 | -12/+13 |
| * | 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 |
| * | Match 3rd party Xbox 360 controllers, from Christian Heckendorf. |  mpi | 2015-12-08 | 1 | -11/+15 |
| * | Fix uhidev_get_report_async() from David Higgs. |  mpi | 2015-02-28 | 1 | -4/+7 |
| * | Reduce the number of intermediate buffers by pre-allocating DMA buffers |  mpi | 2015-01-22 | 1 | -32/+41 |
| * | Correctly report memory allocation failure in uhidev_set_report_async(). |  mpi | 2015-01-09 | 1 | -2/+2 |
| * | Add an asynchronous version of uhidev_get_report(), from David Higgs |  mpi | 2015-01-09 | 1 | -2/+78 |
| * | yet more mallocarray() changes. |  doug | 2014-12-13 | 1 | -2/+2 |
| * | Change uhidev(4) set/get report functions in various way. |  mpi | 2014-12-11 | 1 | -34/+43 |
| * | Deprecate usb_*_report(). USB HID devices are always attached below |  mpi | 2014-12-08 | 1 | -35/+58 |
| * | sizeof() a pointer of the right struct to appease clang. |  mpi | 2014-08-10 | 1 | -2/+2 |
| * | add a size argument to free. will be used soon, but for now default to 0. |  tedu | 2014-07-12 | 1 | -7/+7 |
| * | Print an understandable error message when we fail to read the report |  mpi | 2014-07-10 | 1 | -3/+3 |
| * | Plug an xfer leak. |  mpi | 2014-04-29 | 1 | -3/+16 |
| * | Change the usbd_*_report() family of functions to take a usbd_device |  mpi | 2014-04-24 | 1 | -16/+32 |
| * | Modify the uhidev_*_report() methods to always take a report ID argument |  mpi | 2014-04-15 | 1 | -17/+18 |
| * | Fix uhidev_detach() when detaching a device which did not claimed for all |  andre | 2014-03-23 | 1 | -2/+3 |
| * | Add a temporary hack to let a subdriver claim all the reportIDs of |  mpi | 2014-03-19 | 1 | -11/+25 |
| * | Move the logic to deal with devices with broken descriptors into its |  mpi | 2014-03-16 | 1 | -69/+69 |
| * | Starting the spring cleanup. |  mpi | 2014-03-15 | 1 | -25/+23 |
| * | Remove debug leftover. |  mpi | 2014-03-15 | 1 | -7/+2 |
| * | Abort and close all the interrupt pipes when detaching HID devices since |  mpi | 2014-02-25 | 1 | -2/+11 |
| * | Kill matchlvl usage throughout the usb stack. |  pirofti | 2013-11-19 | 1 | -7/+1 |
| * | Clean-up the activate routines from the uoak*(4) drivers. |  pirofti | 2013-11-11 | 1 | -1/+5 |
| * | Spacing. |  mpi | 2013-11-01 | 1 | -20/+17 |
| * | Do not abuse the stack of the current process to prepend a report ID |  mpi | 2013-11-01 | 1 | -19/+25 |
| * | Add support for Microsoft XBox 360 controller as a uhid. It doesn't use |  jeremy | 2013-10-25 | 1 | -4/+21 |
| * | Unify and document usbd_transfer(9). |  mpi | 2013-09-20 | 1 | -3/+9 |
| * | Do no try to clear the endpoint, as it if has stalled, if the |  mpi | 2013-09-19 | 1 | -2/+2 |
| * | When deactivating child devices do not panic if their driver does |  mpi | 2013-05-07 | 1 | -7/+2 |
| * | Get rid of various 'typedef struct' definitions and use plain structure |  mglocker | 2013-04-15 | 1 | -4/+4 |
| * | Remove config_activate() and DVACT_ACTIVATE. PCMCIA's the only thing |  matthew | 2011-07-03 | 1 | -3/+1 |
| * | 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 | -2/+1 |
| * | In xxactivate() DVACT_DEACTIVATE, when calling a series of config_deactivate() |  deraadt | 2010-08-31 | 1 | -6/+8 |
| * | Handle USB_GET_REPORT, USB_GET_REPORT_DESC, USB_GET_REPORT_ID and |  miod | 2010-08-02 | 1 | -1/+70 |
| * | suppress warning massage for polling only HID devices. |  yuo | 2009-11-23 | 1 | -3/+3 |
| * | Get rid of devact enum, substitute it with an int and coresponding defines. |  pirofti | 2009-10-13 | 1 | -3/+3 |
| * | Use the correct buffer for non-zero report IDs in uhidev_set_report(). |  jsg | 2009-07-23 | 1 | -2/+2 |
| * | Avoid a buf oflow in uhidev_set_report_async() if we have to prepend the |  miod | 2009-06-02 | 1 | -1/+8 |
| * | First pass at removing clauses 3 and 4 from NetBSD licenses. |  ray | 2008-06-26 | 1 | -8/+1 |
| * | remove #ifdef __macppc__ due to a misunderstanding: |  todd | 2008-06-14 | 1 | -13/+1 |
| * | fewer lines of dmesg output spew (matters more on newer sony laptops with... 15 lines of usb devices.. |  deraadt | 2007-11-12 | 1 | -5/+6 |
| * | treat usb vendor/product names as a locator, and have usbd_print handle it, |  deraadt | 2007-10-11 | 1 | -6/+3 |