summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb/uplcom.c
Commit message (Expand)AuthorAgeFilesLines
* Fix comment typo.akiyama2003-11-161-1/+1
* Make interrupt pipe interval time configurable.akiyama2003-11-161-2/+29
* Add vendor IDs, and device IDs supported by uplcom(4).akiyama2003-11-161-0/+6
* Use __FBSDID().obrien2003-08-241-1/+3
* Make note that we already have these NetBSD patches.joe2003-07-141-1/+1
* WARNING: white space diffjmg2003-07-041-10/+10
* Back out M_* changes, per decision of the TRB.imp2003-02-191-2/+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-4/+1
* When usb is kld, ucom and uplcom were failed to load because ofume2002-07-131-0/+1
* It's not "usio" anymore, it's "ucom".joe2002-07-101-1/+1
* Improve detach operation.joe2002-07-101-1/+1
* Add another ucom device (ELECOM UC-SGT).joe2002-07-101-0/+2
* Add a USB comm driver.joe2002-03-181-0/+810
OpenPOWER on IntegriCloud