Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Michael Graff <explorer@netbsd.org>
List: source-changes
Date: 10/22/2000 11:20:13
Module Name:	syssrc
Committed By:	explorer
Date:		Sun Oct 22 08:20:12 UTC 2000

Modified Files:
	syssrc/sys/dev/usb: umodem.c usb_quirks.c usb_quirks.h

Log Message:
Add a new quirk:  ASSUME_CM_OVER_DATA.

Set this on the Metricom Ricochet GS USB modem.

This particular modem breaks if the USB command to enable the feature
CM_OVER_DATA.  Since it appears to wake up in that mode already,
just pretend it is already on, and don't try to set it.

Since this commit is happening over my Ricochet modem, I assume it works
now.


To generate a diff of this commit:
cvs rdiff -r1.30 -r1.31 syssrc/sys/dev/usb/umodem.c
cvs rdiff -r1.28 -r1.29 syssrc/sys/dev/usb/usb_quirks.c
cvs rdiff -r1.13 -r1.14 syssrc/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.