Phil Dibowitz wrote:
> Olivier Blondeau wrote:
>> Hi all,
>>
>>
>> I have an USB key manufactured by ATMEL and named "SND1 Storage", which
>> has a different Vendor and ProdID than the one already included one in
>> the unusual_devs.h, and who needs his own description to work has it should:
> 
> Oliver, I couldn't get your patch to apply, not sure why. I re-diffed
> it, and this is it.
> 
> Greg, this looks good, please apply.

It would help if I attached the patch.

-- 
Phil Dibowitz                             [EMAIL PROTECTED]
Freeware and Technical Pages              Insanity Palace of Metallica
http://www.phildev.net/                   http://www.ipom.com/

"Be who you are and say what you feel, because those who mind don't
matter and those who matter don't mind."
 - Dr. Suess


Originally submitted by Olivier Blondeau <[EMAIL PROTECTED]>, with re-diffing by me. Adds a new atmel unusual_dev entry.

Signed-off-by: Phil Dibowitz <[EMAIL PROTECTED]>

---


diff -puN drivers/usb/storage/unusual_devs.h~unusual_atmel drivers/usb/storage/unusual_devs.h
--- linux-2.6.16.5/drivers/usb/storage/unusual_devs.h~unusual_atmel	2006-04-16 19:03:17.000000000 -0700
+++ linux-2.6.16.5-phil/drivers/usb/storage/unusual_devs.h	2006-04-16 19:04:13.000000000 -0700
@@ -760,6 +760,13 @@ UNUSUAL_DEV(  0x069b, 0x3004, 0x0001, 0x
 		US_SC_DEVICE, US_PR_DEVICE, NULL,
 		US_FL_FIX_CAPACITY ),
 
+/* Reported by Olivier Blondeau <[EMAIL PROTECTED]> */
+UNUSUAL_DEV(  0x0727, 0x0306, 0x0100, 0x0100,
+		"ATMEL",
+		"SND1 Storage",
+		US_SC_DEVICE, US_PR_DEVICE, NULL,
+		US_FL_IGNORE_RESIDUE),
+
 UNUSUAL_DEV(  0x0781, 0x0001, 0x0200, 0x0200, 
 		"Sandisk",
 		"ImageMate SDDR-05a",
_

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to