aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/usb
Commit message (Expand)AuthorAgeFilesLines
* kbd drivers: don't double register keyboard driversKyle Evans2019-12-161-0/+2
* kbd: provide default implementations of get_fkeystr/diagKyle Evans2019-12-161-2/+0
* kbd drivers: use kbdd_* indirection for diag invocationKyle Evans2019-12-161-1/+1
* Allow baud rates of 1,228,800 and 1,843,200 on CP2101/2/3 usb-serial adapters.Ian Lepore2019-12-091-1/+5
* Regularize my copyright noticeWarner Losh2019-12-045-10/+6
* Remove "all rights reserved" from copyright for the file I own.Emmanuel Vadot2019-12-031-1/+0
* usb: remove some extraneous tty.h includesKyle Evans2019-12-013-3/+0
* Add some IDs of Intel Wildcat Point-LP.Alexander Motin2019-11-261-0/+2
* Add USB ID for Diamond Multimedia BVU195 Display Link device.Hans Petter Selasky2019-11-212-0/+2
* generic_ehci_fdt: Fix compile when EXT_RESOURCES isn't presentEmmanuel Vadot2019-11-091-1/+2
* net: add ETHER_IS_ZERO macro similar to ETHER_IS_BROADCASTEric Joyner2019-11-053-9/+0
* dwc3: Use a pair of ()'s around arguments for some macrosEmmanuel Vadot2019-10-161-2/+2
* arm64: Add Synopsys DWC3 driverEmmanuel Vadot2019-10-142-0/+465
* Convert to if_foreach_llmaddr() KPI.Gleb Smirnoff2019-10-141-11/+13
* Convert to if_foreach_llmaddr() KPI.Gleb Smirnoff2019-10-141-12/+13
* Convert to if_foreach_llmaddr() KPI.Gleb Smirnoff2019-10-141-12/+13
* Convert to if_foreach_llmaddr() KPI.Gleb Smirnoff2019-10-141-11/+14
* Convert to if_foreach_llmaddr() KPI.Gleb Smirnoff2019-10-141-20/+16
* Convert to if_foreach_llmaddr() KPI.Gleb Smirnoff2019-10-141-14/+11
* Convert to if_foreach_llmaddr() KPI.Gleb Smirnoff2019-10-141-24/+20
* Convert to if_foreach_llmaddr() KPI.Gleb Smirnoff2019-10-141-17/+17
* Convert to if_foreach_llmaddr() KPI.Gleb Smirnoff2019-10-141-19/+19
* Convert to if_foreach_llmaddr() KPI.Gleb Smirnoff2019-10-141-13/+13
* Convert to if_foreach_llmaddr() KPI.Gleb Smirnoff2019-10-141-15/+16
* Convert to if_foreach_llmaddr() KPI.Gleb Smirnoff2019-10-141-17/+14
* Convert to if_foreach_llmaddr() KPI.Gleb Smirnoff2019-10-141-26/+25
* Widen NET_EPOCH coverage.Gleb Smirnoff2019-10-073-11/+16
* Make control endpoint quirk for xhci(4) configurable.Hans Petter Selasky2019-10-071-1/+5
* Split out the attachment from the generic-ehci driverEmmanuel Vadot2019-10-034-28/+387
* generic_ehci: Enable all phys and resetsEmmanuel Vadot2019-10-011-23/+49
* generic_ohci: Look for the phy based on the idEmmanuel Vadot2019-10-011-1/+4
* Add quirk for XHCI(4) controllers to support USB control transfersHans Petter Selasky2019-09-203-2/+35
* Increase the maximum user-space buffer size from 256kBytes to 32MBytes forHans Petter Selasky2019-09-201-1/+1
* The maximum TD size is 31 and not 15.Hans Petter Selasky2019-09-201-1/+1
* Some newer HID devices have descriptors that are larger than 1k. BumpWarner Losh2019-09-071-1/+1
* Fix regression issue after r351616. Make sure the mbuf queue gets initialized.Hans Petter Selasky2019-09-021-0/+9
* Add support for TP-Link Archer T2U Nano.Jung-uk Kim2019-09-011-0/+1
* Use mbuf queue instead of ifqueue in USB network drivers.Gleb Smirnoff2019-08-304-8/+6
* usb: fix usb_fdt_support.c when altq enabled (usb_ehernet.h changes)Bjoern A. Zeeb2019-08-221-0/+1
* Unbreak USB ethernet module buildsJustin Hibbits2019-08-209-0/+50
* usb_ethernet.h includes a number of mii headers, but only does so inStephen J. Kiernan2019-08-201-5/+2
* Add cdceem(4) driver, for virtual ethernet devices compliantEdward Tomasz Napierala2019-08-076-1/+1139
* Correct PCI device ID for XHCI USB controller.Hans Petter Selasky2019-08-071-1/+1
* Fix format spec for ILP32.Konstantin Belousov2019-08-031-1/+2
* Add per hub sysctl to expose port information for phyisical form etc.Takanori Watanabe2019-08-031-64/+221
* Add support for tethering with Nokia 7 plus and the alike.Hans Petter Selasky2019-07-281-0/+3
* Support multiple serial ports per device.Poul-Henning Kamp2019-07-121-52/+57
* Add support for RTL8156, 2.5GbE USB network controller, to if_cdce(4).Hiroki Sato2019-07-103-0/+3
* Put USB ACPI code into own module, uacpi.ko.Hans Petter Selasky2019-07-081-3/+7
* Minor code cleanup of USB ACPI code after r349161.Hans Petter Selasky2019-07-081-120/+109