summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb/ubsa.c
Commit message (Expand)AuthorAgeFilesLines
* 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