summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb
Commit message (Expand)AuthorAgeFilesLines
* Revise the arm bus_space implementation to avoid dereferencing the tag onian2015-01-211-17/+17
* o Restore 'goto tr_setup;' when operating in host mode mistakenlybr2015-01-201-8/+5
* o Do notify USB host each time we receive 'set packet filter' request.br2015-01-201-24/+69
* Fix returned data for the USB_GET_DEV_PORT_PATH IOCTL in particularhselasky2015-01-201-5/+4
* o Notify USB host about connection when operating in device mode.br2015-01-172-6/+60
* Add more USB device IDs.hselasky2015-01-162-0/+4
* Add a kernel function to delist our kernel character devices, so thathselasky2015-01-141-1/+4
* Resolve a special case deadlock: When two or more threads arehselasky2015-01-135-66/+95
* Add usb template SERIALNET allowing us to have both USB CDC Ethernetbr2015-01-134-0/+392
* Increase the maximum number of dynamic USB quirks. USB memory stickhselasky2015-01-123-5/+10
* Add support for USB device side mode to the USB modem driver.hselasky2015-01-091-19/+134
* Fix misleading comment.hselasky2015-01-081-1/+1
* Fix handling of an error case when the MUSB driver is operating in USBhselasky2015-01-081-6/+11
* In order to reduce use of M_EXT outside of the mbuf allocator andrwatson2015-01-061-2/+1
* Add 64-bit DMA support in the XHCI controller driver.hselasky2015-01-0523-57/+86
* Make a bunch of USB debug SYSCTLs tunable, so that their value(s) canhselasky2015-01-0555-91/+91
* Make sure an error case exits unlocked.hselasky2015-01-031-1/+1
* Allow systems having a page size greater than 4K to use fewerhselasky2014-12-301-3/+15
* Add missed flushing of data which can happen when "xhci_configure_mask()"hselasky2014-12-301-4/+9
* Improve/fix interrupt allocation/setup/release:marius2014-12-272-22/+24
* Add more USB devices.hselasky2014-12-261-0/+2
* Add more quirks.hselasky2014-12-262-0/+2
* Resolve USB driver identification conflict.hselasky2014-12-152-8/+8
* Rename NETGEAR WG111V2_2 to WG111V1_2 to reflect external naming.mp2014-12-092-2/+2
* Add port routing support for Wildcat Point.hselasky2014-12-081-0/+1
* Add more U3G USB IDs.hselasky2014-12-082-0/+9
* Add more USB quirks for Western Digital external USB HDDhselasky2014-12-082-5/+43
* Optimise bit searching loop by using the ffs() function.hselasky2014-12-051-46/+44
* Optimise the bit searching loops, by quickly skipping the 16 first sethselasky2014-12-031-3/+3
* Workaround for possible bug in the SAF1761 chip. Wait 125us beforehselasky2014-12-032-3/+53
* Add PCI ID for Intel Lynx Point LP controller.adrian2014-11-261-0/+2
* Add new USB quirk.hselasky2014-11-262-0/+2
* Add bunch of PCI IDs of Intel Wildcat Point (9 Series) chipsets.mav2014-11-262-0/+6
* Add Apple Intrepid USB controller ID.jhibbits2014-11-251-0/+2
* Fix the host mode ISOCHRONOUS transfer interval programming in thehselasky2014-11-221-27/+56
* Use correct length mask for split transactions. The hardware wouldhselasky2014-11-222-4/+14
* Add Trendnet TEW-646UBH.kevlo2014-11-192-0/+2
* 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
OpenPOWER on IntegriCloud