summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb/uplcom.c
Commit message (Expand)AuthorAgeFilesLines
* Start each of the license/copyright comments with /*-, minor shuffle of linesimp2005-01-061-1/+1
* We don't need vnode.h, but do need uio.h in these files. vnode.himp2004-12-131-1/+1
* Add support for CTS modemsignal as well.phk2004-10-021-0/+9
* Overhaul ucom serial driver by using generic stuff instead of homerolledphk2004-09-171-2/+3
* add support ELECOM UC-SGT(minor change version)sanpei2004-09-031-0/+1
* Add support to Sony Ericsson USB Cable(Susteen USB Data Cable)sanpei2004-08-081-0/+2
* 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
* 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