Age | Commit message (Expand) | Author |
2024-05-23 | remove unneeded includes; ok mpi@ | Jonathan Gray |
2023-08-12 | Better uwacom(4) support for Intuos S and One S tablets; most of the work | Miod Vallat |
2022-05-20 | Rename hid_none to hid_all as it represents all possible hid kinds by | Anton Lindqvist |
2022-03-21 | Add support for XBox One gamecontroller, including report descriptor. | Thomas Frohwein |
2021-12-03 | Bring back the recently reverted change, this time without the inverted | Anton Lindqvist |
2021-11-25 | revert recent change, breakage reported by dv@ | Anton Lindqvist |
2021-11-25 | Assert that at least one report id is claimed during multiple report ids | Anton Lindqvist |
2021-11-22 | Drop the old problematic claim multiple report ids logic now that all | Anton Lindqvist |
2021-11-22 | avoid clang -Wsometimes-uninitialized warning with SMALL_KERNEL | Jonathan Gray |
2021-11-17 | Fix a double free in uhidev_close() caused by a race between | Anton Lindqvist |
2021-11-15 | In preparation for once again trying the resolve the claim multiple | Anton Lindqvist |
2021-11-11 | Here we go again, revert the second attempt to resolve the | Anton Lindqvist |
2021-11-10 | Second attempt to resolve UHIDEV_CLAIM_MULTIPLE_REPORTID conflict, this | Anton Lindqvist |
2021-11-09 | The uhidevsubmatch() routine was imported from NetBSD back in 2002 along with | Anton Lindqvist |
2021-11-08 | Plug uhidev memory leak during detach. | Anton Lindqvist |
2021-09-12 | Revert recent uhidev report size changes. It's reported to break fido devices | Anton Lindqvist |
2021-09-10 | Instead of letting uhidev drivers get the report sizes, do it once in | Anton Lindqvist |
2021-09-10 | Remove unused repsizes array. | Anton Lindqvist |
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 |