summaryrefslogtreecommitdiff
path: root/sys/dev/usb
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fully revert r364379.Hans Petter Selasky2020-09-012-0/+14
* rtwn(4): Add support for the Belkin N300.Mark Johnston2020-08-311-0/+1
* Allow slow USB devices to be given more time to return their USB descriptors,Hans Petter Selasky2020-08-281-3/+4
* net80211: enhance getflags*() and ieee80211_add_channel*()Bjoern A. Zeeb2020-08-241-1/+2
* Fix regression after r364379.Hans Petter Selasky2020-08-201-3/+1
* Remove the long obsolete ufm driver.Warner Losh2020-08-201-340/+0
* Avoid evaluating the XHCI control endpoint context.Hans Petter Selasky2020-08-192-15/+3
* Check the XHCI endpoint state before issuing XHCI endpoint commands.Hans Petter Selasky2020-08-181-10/+36
* cp2112: a number of cleanups and improvementsAndriy Gapon2020-08-121-301/+379
* cp2112: driver for the namesake GPIO and I2C master gadgetAndriy Gapon2020-08-061-0/+1381