Age | Commit message (Expand) | Author |
2021-02-14 | Postpone installation of the periodic sensor task until at least one | anton |
2021-02-14 | Bail out earlier during attach if no devices are paired with the | anton |
2021-02-14 | Enumerate all features supported by a device on connect. | anton |
2021-02-11 | Initialize the stack local device id variable correctly. | anton |
2021-02-11 | Make room for handling of HID++ 1.0 devices. No functional change. | anton |
2021-02-11 | Use idx suffix consistently. | anton |
2021-02-11 | Remove unused software id macro. | anton |
2021-02-11 | Fold long line. | anton |
2021-02-11 | Stop uhidpp from claiming all report ids, instead only claim the | anton |
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-05 | Prevent that when ugen(4) tries to set an alternative configuration | Marcus Glocker |
2021-02-04 | Add uhidpp(4), a driver for Logitech HID++ devices. Currently limited to | anton |
2021-02-04 | Add uhidev_set_report_dev() allowing usb drivers to early on install a | anton |
2021-02-03 | After the rev. 1.108 commit we see some issues with ugen(4) behaviour, | Marcus Glocker |
2021-02-01 | Align the mixed naming for the variables used to reference to | Marcus Glocker |
2021-01-29 | update remaining usb.org URLs | Stuart Henderson |
2021-01-29 | update usb.org URLs | Stuart Henderson |
2021-01-29 | update some usb.org URLs following reorganisation, add a new one for upd | Stuart Henderson |
2021-01-29 | Don't rely on USB interfaces being at compliant indices. | Edd Barrett |
2021-01-28 | Be consistent in not using parameter names for function prototypes; | Marcus Glocker |
2021-01-28 | Rename bNumInterface to bNumInterfaces to fix build on arm64. | Kurt Miller |
2021-01-27 | The usb configuration descriptor parameter providing the number of | Marcus Glocker |
2021-01-27 | Be consistent in not using parameter names for function prototypes. | Marcus Glocker |
2021-01-25 | Resolve data toggle out of sync problem for ugen(4) and uhidev(4) devices | Marcus Glocker |
2021-01-25 | Add the new function usbd_clear_endpoint_feature() which allows to issue | Marcus Glocker |
2021-01-23 | introduce ujoy(4), a restricted subset of uhid(4) for gamecontrollers. | thfr |
2021-01-16 | regen | Jonathan Gray |
2021-01-16 | add Intel AX201 Bluetooth | Jonathan Gray |
2021-01-11 | When an endpoint stalls, we usually try to reset it by calling | Marcus Glocker |
2021-01-10 | add quirks for Kensington Slimblade trackball via new vendor buttons | thfr |
2021-01-10 | regen | thfr |
2021-01-10 | add Kensington Slimblade Trackball | thfr |
2020-12-25 | Refactor klist insertion and removal | Visa Hankala |
2020-12-24 | Do proper accounting of zero length TDs. Currently a specific number | Marcus Glocker |
2020-12-12 | Rename the macro MCLGETI to MCLGETL and removes the dead parameter ifp. | jan |
2020-11-30 | Fix deferred key tasks along the same lines as urtwn(4) and run(4). | Kenneth R Westerback |
2020-11-27 | Unleash curlen check from DIAGNOSTIC block, and change the related printf's | Marcus Glocker |
2020-11-27 | As in urtwn(4), don't bring link up (getting dhclient(8) excited) until | Kenneth R Westerback |
2020-11-23 | Adopt a Linux heuristic and mark as IGNORE_RESIDUE those umass(4) | Kenneth R Westerback |
2020-11-17 | Zap parameter names in function prototypes. | Marcus Glocker |
2020-11-16 | regen | Patrick Wildt |
2020-11-16 | Move PL2303GC around to make sure the list is sorted properly. | Patrick Wildt |
2020-11-15 | match on Edimax EW-7811Un V2, from Morgan Aldridge | Jonathan Matthew |
2020-11-15 | regen | Jonathan Matthew |
2020-11-14 | add Edimax EW-7811Un V2, from Morgan Aldridge | Jonathan Matthew |
2020-11-13 | Add support for the PL2303HXN series chips to uplcom(4). The main | Patrick Wildt |
2020-11-12 | Don't enable port or link until all crypto keys are installed by | Kenneth R Westerback |
2020-11-11 | sync | Patrick Wildt |
2020-11-11 | Add Prolific PL2303GC USB serial adapter. | Patrick Wildt |