summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb
Commit message (Expand)AuthorAgeFilesLines
* Allow umass to use bigger transactions for USB 3.0 devices. It is lessmav2010-10-161-0/+1
* Converted the remainder of the NIC drivers to use the mii_attach()marius2010-10-151-3/+4
* Add new USB device IDs to the list of supported devices.hselasky2010-10-141-0/+2
* - Add more USB devices to usbdevs and rename some previously unknown ones.hselasky2010-10-142-0/+3
* Add more USB device IDs to supported list of devices.hselasky2010-10-141-0/+2
* Fix forwarding of Line Register Status changes to TTY layer.hselasky2010-10-141-0/+26
* Remove unused EHCI register definition.hselasky2010-10-142-3/+1
* Revert most of r197682 (EHCI Hardware BUG workaround). Implementhselasky2010-10-142-40/+51
* Avoid using endless retransmission at EHCI hardware level, hence this hidehselasky2010-10-141-1/+2
* Correct EHCI root HUB interface descriptor.hselasky2010-10-141-2/+1
* Correct EHCI port register read.hselasky2010-10-141-1/+1
* - Add more USB devices to usbdevs and rename some previously unknown ones.hselasky2010-10-142-16/+41
* - Add support for LibUSB in 32-bit compatibility mode.hselasky2010-10-141-0/+21
* USB network (NCM driver):hselasky2010-10-133-26/+127
* USB Network:hselasky2010-10-132-0/+612
* USB WLAN:hselasky2010-10-131-0/+1
* USB network (UHSO):hselasky2010-10-131-1/+1
* Correct some root HUB descriptor fields in multiple controller drivers.hselasky2010-10-136-31/+9
* We already have dummy receive buffer in sc->buffer.glebius2010-10-121-3/+6
* Do not setup interrupt endpoint for axe(4).yongari2010-10-112-34/+0
* In r207768 I silenced a console warning from rum(4). There was legitimateemaste2010-10-081-1/+5
* Add ID for Vodafone (ZTE) Mobile Broadband K3565-Z modem.mav2010-10-072-0/+2
* Remove extra assignment.glebius2010-10-061-1/+0
* Add support to Alcatel/TCTMobile X080S USB 3G modem. The device needsglebius2010-10-064-0/+14
* Print out correct USB connection speed for USB 3.0 mass storage devices.hselasky2010-10-041-6/+15
* RX buffer allocation failure is not an input error. Controlleryongari2010-10-041-1/+1
* Don't count input error twice. uether_rxbuf() already updated thatyongari2010-10-041-4/+3
* This commit adds full support for USB 3.0 devices in host and devicehselasky2010-10-0413-203/+845
* Add missing #if'shselasky2010-10-041-0/+2
* Add more strict USB string filtering.hselasky2010-10-041-6/+13
* Serialise USB re-enumeration with the USB explore thread.hselasky2010-10-044-32/+76
* Correct IOCTL return code.hselasky2010-10-041-1/+5
* Add missing USB 3.0 definitions. Correct some wrong ones.hselasky2010-10-041-6/+28
* Add missing DRIVER_MODULE() entry for the musbotg driver.hselasky2010-10-041-0/+4
* The root mount hold reference was not released on USB controllerhselasky2010-10-041-8/+14
* Make upper stack know driver's output status. This change increasedyongari2010-10-041-3/+8
* Move updating TX packet counter to the inside of send loop. axe(4)yongari2010-10-041-1/+11
* Commit initial version of new XHCI driver which was written fromhselasky2010-10-034-0/+4898
* Add new device ids.sanpei2010-09-212-0/+4
* Cleanup white space and typos.n_hibma2010-09-181-6/+6
* Use saner nsegments and maxsegsz parameters when creating certain DMA tags;marius2010-09-141-2/+2
* Reduce the need to accesss struct usb_device by providing functions to accessthompsa2010-09-027-30/+56
* Add support for power mode filtering as some USB hardware does not supportthompsa2010-09-025-6/+37
* Change argument for usbd_get_dma_delay() from USB bus to USB device, somethompsa2010-09-027-15/+22
* Fix setting of the rx_max and tx_max variables. If the expected buffer size isthompsa2010-09-021-4/+4
* Fix UMS_BUTTON_MAX define namethompsa2010-09-021-1/+1
* Fix build breakage from r212127thompsa2010-09-022-4/+2
* Add GPIO programming for more PHY hardware.thompsa2010-09-022-29/+97
* Add support for extra buttons on the Kensington Slimblade Trackball.thompsa2010-09-021-0/+12
* Silence debug error by default.thompsa2010-09-021-1/+1
OpenPOWER on IntegriCloud