summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb
Commit message (Expand)AuthorAgeFilesLines
* r184610 changed the way how TX frames are handled on AX88178 andyongari2010-12-081-42/+31
* Introduces IFF_CANTCONFIG interface flag to point that the interfaceweongyo2010-12-071-0/+1
* Re-add a status check which sneaked out during r214804.hselasky2010-12-071-0/+4
* Explicitly UP and DOWN the usbus interfaces (IFT_USB) when it's attachedweongyo2010-12-011-0/+2
* We need to define a cdev variable associated with each USB device,hselasky2010-11-301-0/+4
* Add new device ids.sanpei2010-11-292-0/+2
* Support the Falcom Twist USB GSM/GPRS modem in uftdi(4)gavin2010-11-292-0/+4
* Add initial AX88772A support.yongari2010-11-282-4/+75
* Introduce new macro AXE_IS_178_FAMILY and AXE_IS_772. Includeyongari2010-11-282-13/+26
* Do full controller initialization in axe_reset() for controllersyongari2010-11-281-0/+6
* Make sure to change to currently selected media.yongari2010-11-281-0/+2
* Do not reinitialize controller if it's already running.yongari2010-11-281-0/+3
* Move axe_reset() to axe_init().yongari2010-11-281-2/+2
* Apply GPIO configuration for all CICADA PHYs.yongari2010-11-281-2/+5
* Removes a unused function `usb_bus_find'.weongyo2010-11-252-27/+0
* Handles the unit number correctly that the previous commit had a problemweongyo2010-11-252-6/+5
* Assigning the unit number for each interfaces could not use ubus->parentweongyo2010-11-251-1/+2
* Fixes a compiler warning when it's compiled with INVARIANTS.weongyo2010-11-241-1/+1
* Removes all duplicated code with BPF that it's greatly simplified andweongyo2010-11-244-1877/+27
* Fixes a kernel crash when usb module is reloaded after unload that itweongyo2010-11-231-2/+16
* Make the Huawei E1820 work (Emile Coetzee).n_hibma2010-11-232-6/+6
* Adds a USB packet filter feature to the stack that it could captureweongyo2010-11-226-0/+2224
* Remove unused struct rue_typekevlo2010-11-151-5/+0
* Add the Sierra MC8700.thompsa2010-11-152-0/+2
* Add a special INIT product ID used by some models of the HUAWEIdd2010-11-142-0/+2
* Add the switch config for the XS Stick.n_hibma2010-11-132-1/+6
* Fix compiler warnings.hselasky2010-11-131-3/+3
* Add a man page for usb_quirk module, plus references in other man pages,n_hibma2010-11-101-4/+7
* Allow specification of eject method through quirks, so people can testn_hibma2010-11-103-29/+77
* Bugfix: Set the bit that marks a device number in use.n_hibma2010-11-071-2/+5
* Instead of using the AMRR ratectl algo as default for drivers which havebschmidt2010-11-064-5/+1
* Bugfix: In rev 213509 Alexander committed a duplicate ID for ZTE STORn_hibma2010-11-052-8/+13
* Implement ucom_set_pnpinfo_usb() providing ttyname and port numbern_hibma2010-11-0520-3/+60
* - Remove an unused entry from the softc (only used in a debugging printf).n_hibma2010-11-052-6/+5
* Bugfix: Move the 'at <location string' to the beginning of the attachn_hibma2010-11-051-4/+3
* Don't terminate the notification with \n. This is done inn_hibma2010-11-041-2/+2
* Add code to warm reset a USB 3.0 port.hselasky2010-11-042-4/+99
* Add new USB quirk.hselasky2010-11-042-1/+2
* - Simplify the way unit/subunit allocation is done in ucom.n_hibma2010-11-0320-157/+119
* Clean up leftover USB device ID after r213856. This fixes:hselasky2010-11-031-3/+0
* Add support for setting per-interface PnP information.hselasky2010-10-273-6/+53
* The EHCI_CAPLENGTH and EHCI_HCIVERSION registers are actually sub-registersnwhitehorn2010-10-252-5/+9
* Add possibility to generate devctl notifications regardless of UGEN presence.hselasky2010-10-222-15/+47
* 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
OpenPOWER on IntegriCloud