summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb/ubsa.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* USB_DEBUG should imply UBSA_DEBUGdlg2005-01-161-1/+5
|
* fix kernel building with option UBSA_DEBUG.moritz2005-01-121-5/+4
| | | | ok dlg@ henning@
* Add support for the Vodafone Mobile Connect 3G adapter.reyk2005-01-031-1/+6
| | | | | | | | | | The MC3G is a cardbus device with an integrated OHCI usb controller. The GRPS/UMTS modem is attached via an internal Belkin serial adapter (ubsa(4)). Thanks to sh at horzela dot com. ok deraadt@ and dlg@
* do not print device info twicederaadt2005-01-031-3/+1
|
* put "do { } while (0)" wrappers on all the debug maroc functionsderaadt2004-07-081-5/+2
|
* Do not free() stack variables; reported by Mario Lang (mlang at delysid dot org)miod2003-11-111-2/+1
|
* initialize variable to match NetBSDnate2003-05-191-3/+3
|
* string cleanup; nate okderaadt2003-05-071-2/+2
|
* Add driver for Belkin usb serial adapters.nate2002-11-301-0/+731
Driver from Alexander Kabaev <kan.FreeBSD.org> and Ichiro FUKUHARA <ichiro@ichiro.org>