Age | Commit message (Expand) | Author |
2021-04-07 | back out r1.22, ie, don't blindly trim the FCS on rxed packets. | David Gwynne |
2021-04-05 | regen | Marcus Glocker |
2021-04-05 | Add a new quirk flag to not attach video devices which aren't supported by | Marcus Glocker |
2021-04-05 | ugold(4): add support for TEMPerGold & more TEMPerHUM devices | Landry Breuil |
2021-04-05 | sync | Landry Breuil |
2021-04-05 | Add 0x413d:0x2107 for various PCSensors TEMPer devices | Landry Breuil |
2021-04-01 | Push kernel lock down to umb_rtrequest(). | mvs |
2021-03-31 | sync | Stuart Henderson |
2021-03-31 | Remove redundant "HUAWEI Mobile" in usbdevs strings, mention radio | Stuart Henderson |
2021-03-30 | fix typos in comments | Stuart Henderson |
2021-03-30 | Some cards announce support for the NTB16 format, but that support does not | Patrick Wildt |
2021-03-30 | Some umb(4) devices require the NDP pointer behind the NDP datagram. | Patrick Wildt |
2021-03-29 | combine umb_products and umb_fccauth_devs into one umb_quirks table | Stuart Henderson |
2021-03-28 | Add vid/pid table to umb(4) allowing matching to alternate config | Stuart Henderson |
2021-03-28 | sync | Stuart Henderson |
2021-03-28 | add pid for Dell DW5821e and HUAWEI ME906s LTE, ok patrick@ | Stuart Henderson |
2021-03-27 | trim the FCS off Ethernet packets before sending them up the stack. | David Gwynne |
2021-03-24 | sync | Stuart Henderson |
2021-03-24 | remove vendor name (Dell) repeated in product name | Stuart Henderson |
2021-03-24 | Define a USB quirk for devices that need to keep their pipes open at | Joshua Stein |
2021-03-24 | regen | Joshua Stein |
2021-03-24 | add HAILUCK Keyboard | Joshua Stein |
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 | Add another Type Cover device | Joshua Stein |
2021-03-08 | regen | Joshua Stein |
2021-03-08 | Add Surface Pro Type Cover | Joshua Stein |
2021-03-08 | Allow uhidev child devices to claim selective report ids | Joshua Stein |
2021-02-27 | regen | Jonathan Gray |
2021-02-27 | sort and fix RTL8713 id | Jonathan Gray |
2021-02-25 | we don't have to cast to caddr_t when calling m_copydata anymore. | David Gwynne |
2021-02-24 | remove unused usbd_get_device_string() | Jonathan Gray |
2021-02-24 | remove unused usbdi functions | Jonathan Gray |
2021-02-24 | remove unused xhci_cmd_evaluate_ctx() | Jonathan Gray |
2021-02-16 | Poll battery sensors less frequently. The previous period was quite | anton |
2021-02-16 | Trim uhidpp_device_features() by extracting two pure protocol functions. | anton |
2021-02-15 | Back-out USB data toggle fix for HID devices, since we received multiple | Marcus Glocker |
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 |