summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb/u3g.c
Commit message (Expand)AuthorAgeFilesLines
* Move usb to a graveyard location under sys/legacy/dev, it is intended that thethompsa2009-02-231-799/+0
* Add support for CMOTECH devices (not sure whether this is the correctn_hibma2009-02-131-34/+168
* Fix the input buffer at 1024. The previous calculated buffer sizen_hibma2009-01-271-5/+6
* - Add the device ID for the HP HS2300 MC8775 clone (michael)n_hibma2008-11-261-6/+7
* Hide the attach message. This needs to be done in the probe as well, asn_hibma2008-11-131-6/+23
* Bugfix: Cut&paste error from the NetBSD code.n_hibma2008-11-031-18/+22
* 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
* 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-291-4/+3
* 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
* 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
* 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
* Rewrite the driver to better support the Huawei devices. It should now supportn_hibma2008-10-151-206/+293
* Move all the hacks for the Huawei, Novatel and Qualcomm cards into a stubn_hibma2008-10-141-52/+122
* - Fix the naming of the MC950D device.n_hibma2008-10-141-3/+2
* - Add better support for Huawei cards, by attaching as an interface driver.n_hibma2008-10-131-66/+97
* Move Qualcomm ZTE CDMA from ubsa(4) to u3g(4).rpaulo2008-10-111-0/+2
* Typo in ifdef.n_hibma2008-10-101-1/+1
* Say hello to the u3g driver, implementing support for 3G modems.n_hibma2008-10-091-0/+330
OpenPOWER on IntegriCloud