summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb
Commit message (Expand)AuthorAgeFilesLines
...
* Add entries for some Option, Sierra and Stelera 3G cards.thompsa2008-12-111-0/+8
* The startall variable should default to zero, otherwise the vap is restartedthompsa2008-12-061-6/+5
* The Netgear WG111v2 USB dongle contains a RTL8187 chip,kevlo2008-12-011-1/+0
* - Add the device ID for the HP HS2300 MC8775 clone (michael)n_hibma2008-11-262-6/+8
* - improve AL2230 RF handling when the device type is zd1211. After thisweongyo2008-11-252-1145/+1526
* src/sys/dev/usb2/controller/uss820dci_pccard.calfred2008-11-191-1/+1
* Hide the attach message. This needs to be done in the probe as well, asn_hibma2008-11-131-6/+23
* Silence detach messages if the device has marked itself quiet (u3g).n_hibma2008-11-131-12/+14
* Add a reset device command to ugen.c.n_hibma2008-11-135-10/+19
* Add a quirk for Belkin USB Bluetooth adapters (F8T012xx1 series)keramida2008-11-122-0/+10
* Add support for the Microsoft Comfort Optical Mouse 3000 (model 1043).cperciva2008-11-122-0/+3
* Bugfix: Cut&paste error from the NetBSD code.n_hibma2008-11-031-18/+22
* uaa->ifaces contains pointers so set its entry to NULL not 0.n_hibma2008-11-031-1/+1
* Merge some minor deltas from p4 newcard tree:imp2008-11-021-0/+2
* We need to print out the device info ourselves on FBSD 6.n_hibma2008-10-301-0/+7
* Bugfix: Check the error code for in progress as well, after starting then_hibma2008-10-301-8/+10
* Return USBD_NORMAL_COMPLETION instead of a hard coded 0.n_hibma2008-10-301-1/+1
* Comment out #define turning on debugging which went in with r184436 andbz2008-10-291-1/+1
* Add the device ID for the mass storage device that appears before then_hibma2008-10-292-4/+4
* Unbreak LINT from r184381 using the correct variable in debuggingbz2008-10-281-4/+1
* Grab Sierra and Novatel init functions from NetBSD version of the u3gn_hibma2008-10-271-26/+141
* o use the new association callback to notify the driver when joining a bsssam2008-10-271-5/+0
* Make the driver compile on FBSD6 as well.n_hibma2008-10-241-2/+6
* Add U3G_DEBUG to LINTn_hibma2008-10-241-0/+1
* - Bugfix: Only claim interface after having checked all endpoints. Thisn_hibma2008-10-241-42/+40
* Don't include <sys/clist.h> inside ucom(4) and ufoma(4).ed2008-10-232-2/+0
* Retire the MALLOC and FREE macros. They are an abomination unto style(9).des2008-10-231-2/+2
* Remove a comment that belonged to a deleted if statement.n_hibma2008-10-221-1/+0
* Remove the debug flag.n_hibma2008-10-221-1/+0
* Add a device ID for the Ovation MC950D (Novatel Wireless HSUPA modem).n_hibma2008-10-211-0/+1
* Wireless Mouse device of Sony VGP-WRC1 mouse/keyboard receiver has thebrooks2008-10-172-0/+3
* Rewrite the driver to better support the Huawei devices. It should now supportn_hibma2008-10-153-252/+294
* Remove the 'old' Novatel MC950D entry which was slightly incorrect, NetBSD hasthompsa2008-10-141-1/+0
* Add back in the (incorrect) entry for the MC950D, as requested by Andrewn_hibma2008-10-141-0/+1
* Move all the hacks for the Huawei, Novatel and Qualcomm cards into a stubn_hibma2008-10-142-74/+122
* Fix a comment.n_hibma2008-10-141-9/+8
* - Fix the naming of the MC950D device.n_hibma2008-10-142-4/+3
* Mbus attachment for USB EHCI integrated controller on Marvell chips.raj2008-10-143-2/+342
* - Add better support for Huawei cards, by attaching as an interface driver.n_hibma2008-10-132-94/+97
* - Only refuse to attach to the first interface on the Huawei cards as forn_hibma2008-10-131-6/+23
* Move Qualcomm ZTE CDMA from ubsa(4) to u3g(4).rpaulo2008-10-112-2/+2
* Typo.n_hibma2008-10-101-1/+1
* Typo in ifdef.n_hibma2008-10-101-1/+1
* Say hello to the u3g driver, implementing support for 3G modems.n_hibma2008-10-093-72/+335
* uark/ucom: Minor code cleanup.n_hibma2008-10-094-18/+4
* Add modules for the HCI part of USB. This is convenient when having a UHCIn_hibma2008-10-094-1/+6
* Quirks for SDS-infrared.com "Hotfind-D" camera.phk2008-10-082-0/+5
* Replace all calls to minor() with dev2unit().ed2008-09-279-13/+13
* Tell umass to leave Huawei radio devices alone so ubsa(4) willphk2008-09-251-0/+7
* Make the ubsa(4) work with Huawei Exxx (tested with E169) 3G radio devices:phk2008-09-251-2/+61
OpenPOWER on IntegriCloud