aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/usb/uvscom.c
Commit message (Expand)AuthorAgeFilesLines
* Fix device freeze to reduce output packet size.Shunsuke Akiyama2003-03-091-4/+33
* Add missing module dependency.Shunsuke Akiyama2003-03-091-0/+1
* Back out M_* changes, per decision of the TRB.Warner Losh2003-02-191-2/+2
* Add support SUNTAC Ir-Trinity IS96UMIHIRA Sanpei Yoshiro2003-02-131-0/+2
* Add support SUNTAC U-Cable TypeD2 (DS96L)MIHIRA Sanpei Yoshiro2003-02-111-0/+2
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.Alfred Perlstein2003-01-211-2/+2
* 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