summaryrefslogtreecommitdiff
path: root/sys/dev/usb/ubsa.c
Commit message (Expand)AuthorAgeFilesLines
* Add support for Verizon v740 to ubsa(4).Florent Thoumie2008-04-091-0/+2
* Add Qualcomm ZTE CMDMA MSM modem to the list of supported modems.Rui Paulo2008-03-281-0/+2
* - Add support for Axesstel MV100H, as used on CDMA network operated by O2 CZPav Lucistnik2008-02-261-0/+2
* add support for Option GlobeTrotter 3G+Warner Losh2007-06-221-0/+2
* s/logprintf/printf/gWarner Losh2007-06-201-1/+1
* Finish removal of usb_port.h macros.Warner Losh2007-06-181-3/+3
* Expand USB_MATCH_STARTWarner Losh2007-06-171-1/+1
* Expand USB_DETACH, USB_ATTACH and USB_MATCH inline. No functionalWarner Losh2007-06-131-3/+6
* Expand USB_ATTACH_{ERROR,SUCCESS}_RETURN inline and eliminate fromWarner Losh2007-06-121-2/+2
* Prefer device_printf over printf.Warner Losh2007-06-111-32/+24
* Kill devinfo stuff. It is no longer needed.Warner Losh2007-06-091-12/+0
* Remove compat ifdefs for version < 500014 from the rest of the USB files.Christian Brueffer2007-06-071-4/+0
* o Add AnyData ADU-E100H modem. Sort a list of ubsa(4) supported devices.Maxim Konovalov2007-05-081-0/+2
* Add support for Huawei Technologies Mobile card (3G).Lukas Ertl2007-02-091-0/+2
* Add support for another 3G card and update man page accordingly.Lukas Ertl2007-02-041-0/+2
* Add support for Option GT 3G/3G quad datacard in ubsa.Kevin Lo2006-10-311-2/+6
* More removing compatibility macros.Warner Losh2006-09-071-14/+14
* s/Static/static/gWarner Losh2006-09-061-38/+38
* Start each of the license/copyright comments with /*-, minor shuffle of linesWarner Losh2005-01-061-1/+1
* Add support for the Vodafone Mobile Connect 3G datacard.Lukas Ertl2004-10-161-0/+2
* Use a taskqueue rather than an swi to handle deferred notifications.Alexander Kabaev2004-10-151-25/+9
* MFp4: First batch of dev/usb/usbdevs.h -> usbdevs.h changes.Warner Losh2004-06-271-1/+1
* Add missing <sys/module.h> includesPoul-Henning Kamp2004-05-301-0/+1
* It appears that we don't need sys/vnode.h, which is a layering violation...Warner Losh2004-01-021-1/+0
* Apply some fixups in the driver_t's.Shunsuke Akiyama2003-11-161-1/+1
* Remove duplicateJohan Karlsson2003-11-141-3/+0
* Make it easier to run this code on RELENG_4.Josef Karthauser2003-10-041-0/+12
* Use __FBSDID().David E. O'Brien2003-08-241-0/+3
* Use swi to process port status changes. Calling ucom layer directlyAlexander Kabaev2003-07-141-0/+20
* Back out M_* changes, per decision of the TRB.Warner Losh2003-02-191-2/+2
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.Alfred Perlstein2003-01-211-2/+2
* Do not print the value of sc pointer before is has been ininialized.Alexander Kabaev2003-01-021-1/+2
* Create debug sysctl nodes if USB_DEBUG is defined.Alexander Kabaev2003-01-021-1/+1
* Whitespace fixes per style(9)Alexander Kabaev2002-10-191-11/+10
* Add device driver for Belkin F5U103 and compatible USB-to-serial adapters.Alexander Kabaev2002-10-081-0/+739