aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/usb
Commit message (Expand)AuthorAgeFilesLines
* Add support for setting per-interface PnP information.Hans Petter Selasky2010-10-273-6/+53
* The EHCI_CAPLENGTH and EHCI_HCIVERSION registers are actually sub-registersNathan Whitehorn2010-10-252-5/+9
* Add possibility to generate devctl notifications regardless of UGEN presence.Hans Petter Selasky2010-10-222-15/+47
* Allow umass to use bigger transactions for USB 3.0 devices. It is lessAlexander Motin2010-10-161-0/+1
* Converted the remainder of the NIC drivers to use the mii_attach()Marius Strobl2010-10-151-3/+4
* Add new USB device IDs to the list of supported devices.Hans Petter Selasky2010-10-141-0/+2
* - Add more USB devices to usbdevs and rename some previously unknown ones.Hans Petter Selasky2010-10-142-0/+3
* Add more USB device IDs to supported list of devices.Hans Petter Selasky2010-10-141-0/+2
* Fix forwarding of Line Register Status changes to TTY layer.Hans Petter Selasky2010-10-141-0/+26
* Remove unused EHCI register definition.Hans Petter Selasky2010-10-142-3/+1
* Revert most of r197682 (EHCI Hardware BUG workaround). ImplementHans Petter Selasky2010-10-142-40/+51
* Avoid using endless retransmission at EHCI hardware level, hence this hideHans Petter Selasky2010-10-141-1/+2
* Correct EHCI root HUB interface descriptor.Hans Petter Selasky2010-10-141-2/+1
* Correct EHCI port register read.Hans Petter Selasky2010-10-141-1/+1
* - Add more USB devices to usbdevs and rename some previously unknown ones.Hans Petter Selasky2010-10-142-16/+41
* - Add support for LibUSB in 32-bit compatibility mode.Hans Petter Selasky2010-10-141-0/+21
* USB network (NCM driver):Hans Petter Selasky2010-10-133-26/+127
* USB Network:Hans Petter Selasky2010-10-132-0/+612
* USB WLAN:Hans Petter Selasky2010-10-131-0/+1
* USB network (UHSO):Hans Petter Selasky2010-10-131-1/+1
* Correct some root HUB descriptor fields in multiple controller drivers.Hans Petter Selasky2010-10-136-31/+9
* We already have dummy receive buffer in sc->buffer.Gleb Smirnoff2010-10-121-3/+6
* Do not setup interrupt endpoint for axe(4).Pyun YongHyeon2010-10-112-34/+0
* In r207768 I silenced a console warning from rum(4). There was legitimateEd Maste2010-10-081-1/+5
* Add ID for Vodafone (ZTE) Mobile Broadband K3565-Z modem.Alexander Motin2010-10-072-0/+2
* Remove extra assignment.Gleb Smirnoff2010-10-061-1/+0
* Add support to Alcatel/TCTMobile X080S USB 3G modem. The device needsGleb Smirnoff2010-10-064-0/+14
* Print out correct USB connection speed for USB 3.0 mass storage devices.Hans Petter Selasky2010-10-041-6/+15
* RX buffer allocation failure is not an input error. ControllerPyun YongHyeon2010-10-041-1/+1
* Don't count input error twice. uether_rxbuf() already updated thatPyun YongHyeon2010-10-041-4/+3
* This commit adds full support for USB 3.0 devices in host and deviceHans Petter Selasky2010-10-0413-203/+845
* Add missing #if'sHans Petter Selasky2010-10-041-0/+2
* Add more strict USB string filtering.Hans Petter Selasky2010-10-041-6/+13
* Serialise USB re-enumeration with the USB explore thread.Hans Petter Selasky2010-10-044-32/+76
* Correct IOCTL return code.Hans Petter Selasky2010-10-041-1/+5
* Add missing USB 3.0 definitions. Correct some wrong ones.Hans Petter Selasky2010-10-041-6/+28
* Add missing DRIVER_MODULE() entry for the musbotg driver.Hans Petter Selasky2010-10-041-0/+4
* The root mount hold reference was not released on USB controllerHans Petter Selasky2010-10-041-8/+14
* Make upper stack know driver's output status. This change increasedPyun YongHyeon2010-10-041-3/+8
* Move updating TX packet counter to the inside of send loop. axe(4)Pyun YongHyeon2010-10-041-1/+11
* Commit initial version of new XHCI driver which was written fromHans Petter Selasky2010-10-034-0/+4898
* Add new device ids.MIHIRA Sanpei Yoshiro2010-09-212-0/+4
* Cleanup white space and typos.Nick Hibma2010-09-181-6/+6
* Use saner nsegments and maxsegsz parameters when creating certain DMA tags;Marius Strobl2010-09-141-2/+2
* Reduce the need to accesss struct usb_device by providing functions to accessAndrew Thompson2010-09-027-30/+56
* Add support for power mode filtering as some USB hardware does not supportAndrew Thompson2010-09-025-6/+37
* Change argument for usbd_get_dma_delay() from USB bus to USB device, someAndrew Thompson2010-09-027-15/+22
* Fix setting of the rx_max and tx_max variables. If the expected buffer size isAndrew Thompson2010-09-021-4/+4
* Fix UMS_BUTTON_MAX define nameAndrew Thompson2010-09-021-1/+1
* Fix build breakage from r212127Andrew Thompson2010-09-022-4/+2