summaryrefslogtreecommitdiff
path: root/sys/dev/usb/uplcom.c
AgeCommit message (Expand)Author
2021-08-07Merge thorpej-cfargs2.thorpej
2021-04-24Merge thorpej-cfargs branch:thorpej
2020-03-14fix more broken kernhist formats (now I got them all).christos
2020-03-14revert the 0x% -> %# change for fixed width formats pointed out by uwe.christos
2020-03-13PR/55068: sc.dying: Fix printf formats:christos
2020-01-07Localify, constify.maxv
2019-05-09Fix USB_DEBUG buildskrll
2019-05-09clean up ucom parents some more:mrg
2019-05-07convert to USBHIST style debugging.mrg
2019-05-05remove explicit 'extern struct cfdriver <my>_cd;' and use ioconf.hmrg
2019-05-04clean up ucom / ucom-parent interface slightly:mrg
2016-12-04Whitespaceskrll
2016-07-07KNF. Remove extra spaces. No functional change.msaitoh
2016-05-11Pullin opt_usb for UPLCOM_DEBUGskrll
2016-04-23Merge nick-nhusbskrll
2015-11-01Don't pretend to do zero length IN control transfers as dwctwo(4)skrll
2015-05-30Null suspend/resume handler for uplcom(4).riastradh
2014-07-14Sharp CE-175TU USB to Zaurus Option Port 16 cable is uplcom(4) device.ryoon
2011-12-23Revert previous due to active usbmp branch(es).jakllsch
2011-12-22Adjust-away inconsistent and trailing whitespace.jakllsch
2010-11-03Stop using the compatibility macros USB_ATTACH(), USB_DETACH(),dyoung
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