summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb/uplcom.c
Commit message (Expand)AuthorAgeFilesLines
* Back out revision 1.33. usb/98983 was misfiled and the patch had no effect.jkim2006-12-261-2/+0
* More removing compatibility macros.imp2006-09-071-19/+19
* s/Static/static/gimp2006-09-061-39/+39
* Add a few more devices to the supported list. Specifically, the PHAROS andimp2006-07-241-0/+4
* Comment fix.takawata2006-06-291-2/+2
* Willcom WSIM DD support.takawata2006-06-291-0/+2
* Add a forgotten ","matteo2006-06-191-1/+1
* Add Hamlet eXagerate XURS232 USB-Serial adaptermatteo2006-06-191-0/+2
* Add the Tripp-Lite U209-000-R serial adapter.iedowse2006-02-271-0/+2
* Use the release version as a floor, not an exact match. Add comment to thatimp2006-02-111-1/+4
* Fix -Wundef from compiling the amd64 LINT.ru2005-12-041-2/+2
* Add support for IODATA USB-RSAQ3 USB-Serial Adapter.hrs2005-07-031-0/+2
* Add support for Sitecom USB to serial cable (v2)le2005-04-081-0/+2
* Use a taskqueue to handle port status changes.akiyama2005-01-311-0/+18
* - Add support for new chips, PL-2303X and PL-2303HX.akiyama2005-01-251-21/+159
* 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