summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb
AgeCommit message (Expand)AuthorFilesLines
2021-04-01Push kernel lock down to umb_rtrequest().mvs1-1/+3
2021-03-31syncsthen2-54/+54
2021-03-31Remove redundant "HUAWEI Mobile" in usbdevs strings, mention radiosthen1-26/+26
2021-03-30fix typos in commentssthen1-3/+3
2021-03-30Some cards announce support for the NTB16 format, but that support does notpatrick3-41/+167
2021-03-30Some umb(4) devices require the NDP pointer behind the NDP datagram.patrick2-36/+59
2021-03-29combine umb_products and umb_fccauth_devs into one umb_quirks tablesthen1-36/+51
2021-03-28Add vid/pid table to umb(4) allowing matching to alternate configsthen1-3/+64
2021-03-28syncsthen2-4/+14
2021-03-28add pid for Dell DW5821e and HUAWEI ME906s LTE, ok patrick@sthen1-1/+3
2021-03-27trim the FCS off Ethernet packets before sending them up the stack.dlg1-1/+8
2021-03-24syncsthen2-6/+6
2021-03-24remove vendor name (Dell) repeated in product namesthen1-2/+2
2021-03-24Define a USB quirk for devices that need to keep their pipes open atjcs4-14/+63
2021-03-24regenjcs2-4/+16
2021-03-24add HAILUCK Keyboardjcs1-1/+5
2021-03-18In revision 1.91 of uhidev.c, jcs@ made sure to only detach devicesanton3-22/+3
2021-03-17When devices have claimed multiple report ids, only detach and sendjcs1-17/+34
2021-03-08Add another Type Cover devicejcs1-1/+2
2021-03-08regenjcs2-4/+9
2021-03-08Add Surface Pro Type Coverjcs1-1/+2
2021-03-08Allow uhidev child devices to claim selective report idsjcs16-57/+74
2021-02-27regenjsg2-55/+55
2021-02-27sort and fix RTL8713 idjsg1-12/+12
2021-02-25we don't have to cast to caddr_t when calling m_copydata anymore.dlg5-14/+14
2021-02-24remove unused usbd_get_device_string()jsg1-21/+1
2021-02-24remove unused usbdi functionsjsg2-44/+2
2021-02-24remove unused xhci_cmd_evaluate_ctx()jsg1-22/+1
2021-02-16Poll battery sensors less frequently. The previous period was quiteanton1-2/+2
2021-02-16Trim uhidpp_device_features() by extracting two pure protocol functions.anton1-18/+52
2021-02-15Back-out USB data toggle fix for HID devices, since we received multiplemglocker1-43/+1
2021-02-14Postpone installation of the periodic sensor task until at least oneanton1-2/+4
2021-02-14Bail out earlier during attach if no devices are paired with theanton1-4/+7
2021-02-14Enumerate all features supported by a device on connect.anton1-6/+93
2021-02-11Initialize the stack local device id variable correctly.anton1-2/+2
2021-02-11Make room for handling of HID++ 1.0 devices. No functional change.anton1-56/+69
2021-02-11Use idx suffix consistently.anton1-17/+17
2021-02-11Remove unused software id macro.anton1-2/+1
2021-02-11Fold long line.anton1-2/+3
2021-02-11Stop uhidpp from claiming all report ids, instead only claim theanton1-5/+22
2021-02-11Add uhidev_unset_report_dev(), doing the opposite ofanton2-2/+13
2021-02-11If uhidev_set_report_dev() already have been invoked for the givenanton1-4/+6
2021-02-05Prevent that when ugen(4) tries to set an alternative configurationmglocker1-1/+5
2021-02-04Add uhidpp(4), a driver for Logitech HID++ devices. Currently limited toanton2-1/+1060
2021-02-04Add uhidev_set_report_dev() allowing usb drivers to early on install aanton2-5/+25
2021-02-03After the rev. 1.108 commit we see some issues with ugen(4) behaviour,mglocker1-1/+5
2021-02-01Align the mixed naming for the variables used to reference tomglocker4-31/+31
2021-01-29update remaining usb.org URLssthen4-12/+12
2021-01-29update usb.org URLssthen3-7/+7
2021-01-29update some usb.org URLs following reorganisation, add a new one for updsthen6-13/+15