summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb/umsm.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* make the Sierra Wireless MC8755 attach to umsm(4). this is a MiniPCIfkr2006-12-271-1/+2
| | | | | adapter that hosts a usb controller. from janek@openbug.org. ok jsg@
* PC5740 is umodem not umsm. Should fix PR 5181.jsg2006-07-171-2/+1
|
* In a drivers activate() entry point, if on DVACT_DEACTIVATE it doesmiod2006-06-231-2/+2
| | | | | | something, then it MUST return zero on DVACT_ACTIVATE, not EOPNOTSUPP; this very popular bug has been cut and pasted a lot of times... ok deraadt@ mickey@
* Driver for the serial interface to Qualcomm MSM EVDO modems.jsg2006-03-241-0/+190
Tested with Verizon Wireless by jolan@ ok dlg@