summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb/umcs.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Correct logic check preventing the device to attach.mpi2017-10-091-2/+2
* Deactivate the device if I/O fails in attach.mpi2017-08-101-2/+6
* Setting the configuration in *_attach() is a bad practise because if itmpi2015-04-141-23/+10
* It's not possible to call umcs_get_status() in interrupt contextmpi2015-04-141-2/+28
* Remove some includes include-what-you-use claims don'tjsg2015-03-141-2/+1
* Driver for MosChip Semiconductor 78x0 USB multiport serial adapters.mpi2014-12-041-0/+806