summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb/uvscom.c
Commit message (Expand)AuthorAgeFilesLines
* Move usb to a graveyard location under sys/legacy/dev, it is intended that thethompsa2009-02-231-906/+0
* Kill dead code. This has been a 'todo' item for a long time and theimp2008-08-311-33/+1
* Prefer device_printf to printf("%s:...", device_get_nameunit(),...);imp2007-07-051-41/+33
* s/logprintf/printf/gimp2007-06-201-1/+1
* Finish removal of usb_port.h macros.imp2007-06-181-2/+3
* Expand USB_MATCH_STARTimp2007-06-171-1/+1
* Expand USB_DETACH, USB_ATTACH and USB_MATCH inline. No functionalimp2007-06-131-3/+6
* First pass at removing __OtherBSD__. We can't blindly remove all ofimp2007-06-121-5/+0
* Eliminate usb_thread_t.imp2007-06-121-1/+1
* Expand USB_ATTACH_{ERROR,SUCCESS}_RETURN inline and eliminate fromimp2007-06-121-2/+2
* Remove devinfo junk.imp2007-06-091-14/+0
* Remove compat ifdefs for version < 500014 from the rest of the USB files.brueffer2007-06-071-4/+0
* Despite several examples in the kernel, the third argument ofdwmalone2007-06-041-2/+2
* Use pause() rather than tsleep() on stack variables and function pointers.jhb2007-02-271-1/+1
* More removing compatibility macros.imp2006-09-071-31/+31
* s/Static/static/gimp2006-09-061-39/+39
* Fix -Wundef from compiling the amd64 LINT.ru2005-12-041-2/+2
* 'PC Card' instead of other variantsimp2005-09-221-2/+2
* Use a taskqueue to handle port status changes.akiyama2005-01-311-1/+18
* 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