summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb
Commit message (Expand)AuthorAgeFilesLines
* Add more sanity checks for USB_HOST_ALIGN input values. Re-factor existinghselasky2011-01-241-3/+6
* Allow USB_HOST_ALIGN to be configured at compile time. This patch ishselasky2011-01-221-0/+5
* Add another ID for the ZTE MF190 Surf Stickn_hibma2011-01-202-0/+2
* Make USB packet filtering code optional.hselasky2011-01-183-5/+11
* Specify a CTLTYPE_FOO so that a future sysctl(8) change does not needmdf2011-01-181-1/+1
* Pull ieee80211_ratectl_node_init() calls from drivers into net80211.bschmidt2011-01-173-5/+0
* - Add support for 64-byte contexts to XHCI driver.hselasky2011-01-132-46/+105
* Use software interrupt priorities for USB kthreads instead of hardwarejhb2011-01-131-2/+4
* sysctl(9) cleanup checkpoint: amd64 GENERIC builds cleanly.mdf2011-01-121-3/+3
* Improve or fix some comments. No functional change.gavin2011-01-111-10/+10
* Remove unneeded includes of <sys/linker_set.h>. Other headers that usejhb2011-01-1183-83/+0
* Add support for the Zeagle N2iTion3 Dive Computer to uplcom(4). This bringsgavin2011-01-092-0/+2
* Sync the list of devices supported by uslcom(4) with Linux, bringing ingavin2011-01-092-1/+27
* Remove bogus usage of INTR_FAST. "Fast" interrupts are now indicated byjhb2011-01-061-1/+1
* Support the Uniform Industrial Corp (UIC) MSR206 Magnetic Card Reader.gavin2011-01-062-0/+2
* 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
OpenPOWER on IntegriCloud