summaryrefslogtreecommitdiff
path: root/sys/dev/usb/uchcom.c
AgeCommit message (Expand)Author
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