summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb/uvscom.c
Commit message (Expand)AuthorAgeFilesLines
* Overhaul ucom serial driver by using generic stuff instead of homerolledphk2004-09-171-3/+4
* 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
* Add support SUNTAC U-Cable type A4 (AS144L4)sanpei2004-05-021-0/+2
* It appears that we don't need sys/vnode.h, which is a layering violation...imp2004-01-021-1/+0
* Make interrupt pipe interval time configurable.akiyama2003-11-161-1/+27
* Use __FBSDID().obrien2003-08-241-1/+3
* WARNING: white space diffjmg2003-07-041-2/+2
* Fix device freeze to reduce output packet size.akiyama2003-03-091-4/+33
* Add missing module dependency.akiyama2003-03-091-0/+1
* Back out M_* changes, per decision of the TRB.imp2003-02-191-2/+2
* Add support SUNTAC Ir-Trinity IS96Usanpei2003-02-131-0/+2
* Add support SUNTAC U-Cable TypeD2 (DS96L)sanpei2003-02-111-0/+2
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-211-2/+2
* Apply some fixups in the driver_t's.joe2002-11-171-1/+1
* Use the hw.usb sysctl tree instead of debug.usb.joe2002-08-081-1/+2
* Replace the FOO_DEBUG definitions with USB_DEBUG, and switch thejoe2002-07-311-2/+2
* Get bored with hard coded debug level variables and introduce a debug.usbjoe2002-07-311-6/+1
* It's not "usio" anymore, it's "ucom".joe2002-07-101-1/+1
* Improve detach operation.joe2002-07-101-5/+5
* Use usb_lookup instead of rolling our own.joe2002-03-281-13/+4
* Remove some surplus whites.joe2002-03-281-12/+12
* Move some includes around to make it more *BSD compliant.joe2002-03-271-4/+12
* Add a USB comm driver.joe2002-03-181-0/+888
OpenPOWER on IntegriCloud