summaryrefslogtreecommitdiff
path: root/sys/dev/usb/uslsa.c
AgeCommit message (Expand)Author
2009-11-12Simplify activation hooks. (sc_dying must die!)dyoung
2009-09-23fix up USB drivers printing of autoconf informationplunky
2009-01-05Correct license. I have not formally contributed this to TNF.jakllsch
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-18Use device_t and its accessor functions.dyoung
2007-10-25remove #include <usbhid.h> as its not neededplunky
2007-06-13Set portno in ucom_attach_args, to UCOM_UNK_PORTNO. The port number isnathanw
2007-05-21Add missing __KERNEL_RCSID() and missing $NetBSD$ tag.xtraeme
2007-05-20From PR kern/33496 - add uslsa(4), a CP210x USB-RS232 ucom driver.dogcow