summaryrefslogtreecommitdiff
path: root/sys/dev/usb/uchcom.c
AgeCommit message (Expand)Author
2020-07-31Nuke all occurrences of usbd_abort_pipe() if it gets called rightMarcus Glocker
2017-04-08A pile of sizes to free(9). In test for a few days in snapshots.Theo de Raadt
2017-04-06Unify a few attach-time patterns between usb *com drivers, and removeTheo de Raadt
2016-09-02Avoid calling usbd_set_config_index() in *_attach() and let the stackMartin Pieuchot
2015-04-14Make sure we close the interrupt pipe when the device is detached.Martin Pieuchot
2015-03-14Remove some includes include-what-you-use claims don'tJonathan Gray
2014-07-12tedu another bunch of DVACT_DEACTIVATE handlers that do nothing but setMartin Pieuchot
2014-07-12add a size argument to free. will be used soon, but for now default to 0.Ted Unangst
2014-05-16It seems that there is new and old revision of CH340.sasano
2013-11-15Clean-up usbd_abort_pipe() usage.Paul Irofti
2013-11-15Sort-out activate functionality for ucom(4) and it's parents.Paul Irofti
2013-11-07Replace sc_dying in favour of usbd_is_dying() and usbd_deactivate().Paul Irofti
2013-04-15Get rid of various 'typedef struct' definitions and use plain structureMarcus Glocker
2011-07-03Remove config_activate() and DVACT_ACTIVATE. PCMCIA's the only thingMatthew Dempsky
2011-01-25garbage collect "usb events". without /dev/usb there is no way to accessJacob Meuser
2010-12-17- use nitems()Jasper Lievisse Adriaanse
2010-12-17- use usb_lookup() instead of handrolled macroJasper Lievisse Adriaanse
2010-09-24remove dying flag in detach() function.Yojiro Uo
2010-02-20Match on new CH341A in uchcom and correctly name the CH340 device,Jonathan Gray
2009-10-13Get rid of devact enum, substitute it with an int and coresponding defines.Paul Irofti
2009-08-02Never return nonzero in a device activate method invoked with DVACT_ACTIVATE,Miod Vallat
2008-06-26First pass at removing clauses 3 and 4 from NetBSD licenses.Ray Lai
2008-06-20Another uchcom product found in the Linux driver.Jonathan Gray
2008-04-11ditch c99 style struct initialisers that should have been removed.Jonathan Gray
2007-10-11treat usb vendor/product names as a locator, and have usbd_print handle it,Theo de Raadt
2007-09-09Properly prefix all functions with driver name.Jonathan Gray
2007-09-08Wrap DPRINTFN() macro up in do { } while(0).Jonathan Gray
2007-09-08Driver for WinChipHead CH341/340 USB serial adapters.Jonathan Gray