Age | Commit message (Expand) | Author |
2021-03-18 | In revision 1.91 of uhidev.c, jcs@ made sure to only detach devices | anton |
2021-03-17 | When devices have claimed multiple report ids, only detach and send | Joshua Stein |
2021-03-08 | Allow uhidev child devices to claim selective report ids | Joshua Stein |
2021-02-15 | Back-out USB data toggle fix for HID devices, since we received multiple | Marcus Glocker |
2021-02-11 | Add uhidev_unset_report_dev(), doing the opposite of | anton |
2021-02-11 | If uhidev_set_report_dev() already have been invoked for the given | anton |
2021-02-04 | Add uhidev_set_report_dev() allowing usb drivers to early on install a | anton |
2021-01-29 | update some usb.org URLs following reorganisation, add a new one for upd | Stuart Henderson |
2021-01-25 | Resolve data toggle out of sync problem for ugen(4) and uhidev(4) devices | Marcus Glocker |
2020-08-31 | Backout clear endpoint stall on open(2). It seems to break an illuminated | Patrick Wildt |
2020-08-27 | Clear endpoint stall on open(2) of /dev/uhidX to synchronize toggle bit | Patrick Wildt |
2020-08-23 | uhidev(4) does apply the SET_IDLE request to all its child drivers | Marcus Glocker |
2020-07-31 | Nuke all occurrences of usbd_abort_pipe() if it gets called right | Marcus Glocker |
2020-02-22 | use the UE_GET_XFERTYPE macro where applicable | Jasper Lievisse Adriaanse |
2020-01-04 | Prevent use-after-free in uhidev_close(). | Martin Pieuchot |
2019-11-13 | Send uhid(4) reports via the optional interrupt out pipe. Some | Patrick Wildt |
2018-08-25 | Move HID->bus constant conversion for HID report types out of ihidev | Joshua Stein |
2017-04-08 | A pile of sizes to free(9). In test for a few days in snapshots. | Theo de Raadt |
2016-06-13 | Do not execute the callback if the device is beeing detached. | Martin Pieuchot |
2016-01-09 | revert manual additions of hid.h now that usbhid.h brings it in | Joshua Stein |
2016-01-08 | Move HID support files out of dev/usb into new dev/hid directory | Joshua Stein |
2015-12-08 | Match 3rd party Xbox 360 controllers, from Christian Heckendorf. | Martin Pieuchot |
2015-02-28 | Fix uhidev_get_report_async() from David Higgs. | Martin Pieuchot |
2015-01-22 | Reduce the number of intermediate buffers by pre-allocating DMA buffers | Martin Pieuchot |
2015-01-09 | Correctly report memory allocation failure in uhidev_set_report_async(). | Martin Pieuchot |
2015-01-09 | Add an asynchronous version of uhidev_get_report(), from David Higgs | Martin Pieuchot |
2014-12-13 | yet more mallocarray() changes. | Doug Hogan |
2014-12-11 | Change uhidev(4) set/get report functions in various way. | Martin Pieuchot |
2014-12-08 | Deprecate usb_*_report(). USB HID devices are always attached below | Martin Pieuchot |
2014-08-10 | sizeof() a pointer of the right struct to appease clang. | Martin Pieuchot |
2014-07-12 | add a size argument to free. will be used soon, but for now default to 0. | Ted Unangst |
2014-07-10 | Print an understandable error message when we fail to read the report | Martin Pieuchot |
2014-04-29 | Plug an xfer leak. | Martin Pieuchot |
2014-04-24 | Change the usbd_*_report() family of functions to take a usbd_device | Martin Pieuchot |
2014-04-15 | Modify the uhidev_*_report() methods to always take a report ID argument | Martin Pieuchot |
2014-03-23 | Fix uhidev_detach() when detaching a device which did not claimed for all | andre |
2014-03-19 | Add a temporary hack to let a subdriver claim all the reportIDs of | Martin Pieuchot |
2014-03-16 | Move the logic to deal with devices with broken descriptors into its | Martin Pieuchot |
2014-03-15 | Starting the spring cleanup. | Martin Pieuchot |
2014-03-15 | Remove debug leftover. | Martin Pieuchot |
2014-02-25 | Abort and close all the interrupt pipes when detaching HID devices since | Martin Pieuchot |
2013-11-19 | Kill matchlvl usage throughout the usb stack. | Paul Irofti |
2013-11-11 | Clean-up the activate routines from the uoak*(4) drivers. | Paul Irofti |
2013-11-01 | Spacing. | Martin Pieuchot |
2013-11-01 | Do not abuse the stack of the current process to prepend a report ID | Martin Pieuchot |
2013-10-25 | Add support for Microsoft XBox 360 controller as a uhid. It doesn't use | Jeremy Evans |
2013-09-20 | Unify and document usbd_transfer(9). | Martin Pieuchot |
2013-09-19 | Do no try to clear the endpoint, as it if has stalled, if the | Martin Pieuchot |
2013-05-07 | When deactivating child devices do not panic if their driver does | Martin Pieuchot |
2013-04-15 | Get rid of various 'typedef struct' definitions and use plain structure | Marcus Glocker |