summaryrefslogtreecommitdiff
path: root/sys/dev/usb/uslsa.c
AgeCommit message (Expand)Author
2022-08-01Pull up following revision(s) (requested by rin in ticket #1483):martin
2019-05-09clean up ucom parents some more:mrg
2019-05-04clean up ucom / ucom-parent interface slightly:mrg
2019-01-22KNFskrll
2017-12-22missing comma 🙄jakllsch
2017-12-22Add West Mountain Radio RIGblaster. From OpenBSD uslcom(4).jakllsch
2016-12-16Don't block suspend when uslsa(4) is attached - it works fine.maya
2016-11-25+#include "opt_usb.h"skrll
2016-07-07KNF. Remove extra spaces. No functional change.msaitoh
2016-04-23Merge nick-nhusbskrll
2014-03-10Improve support for the CP2104. This particular device has a higher maximumreinoud
2012-01-14Remove small vestige of debug code.jakllsch
2012-01-14Rework uslsa(4) based on publicly-available Silicon Labs AN571 document.jakllsch
2011-12-23Revert previous due to active usbmp branch(es).jakllsch
2011-12-22Adjust-away inconsistent and trailing whitespace.jakllsch
2011-12-22Transfer some static from my winter coat to more structures/functionsjakllsch
2011-12-06Make break handling (where supported by the hardware/firmware) actually work.jakllsch
2010-11-03Stop using the compatibility macros USB_ATTACH(), USB_DETACH(),dyoung
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