aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/usb/uvscom.c
Commit message (Expand)AuthorAgeFilesLines
* Apply some fixups in the driver_t's.Josef Karthauser2002-11-171-1/+1
* Use the hw.usb sysctl tree instead of debug.usb.Josef Karthauser2002-08-081-1/+2
* Replace the FOO_DEBUG definitions with USB_DEBUG, and switch theJosef Karthauser2002-07-311-2/+2
* Get bored with hard coded debug level variables and introduce a debug.usbJosef Karthauser2002-07-311-6/+1
* It's not "usio" anymore, it's "ucom".Josef Karthauser2002-07-101-1/+1
* Improve detach operation.Josef Karthauser2002-07-101-5/+5
* Use usb_lookup instead of rolling our own.Josef Karthauser2002-03-281-13/+4
* Remove some surplus whites.Josef Karthauser2002-03-281-12/+12
* Move some includes around to make it more *BSD compliant.Josef Karthauser2002-03-271-4/+12
* Add a USB comm driver.Josef Karthauser2002-03-181-0/+888