summaryrefslogtreecommitdiff
path: root/sys/dev/usb/uplcom.c
AgeCommit message (Expand)Author
2009-12-25Implement monitoring of CTS and RI lines. Use UCDC_N_SERIAL_* insteadjakllsch
2009-11-12Simplify activation hooks. (sc_dying must die!)dyoung
2009-09-23fix up USB drivers printing of autoconf informationplunky
2008-11-20PR/39971 - SHIMAOKA Shunsuke -- Recognize Corega CG-USBRS232R as ajnemeth
2008-09-16Remove hardcoded vendor/product ID based lookup for HX type chips andmartin
2008-05-24Split device_t and softc for all USB device drivers, and related cosmeticcube
2008-04-28Remove clause 3 and 4 from TNF licensesmartin
2008-04-05use aprint_*_dev and device_xnamecegger
2008-02-21Make this work on a new TrippLite USB->Serial Converter Model U209-000-R.rafal
2008-02-20fix typomlelstv
2008-02-18Use device_t and its accessor functions.dyoung
2008-02-12Add some initialization magic from FreeBSD. This makes it work withmlelstv
2007-08-18Add support for SMART Technologies-badged Prolific USB-Serial convertersborrill
2007-06-22PROLIFIC2 -> NETINDEXitohy
2007-06-14I-O DATA USB-RSAQ5 needs UPLCOM_TYPE_HX hack. Pointed out by Kouichirouuebayasi
2007-06-13Teach I-O DATA USB-RSAQ5.uebayasi
2007-03-13Introduce different autoconf interface attributes for USB driversdrochner
2007-03-04Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.christos
2007-01-31add an entry for Willcom WS002IN PHS device(Prolific Technology PL2303X).msaitoh
2007-01-29Remove more duplicate headers.hubertf
2006-11-16__unused removal on arguments; approved by core.christos
2006-10-12- sprinkle __unused on function decls.christos
2006-09-04Add support for IO-DATA's USB-Serial adapter (USB-RSAQ3),martin
2005-12-11merge ktrace-lwp.christos
2005-10-09Match ELECOM UC-SGT0.sekiya
2005-08-13Back out the "it is not completely clear" part of revision 1.37 - itmartin
2005-07-07match & attach Panasonic 50" Touch Panelpooka
2005-05-11Support for the HX version of the chip.augustss
2005-05-11Don't keep the devinfo string on the stack, instead use malloc/free.augustss
2004-10-23Add another serial adapter. From Paul Shupak in PR kern/27197.augustss
2004-10-22Merge a lot of devices from OpenBSD.augustss
2004-09-13a round of autoconf cleanup:drochner
2004-06-05attach to Sitecom USB to serial cablejdolecek
2004-05-20Make sure that we call uplcom_set_line_state() to get consistent statemartin
2004-04-23use bounded string ops (snprintf, strl*)itojun
2004-04-09Initialize sc_rts and sc_dts to 0, instead of -1, as suggested inmartin
2004-02-19Add a serial adapter. From PR 24482augustss
2004-01-05Get rid of a vnode.h include.augustss
2003-11-23Add some more devices. From FreeBSD.augustss
2003-11-10Update URLs; from Jared Yanovich via jmc@openbsd.wiz
2003-08-11Add Sony Ericsson DCU10 USB Cable. PR kern/22432.augustss
2002-09-23Remove breaks after returns, unreachable returns and returns aftersimonb
2002-07-11Get rid of trailing white space.augustss
2002-03-16add device TDK USB-PDC Adapter UPA9664ichiro
2002-03-09add deviceichiro
2002-01-22supported RATOC Systems REX-USB60ichiro
2001-12-31Make a typedef for struct proc to make portingeasier.augustss
2001-12-03Handle vendor/product lookup with a common routine.augustss
2001-11-30Add new devices. From URA Hiroshi in PR 14790.augustss
2001-11-13add RCSIDslukem