Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 19 Jan 2010 15:35:20 GMT
From:      Hans Petter Selasky <hselasky@FreeBSD.org>
To:        Perforce Change Reviews <perforce@FreeBSD.org>
Subject:   PERFORCE change 173371 for review
Message-ID:  <201001191535.o0JFZKEO072924@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://p4web.freebsd.org/chv.cgi?CH=173371

Change 173371 by hselasky@hselasky_laptop001 on 2010/01/19 15:35:18

	
	USB quirk:
		- add another quirk
	
	PR:		usb/142957

Affected files ...

.. //depot/projects/usb/src/sys/dev/usb/quirk/usb_quirk.c#17 edit
.. //depot/projects/usb/src/sys/dev/usb/usbdevs#100 edit

Differences ...

==== //depot/projects/usb/src/sys/dev/usb/quirk/usb_quirk.c#17 (text+ko) ====

@@ -175,6 +175,7 @@
 	    UQ_MSC_FORCE_PROTO_SCSI),
 	USB_QUIRK(DMI, CFSM_RW, 0x0000, 0xffff, UQ_MSC_FORCE_PROTO_SCSI,
 	    UQ_MSC_NO_GETMAXLUN),
+	USB_QUIRK(DMI, DISK, 0x000, 0xffff, UQ_MSC_NO_SYNC_CACHE),
 	USB_QUIRK(EPSON, STYLUS_875DC, 0x0000, 0xffff, UQ_MSC_FORCE_WIRE_CBI,
 	    UQ_MSC_FORCE_PROTO_SCSI, UQ_MSC_NO_INQUIRY),
 	USB_QUIRK(EPSON, STYLUS_895, 0x0000, 0xffff, UQ_MSC_FORCE_WIRE_BBB,

==== //depot/projects/usb/src/sys/dev/usb/usbdevs#100 (text+ko) ====

@@ -1336,6 +1336,7 @@
 
 /* DMI products */
 product DMI CFSM_RW		0xa109	CF/SM Reader/Writer
+product DMI DISK		0x2bcf	Generic Disk
 
 /* DrayTek products */
 product DRAYTEK VIGOR550	0x0550	Vigor550
@@ -3102,4 +3103,4 @@
 product ZYXEL M202		0x340a	M-202
 product ZYXEL G220V2		0x340f	G-220 v2
 product ZYXEL G202		0x3410	G-202
-product ZYXEL RT2870_1		0x3416	RT2870+product ZYXEL RT2870_1		0x3416	RT2870



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201001191535.o0JFZKEO072924>