Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 30 Jan 2008 17:00:09 GMT
From:      Andrew Muhametshin <andrew@dobrohot.org>
To:        freebsd-usb@FreeBSD.org
Subject:   Re: usb/114068: [umass] [patch] Problems with connection of the umass device (Samsung VY-H350 Voice recorder)
Message-ID:  <200801301700.m0UH09vu080060@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR usb/114068; it has been noted by GNATS.

From: Andrew Muhametshin <andrew@dobrohot.org>
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: usb/114068: [umass] [patch] Problems with connection of the umass
 device (Samsung VY-H350 Voice recorder)
Date: Wed, 30 Jan 2008 19:25:48 +0300

 This is a multi-part message in MIME format.
 --------------000708040208030203010000
 Content-Type: text/plain; charset=windows-1251; format=flowed
 Content-Transfer-Encoding: 7bit
 
 Working patch for FreeBSD-6.3.
 
 --------------000708040208030203010000
 Content-Type: text/x-patch;
  name="patch.diff"
 Content-Transfer-Encoding: 7bit
 Content-Disposition: inline;
  filename="patch.diff"
 
 *** sys/dev/usb/usbdevs.orig        2008-01-30 00:33:06.000000000 +0300
 --- sys/dev/usb/usbdevs     2008-01-30 00:29:29.000000000 +0300
 ***************
 *** 1496,1497 ****
 --- 1496,1498 ----
   product SAMSUNG ML6060                0x3008  ML-6060 laser printer
 + product SAMSUNG VYH350		0x500b  VY-H350 Voice recorder
 
 *** sys/dev/usb/umass.c.orig        2008-01-30 00:30:19.000000000 +0300
 --- sys/dev/usb/umass.c     2008-01-30 00:31:00.000000000 +0300
 ***************
 *** 516,517 ****
 --- 516,521 ----
         },
 +       { USB_VENDOR_SAMSUNG, USB_PRODUCT_SAMSUNG_VYH350 , RID_WILDCARD,
 +         UMASS_PROTO_SCSI | UMASS_PROTO_BBB,
 +         NO_INQUIRY | NO_GETMAXLUN
 +       },
         { VID_EOT, PID_EOT, RID_EOT, 0, 0 }
 
 --------------000708040208030203010000--



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