summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb (follow)
Commit message (Expand)AuthorAgeFilesLines
* Push kernel lock down to umb_rtrequest().mvs2021-04-011-1/+3
* syncsthen2021-03-312-54/+54
* Remove redundant "HUAWEI Mobile" in usbdevs strings, mention radiosthen2021-03-311-26/+26
* fix typos in commentssthen2021-03-301-3/+3
* Some cards announce support for the NTB16 format, but that support does notpatrick2021-03-303-41/+167
* Some umb(4) devices require the NDP pointer behind the NDP datagram.patrick2021-03-302-36/+59
* combine umb_products and umb_fccauth_devs into one umb_quirks tablesthen2021-03-291-36/+51
* Add vid/pid table to umb(4) allowing matching to alternate configsthen2021-03-281-3/+64
* syncsthen2021-03-282-4/+14
* add pid for Dell DW5821e and HUAWEI ME906s LTE, ok patrick@sthen2021-03-281-1/+3
* trim the FCS off Ethernet packets before sending them up the stack.dlg2021-03-271-1/+8
* syncsthen2021-03-242-6/+6
* remove vendor name (Dell) repeated in product namesthen2021-03-241-2/+2
* Define a USB quirk for devices that need to keep their pipes open atjcs2021-03-244-14/+63
* regenjcs2021-03-242-4/+16
* add HAILUCK Keyboardjcs2021-03-241-1/+5
* In revision 1.91 of uhidev.c, jcs@ made sure to only detach devicesanton2021-03-183-22/+3
* When devices have claimed multiple report ids, only detach and sendjcs2021-03-171-17/+34
* Add another Type Cover devicejcs2021-03-081-1/+2
* regenjcs2021-03-082-4/+9
* Add Surface Pro Type Coverjcs2021-03-081-1/+2
* Allow uhidev child devices to claim selective report idsjcs2021-03-0816-57/+74
* regenjsg2021-02-272-55/+55
* sort and fix RTL8713 idjsg2021-02-271-12/+12
* we don't have to cast to caddr_t when calling m_copydata anymore.dlg2021-02-255-14/+14
* remove unused usbd_get_device_string()jsg2021-02-241-21/+1
* remove unused usbdi functionsjsg2021-02-242-44/+2
* remove unused xhci_cmd_evaluate_ctx()jsg2021-02-241-22/+1
* Poll battery sensors less frequently. The previous period was quiteanton2021-02-161-2/+2
* Trim uhidpp_device_features() by extracting two pure protocol functions.anton2021-02-161-18/+52
* Back-out USB data toggle fix for HID devices, since we received multiplemglocker2021-02-151-43/+1
* Postpone installation of the periodic sensor task until at least oneanton2021-02-141-2/+4
* Bail out earlier during attach if no devices are paired with theanton2021-02-141-4/+7
* Enumerate all features supported by a device on connect.anton2021-02-141-6/+93
* Initialize the stack local device id variable correctly.anton2021-02-111-2/+2
* Make room for handling of HID++ 1.0 devices. No functional change.anton2021-02-111-56/+69
* Use idx suffix consistently.anton2021-02-111-17/+17
* Remove unused software id macro.anton2021-02-111-2/+1
* Fold long line.anton2021-02-111-2/+3
* Stop uhidpp from claiming all report ids, instead only claim theanton2021-02-111-5/+22
* Add uhidev_unset_report_dev(), doing the opposite ofanton2021-02-112-2/+13
* If uhidev_set_report_dev() already have been invoked for the givenanton2021-02-111-4/+6
* Prevent that when ugen(4) tries to set an alternative configurationmglocker2021-02-051-1/+5
* Add uhidpp(4), a driver for Logitech HID++ devices. Currently limited toanton2021-02-042-1/+1060
* Add uhidev_set_report_dev() allowing usb drivers to early on install aanton2021-02-042-5/+25
* After the rev. 1.108 commit we see some issues with ugen(4) behaviour,mglocker2021-02-031-1/+5
* Align the mixed naming for the variables used to reference tomglocker2021-02-014-31/+31
* update remaining usb.org URLssthen2021-01-294-12/+12
* update usb.org URLssthen2021-01-293-7/+7
* update some usb.org URLs following reorganisation, add a new one for updsthen2021-01-296-13/+15