summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb/ubsa.c
Commit message (Expand)AuthorAgeFilesLines
* Move usb to a graveyard location under sys/legacy/dev, it is intended that thethompsa2009-02-231-742/+0
* Remove a comment that belonged to a deleted if statement.n_hibma2008-10-221-1/+0
* Rewrite the driver to better support the Huawei devices. It should now supportn_hibma2008-10-151-46/+0
* - Add better support for Huawei cards, by attaching as an interface driver.n_hibma2008-10-131-28/+0
* Move Qualcomm ZTE CDMA from ubsa(4) to u3g(4).rpaulo2008-10-111-2/+0
* Say hello to the u3g driver, implementing support for 3G modems.n_hibma2008-10-091-71/+4
* Make the ubsa(4) work with Huawei Exxx (tested with E169) 3G radio devices:phk2008-09-251-2/+61
* Add a bunch of Novatel and Sierra 3G wireless product ids.thompsa2008-09-141-7/+72
* Bring in support for the MC8755 Sierra UMTS card.remko2008-08-201-0/+2
* Add the support for the Globetrotter Max 3.6 HSDPA Modem.attilio2008-06-051-0/+2
* Add device ID for AnyDATA ADU-500A EV-DO modem.kan2008-06-031-0/+2
* Add vendor/device IDs for Novatel U740 repackaged by Dell.kan2008-06-031-0/+2
* Add support for Verizon v740 to ubsa(4).flz2008-04-091-0/+2
* Add Qualcomm ZTE CMDMA MSM modem to the list of supported modems.rpaulo2008-03-281-0/+2
* - Add support for Axesstel MV100H, as used on CDMA network operated by O2 CZpav2008-02-261-0/+2
* add support for Option GlobeTrotter 3G+imp2007-06-221-0/+2
* s/logprintf/printf/gimp2007-06-201-1/+1
* Finish removal of usb_port.h macros.imp2007-06-181-3/+3
* Expand USB_MATCH_STARTimp2007-06-171-1/+1
* Expand USB_DETACH, USB_ATTACH and USB_MATCH inline. No functionalimp2007-06-131-3/+6
* Expand USB_ATTACH_{ERROR,SUCCESS}_RETURN inline and eliminate fromimp2007-06-121-2/+2
* Prefer device_printf over printf.imp2007-06-111-32/+24
* Kill devinfo stuff. It is no longer needed.imp2007-06-091-12/+0
* Remove compat ifdefs for version < 500014 from the rest of the USB files.brueffer2007-06-071-4/+0
* o Add AnyData ADU-E100H modem. Sort a list of ubsa(4) supported devices.maxim2007-05-081-0/+2
* Add support for Huawei Technologies Mobile card (3G).le2007-02-091-0/+2
* Add support for another 3G card and update man page accordingly.le2007-02-041-0/+2
* Add support for Option GT 3G/3G quad datacard in ubsa.kevlo2006-10-311-2/+6
* More removing compatibility macros.imp2006-09-071-14/+14
* s/Static/static/gimp2006-09-061-38/+38
* Start each of the license/copyright comments with /*-, minor shuffle of linesimp2005-01-061-1/+1
* Add support for the Vodafone Mobile Connect 3G datacard.le2004-10-161-0/+2
* Use a taskqueue rather than an swi to handle deferred notifications.kan2004-10-151-25/+9
* MFp4: First batch of dev/usb/usbdevs.h -> usbdevs.h changes.imp2004-06-271-1/+1
* Add missing <sys/module.h> includesphk2004-05-301-0/+1
* It appears that we don't need sys/vnode.h, which is a layering violation...imp2004-01-021-1/+0
* Apply some fixups in the driver_t's.akiyama2003-11-161-1/+1
* Remove duplicatejohan2003-11-141-3/+0
* Make it easier to run this code on RELENG_4.joe2003-10-041-0/+12
* Use __FBSDID().obrien2003-08-241-0/+3
* Use swi to process port status changes. Calling ucom layer directlykan2003-07-141-0/+20
* Back out M_* changes, per decision of the TRB.imp2003-02-191-2/+2
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-211-2/+2
* Do not print the value of sc pointer before is has been ininialized.kan2003-01-021-1/+2
* Create debug sysctl nodes if USB_DEBUG is defined.kan2003-01-021-1/+1
* Whitespace fixes per style(9)kan2002-10-191-11/+10
* Add device driver for Belkin F5U103 and compatible USB-to-serial adapters.kan2002-10-081-0/+739
OpenPOWER on IntegriCloud