summaryrefslogtreecommitdiff
path: root/sys/dev/usb
AgeCommit message (Expand)Author
2021-04-07back out r1.22, ie, don't blindly trim the FCS on rxed packets.David Gwynne
2021-04-05regenMarcus Glocker
2021-04-05Add a new quirk flag to not attach video devices which aren't supported byMarcus Glocker
2021-04-05ugold(4): add support for TEMPerGold & more TEMPerHUM devicesLandry Breuil
2021-04-05syncLandry Breuil
2021-04-05Add 0x413d:0x2107 for various PCSensors TEMPer devicesLandry Breuil
2021-04-01Push kernel lock down to umb_rtrequest().mvs
2021-03-31syncStuart Henderson
2021-03-31Remove redundant "HUAWEI Mobile" in usbdevs strings, mention radioStuart Henderson
2021-03-30fix typos in commentsStuart Henderson
2021-03-30Some cards announce support for the NTB16 format, but that support does notPatrick Wildt
2021-03-30Some umb(4) devices require the NDP pointer behind the NDP datagram.Patrick Wildt
2021-03-29combine umb_products and umb_fccauth_devs into one umb_quirks tableStuart Henderson
2021-03-28Add vid/pid table to umb(4) allowing matching to alternate configStuart Henderson
2021-03-28syncStuart Henderson
2021-03-28add pid for Dell DW5821e and HUAWEI ME906s LTE, ok patrick@Stuart Henderson
2021-03-27trim the FCS off Ethernet packets before sending them up the stack.David Gwynne
2021-03-24syncStuart Henderson
2021-03-24remove vendor name (Dell) repeated in product nameStuart Henderson
2021-03-24Define a USB quirk for devices that need to keep their pipes open atJoshua Stein
2021-03-24regenJoshua Stein
2021-03-24add HAILUCK KeyboardJoshua Stein
2021-03-18In revision 1.91 of uhidev.c, jcs@ made sure to only detach devicesanton
2021-03-17When devices have claimed multiple report ids, only detach and sendJoshua Stein
2021-03-08Add another Type Cover deviceJoshua Stein
2021-03-08regenJoshua Stein
2021-03-08Add Surface Pro Type CoverJoshua Stein
2021-03-08Allow uhidev child devices to claim selective report idsJoshua Stein
2021-02-27regenJonathan Gray
2021-02-27sort and fix RTL8713 idJonathan Gray
2021-02-25we don't have to cast to caddr_t when calling m_copydata anymore.David Gwynne
2021-02-24remove unused usbd_get_device_string()Jonathan Gray
2021-02-24remove unused usbdi functionsJonathan Gray
2021-02-24remove unused xhci_cmd_evaluate_ctx()Jonathan Gray
2021-02-16Poll battery sensors less frequently. The previous period was quiteanton
2021-02-16Trim uhidpp_device_features() by extracting two pure protocol functions.anton
2021-02-15Back-out USB data toggle fix for HID devices, since we received multipleMarcus Glocker
2021-02-14Postpone installation of the periodic sensor task until at least oneanton
2021-02-14Bail out earlier during attach if no devices are paired with theanton
2021-02-14Enumerate all features supported by a device on connect.anton
2021-02-11Initialize the stack local device id variable correctly.anton
2021-02-11Make room for handling of HID++ 1.0 devices. No functional change.anton
2021-02-11Use idx suffix consistently.anton
2021-02-11Remove unused software id macro.anton
2021-02-11Fold long line.anton
2021-02-11Stop uhidpp from claiming all report ids, instead only claim theanton
2021-02-11Add uhidev_unset_report_dev(), doing the opposite ofanton
2021-02-11If uhidev_set_report_dev() already have been invoked for the givenanton
2021-02-05Prevent that when ugen(4) tries to set an alternative configurationMarcus Glocker
2021-02-04Add uhidpp(4), a driver for Logitech HID++ devices. Currently limited toanton