aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/usb
Commit message (Expand)AuthorAgeFilesLines
* ukbd(4): Push LED events in ioctl handler rather than in xfer callbackVladimir Kondratyev2020-12-241-5/+5
* ukbd(4): Do not serialize evdev key eventsVladimir Kondratyev2020-12-241-3/+6
* Add support for USB-C and TB3 Gen2 to if_ure(4).Hans Petter Selasky2020-12-242-0/+4
* wmt(4): Use sys/param.h macroses to work with bit fieldsVladimir Kondratyev2020-12-231-23/+23
* wmt(4): Refactor 'Contact Count Maximum' parsingVladimir Kondratyev2020-12-231-29/+18
* wmt(4): Add support for hardware timestamp reportingVladimir Kondratyev2020-12-231-3/+42
* wmt(4): Add support for touchpadsVladimir Kondratyev2020-12-231-15/+184
* wmt(4): Fetch and parse HID report descriptor only one timeVladimir Kondratyev2020-12-231-71/+39
* wmt(4): Add support for hybrid modeVladimir Kondratyev2020-12-231-13/+40
* No need to stop XHCI endpoints in disabled state.Hans Petter Selasky2020-12-231-0/+2
* Ensure a minimum packet length before creating a mbuf in if_ure.Hans Petter Selasky2020-12-191-1/+1
* Move SYSCTL_ADD_PROC() to unlocked context in if_ure to avoid lock order reve...Hans Petter Selasky2020-12-191-9/+9
* usb: Replace ITUNERNET vendor with MICROCHIP and improve product namesJessica Clarke2020-12-182-6/+6
* Use __containerof() instead of home-rolled versions.John Baldwin2020-12-175-11/+5
* Use more standard types for manipulating pointers.John Baldwin2020-12-161-2/+2
* Improve handling of alternate settings in the USB stack.Hans Petter Selasky2020-12-151-3/+3
* Improve handling of alternate settings in the USB stack.Hans Petter Selasky2020-12-153-4/+21
* Improve handling of alternate settings in the USB stack.Hans Petter Selasky2020-12-151-2/+14
* USB umass: add quirk to not probeBjoern A. Zeeb2020-12-013-0/+9
* Make MAXPHYS tunable. Bump MAXPHYS to 1M.Konstantin Belousov2020-11-281-1/+1
* ipheth(4): Fix for iOS 14Li-Wen Hsu2020-11-181-1/+1
* Fix build of USB bootloader code by adding checks for _STANDALONE being defined.Hans Petter Selasky2020-11-184-11/+11
* uplcom: add ATen/Prolific USB-232 Controller D USB IDEd Maste2020-11-172-0/+2
* Add more USB quirks.Hans Petter Selasky2020-11-122-0/+4
* When doing a USB alternate setting on an USB interface we need toHans Petter Selasky2020-11-121-0/+15
* usb_hub: fix whitespaceBjoern A. Zeeb2020-11-091-1/+1
* usb_hub: giving up port reset - device vanishedBjoern A. Zeeb2020-11-061-2/+4
* Plug minor memory leak in dwc3 USB2/USB3 controller.Emmanuel Vadot2020-11-041-0/+1
* Implement the USB_GET_DEVICEINFO ioctl(2) for uhid(4).Hans Petter Selasky2020-10-313-6/+26
* Drop "All rights reserved" from all my stuff. This includesEdward Tomasz Napierala2020-10-281-1/+0
* Add new USB IDs.Hans Petter Selasky2020-10-282-0/+6
* xhci: Handle the case when MSI-X BAR is the same as IO BAR.Konstantin Belousov2020-10-231-13/+21
* Add new USB quirk.Hans Petter Selasky2020-10-182-0/+2
* Try a bit harder to get the USB device descriptor in case the initial read fa...Hans Petter Selasky2020-10-081-3/+17
* Add support for Google Cr50 (GSC) Closed Case Debugging UART interfaces toHans Petter Selasky2020-10-041-0/+2
* Add support for Winbond USB CDC modem device found in Tenma power supply.Hans Petter Selasky2020-09-212-0/+3
* Fix for use of the XHCI driver on Cortex-A72 by adding a missing cacheHans Petter Selasky2020-09-191-0/+13
* Add product ID strings for a couple Microchip usb hubs. Also, update theIan Lepore2020-09-141-2/+4
* A major update to the ure driver.John-Mark Gurney2020-09-122-77/+648
* Don't clear reserved bits per RealTekJohn-Mark Gurney2020-09-111-3/+4
* urndis(4): Add support of Inseego/Novatel Wireless MiFi 8800/8000Li-Wen Hsu2020-09-101-0/+3
* Add support to BELKIN B2B128 USB3 Ethernet Adapter to axge(4)Li-Wen Hsu2020-09-082-0/+2
* WiFi: fix ieee80211_media_change() callersBjoern A. Zeeb2020-09-071-1/+1
* musb/allwinner: add support for configuring phy as well as device modeAndriy Gapon2020-09-071-3/+67
* musb/allwinner: add H3 supportAndriy Gapon2020-09-071-3/+21
* musb/allwinner: apply register filter in awusbdrd_bs_r_2() as wellAndriy Gapon2020-09-071-0/+2
* fixup r365398: add a missed file with all the new Allwinner musb_otg codeAndriy Gapon2020-09-071-0/+543
* umass: enhance debuggingBjoern A. Zeeb2020-09-041-6/+16
* umass: fix a cam_sim leak in error caseBjoern A. Zeeb2020-09-041-0/+1
* usb: clean up empty lines in .c and .h filesMateusz Guzik2020-09-01111-837/+52