Greg,

The attached patch adds the NEED_OVERRIDE flag to an entry in unusual_devs
as the protocol is only sometimes needed.

Please apply. Sign-off is in the patch.

Thanks,
-- 
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. Seuss


The protocol in this entry is needed for some versions of the device but not others. This adds the NEED_OVERRIDE flag to prevent it complaining to users who don't need it.

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

---

 linux-2.6.17-dev-phil/drivers/usb/storage/unusual_devs.h |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff -puN drivers/usb/storage/unusual_devs.h~unusual_fix_iaudiom5 drivers/usb/storage/unusual_devs.h
--- linux-2.6.17-dev/drivers/usb/storage/unusual_devs.h~unusual_fix_iaudiom5	2006-10-15 00:39:12.000000000 -0700
+++ linux-2.6.17-dev-phil/drivers/usb/storage/unusual_devs.h	2006-10-19 00:10:54.000000000 -0700
@@ -1150,7 +1150,7 @@ UNUSUAL_DEV( 0x0e21, 0x0520, 0x0100, 0x0
 		"Cowon Systems",
 		"iAUDIO M5",
 		US_SC_DEVICE, US_PR_BULK, NULL,
-		0 ),
+		US_FL_NEED_OVERRIDE ),
 
 /* Submitted by Antoine Mairesse <[EMAIL PROTECTED]> */
 UNUSUAL_DEV( 0x0ed1, 0x6660, 0x0100, 0x0300,
_

Attachment: signature.asc
Description: OpenPGP digital signature

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
linux-usb-devel@lists.sourceforge.net
To unsubscribe, use the last form field at:
https://lists.sourceforge.net/lists/listinfo/linux-usb-devel

Reply via email to