summaryrefslogtreecommitdiff
path: root/sys/dev/usb/uplcom.c
AgeCommit message (Expand)Author
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
2001-07-31correct interrupt pipe of USB-RSAQ1.ichiro
2001-07-20support to change of CRTSCTSichiro
2001-05-22oops. Make it compile.jhawk
2001-05-22Supoprt the IOGEAR/ATEN UC-232A, which uses the Prolific 2303.jhawk
2001-04-02support USB-serial PLANEX USB-RS232 URS-03ichiro
2001-04-01Fix some bad indentation.augustss
2001-03-26fix typoichiro
2001-03-26support interrupt endpoint.ichiro
2001-03-14Implement uplcom_intr().ichiro
2001-01-30add uplcom_{open,close}ichiro
2001-01-28USB-RSAQ workichiro
2001-01-24more datasheetichiro
2001-01-23Ad support for an extra message in the ucom attach code.augustss