Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 13 Sep 2009 10:41:39 GMT
From:      Hans Petter Selasky <hselasky@FreeBSD.org>
To:        Perforce Change Reviews <perforce@FreeBSD.org>
Subject:   PERFORCE change 168490 for review
Message-ID:  <200909131041.n8DAfdiw097504@repoman.freebsd.org>

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

Change 168490 by hselasky@hselasky_laptop001 on 2009/09/13 10:40:44

	
	USB storage:
	 - remove quirk. I think this quirk is now in the CAM layer.
	 - reported by Ulrich Spörlein
	
	PR:		usb/127980

Affected files ...

.. //depot/projects/usb/src/sys/dev/usb/storage/umass.c#32 edit

Differences ...

==== //depot/projects/usb/src/sys/dev/usb/storage/umass.c#32 (text+ko) ====

@@ -750,10 +750,6 @@
 		UMASS_PROTO_SCSI | UMASS_PROTO_BBB,
 		IGNORE_RESIDUE | NO_START_STOP
 	},
-	{USB_VENDOR_SAMSUNG, USB_PRODUCT_SAMSUNG_YP_U2, RID_WILDCARD,
-		UMASS_PROTO_SCSI | UMASS_PROTO_BBB,
-		SHUTTLE_INIT | NO_GETMAXLUN
-	},
 	{USB_VENDOR_SAMSUNG_TECHWIN, USB_PRODUCT_SAMSUNG_TECHWIN_DIGIMAX_410, RID_WILDCARD,
 		UMASS_PROTO_SCSI | UMASS_PROTO_BBB,
 		NO_INQUIRY



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