The following reply was made to PR usb/127980; it has been noted by GNATS.

From: Ulrich =?utf-8?B?U3DDtnJsZWlu?= <[email protected]>
To: [email protected]
Cc: Harald Schmalzbauer <[email protected]>
Subject: Re: usb/127980: [umass] [patch] Fix Samsung YP U2 MP3 player on
 7.x and 8.x
Date: Mon, 24 Aug 2009 13:54:40 +0200

 --ZGiS0Q5IWpPtfppv
 Content-Type: text/plain; charset=us-ascii
 Content-Disposition: inline
 
 New patch against the new USB stack. The problem is still valid, the
 quirk is only required on 6.x and is harmful on 7.x. Others have
 reported this problem, too.
 
 Please remove this quirk from head and RELENG_8 and RELENG_7, thanks!
 
 Uli
 
 --ZGiS0Q5IWpPtfppv
 Content-Type: text/x-diff; charset=us-ascii
 Content-Disposition: attachment; filename="samsung.diff"
 
 Index: sys/dev/usb/storage/umass.c
 ===================================================================
 --- sys/dev/usb/storage/umass.c        (revision 196425)
 +++ sys/dev/usb/storage/umass.c        (working copy)
 @@ -741,10 +741,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
 Index: sys/dev/usb/usbdevs
 ===================================================================
 --- sys/dev/usb/usbdevs        (revision 196425)
 +++ sys/dev/usb/usbdevs        (working copy)
 @@ -2108,7 +2108,6 @@
  
  /* Samsung products */
  product SAMSUNG ML6060                0x3008  ML-6060 laser printer
 -product SAMSUNG YP_U2         0x5050  YP-U2 MP3 Player
  product SAMSUNG I500          0x6601  I500 Palm USB Phone 
  
  /* Samsung Techwin products */
 
 --ZGiS0Q5IWpPtfppv--
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-usb
To unsubscribe, send any mail to "[email protected]"

Reply via email to