Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys/dev/usb
Module Name: src
Committed By: kardel
Date: Sun Jun 27 10:41:26 UTC 2010
Modified Files:
src/sys/dev/usb: umodem_common.c usb_quirks.c usb_quirks.h
Log Message:
add quirk for CDC-ACM devices that do not have a CDC UNION interface descriptor.
idea gleened from Linux cdc-acm implementation (which has a long list of these
devices)
first tested/added device is MTK GPS receiver.
To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 src/sys/dev/usb/umodem_common.c
cvs rdiff -u -r1.66 -r1.67 src/sys/dev/usb/usb_quirks.c
cvs rdiff -u -r1.23 -r1.24 src/sys/dev/usb/usb_quirks.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index