summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb
Commit message (Expand)AuthorAgeFilesLines
* Add new USB IDs.hselasky2014-11-072-0/+4
* Reduce boot verbosity.hselasky2014-11-031-2/+2
* Add D-Link DWA-123 rev D1 and Elecom WDC-150SU2M.kevlo2014-10-242-0/+4
* Fix a bug where some DTS layouts could cause the premature ending of theloos2014-10-231-38/+37
* Actually change the USB_PORT_ROOT_RESET_DELAY definition as stated inhselasky2014-10-221-1/+1
* Fix the kernel panic in hostap mode.kevlo2014-10-221-0/+6
* Add the Intel BayTrail USB device which needs port routing for USB 3.0.kevlo2014-10-212-0/+5
* Add support for new USB 3G device.hselasky2014-10-182-2/+4
* Add support for new USB 3G device.hselasky2014-10-172-0/+4
* Add the Dresden Elektronik deRFnode device to uftdi(4).joerg2014-10-162-0/+2
* Add sysctl knob to disable port power on a specific USB HUB. You needhselasky2014-10-091-19/+43
* Refine support for disabling USB enumeration to allow device detachhselasky2014-10-092-22/+20
* It looks like an entry for the R215 is not required in cdce(4) after all.gavin2014-10-081-1/+0
* Add support for disabling USB enumeration in general or on selectedhselasky2014-10-084-1/+39
* Support the Vodafone R215 LET USB dongle, which is apparently a rebadgedgavin2014-10-072-0/+3
* When we fail to get a USB reference we should just return, becausehselasky2014-10-031-9/+12
* Fix XHCI driver for devices which have more than 15 physical root HUBhselasky2014-10-031-1/+2
* Make sure we always set the maximum number of valid contexts.hselasky2014-10-021-7/+10
* Add new USB ID.hselasky2014-10-022-0/+2
* Set default cycle state in case of early interrupts.hselasky2014-10-011-0/+4
* Add new (untested) device IDs to smsc(4)gavin2014-09-262-0/+34
* Move the ARM Samsung s3c2xx0 support files into the samsung directory, togavin2014-09-251-1/+1
* Some XHCI hardware requires dropping the endpoint context beforehselasky2014-09-221-1/+8
* Add new USB IDs.hselasky2014-09-192-0/+4
* Mechanically convert to if_inc_counter().glebius2014-09-199-96/+97
* Mechanically convert to if_inc_counter().glebius2014-09-1815-89/+89
* Fix some extra whitespace noticed when reviewing git diffs.brooks2014-09-161-1/+1
* Workaround for receiving Voice Calls using the E1750 dongle fromhselasky2014-09-121-3/+14
* Drop frames that have larger than MCLBYTES.kevlo2014-09-091-0/+4
* The USB LED driver for the Dream Cheeky WebMail Notifier.kevlo2014-09-054-0/+323
* Add IDs for Intel Patsburg USB 2.0 controller.mav2014-09-051-0/+4
* Fix spelling.hselasky2014-09-031-1/+1
* Add new quirk.hselasky2014-09-032-0/+3
* Fix logical error.hselasky2014-09-031-1/+1
* Fix typo: s/mac_rev/mac_ver/kevlo2014-08-261-1/+1
* If eapol packets are sent at the lowest rate, key negotiation willkevlo2014-08-201-5/+5
* Add the D-Link DWA-125 rev D1.kevlo2014-08-202-1/+3
* Sort ASUS section and add USB device ID of ASUS USB-AC51.kevlo2014-08-191-5/+6
* Make sure the USB audio level residue is non-zero.hselasky2014-08-071-1/+2
* Add device ID for the Chicony USB 2.0 HD UVC Webcamgjb2014-08-051-0/+1
* - Implement fast interrupt handler to save CPU usage.hselasky2014-08-054-85/+127
* Add handler for read-back of USB audio volume levels.hselasky2014-08-051-0/+10
* - Ensure code which only applies to the control endpoint is not runhselasky2014-08-051-27/+31
* Add support for Huawei E3272 modems which are supported by the CDCn_hibma2014-08-052-1/+63
* don't OR integer error values together as this does not make sense.n_hibma2014-08-051-1/+2
* Return USB_ERR_INVAL if the eject method is not known.n_hibma2014-08-051-2/+3
* Add a second Huawei SCSI eject command as USB mode switch config filesn_hibma2014-08-055-1/+18
* Reset the error value in the softc before starting a BBB transfer.n_hibma2014-08-051-0/+1
* Add ID for Novatel MC990D to u3g.n_hibma2014-08-052-0/+2
* Remove unused defines.n_hibma2014-08-054-14/+5
OpenPOWER on IntegriCloud