Subject: CVS commit: src/sys/dev/usb
To: None <source-changes@netbsd.org>
From: Jan Schaumann <jschauma@netbsd.org>
List: source-changes
Date: 06/26/2003 00:18:09
Module Name:	src
Committed By:	jschauma
Date:		Thu Jun 26 00:18:09 UTC 2003

Modified Files:
	src/sys/dev/usb: umass_quirks.c usbdevs

Log Message:
Add support for two new devices:
-  LaCie Pocket Drive (http://www.lacie.com/products/product.htm?id=10023)
-  a Pen Drive (http://www.flash-memory-store.com/51usbflasdri.html)

The latter shows as a uhub with a umass and a ugen.  The ugen is the
"Secure Write" device, which presumably allows password protection with the
appropriate (windows only) driver.  Works fine without.

Ok by augustss.


To generate a diff of this commit:
cvs rdiff -r1.41 -r1.42 src/sys/dev/usb/umass_quirks.c
cvs rdiff -r1.330 -r1.331 src/sys/dev/usb/usbdevs

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.