summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb/ubsa.c
Commit message (Collapse)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
| | | | Obtained from: same change for umct(4) driver.
* 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
| | | | MFC after: 1 week
* Remove duplicatejohan2003-11-141-3/+0
| | | | | | | #include <sys/cdefs.h> __FBSDID(...); Leave the one matching the other files in this directory.
* Make it easier to run this code on RELENG_4.joe2003-10-041-0/+12
| | | | Submitted by: luoqi
* Use __FBSDID().obrien2003-08-241-0/+3
| | | | Also some minor style cleanups.
* Use swi to process port status changes. Calling ucom layer directlykan2003-07-141-0/+20
| | | | from interrupt handler panics the machine.
* Back out M_* changes, per decision of the TRB.imp2003-02-191-2/+2
| | | | Approved by: trb
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-211-2/+2
| | | | Merge M_NOWAIT/M_DONTWAIT into a single flag M_NOWAIT.
* 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
| | | | UBSA_DEBUG is inconsistent with other drivers.
* Whitespace fixes per style(9)kan2002-10-191-11/+10
| | | | Approved by: obrien
* Add device driver for Belkin F5U103 and compatible USB-to-serial adapters.kan2002-10-081-0/+739
Reviewed by: n_hibma Approved by: obrien
OpenPOWER on IntegriCloud