Hi,

> -p1 in the wrong place, unfortunately.
>
> The change itself is good - so if you want to re-submit the patch with the
> right diff'ing, that's fine, if not, I'll re-diff it and send it up stream
> in the next day or two if I don't hear from you.

if I compare my patch to others, it seems that not the -p1 is the problem, but 
the position of the original file.
What do you think about the following patch?

Bye,
  Toby

diff -ruN linux-2.6.18.orig/drivers/usb/storage/unusual_devs.h  
linux-2.6.18/drivers/usb/storage/unusual_devs.h
--- linux-2.6.18.orig/drivers/usb/storage/unusual_devs.h        2006-09-20 
05:42:06.000000000 +0200
+++ linux-2.6.18/drivers/usb/storage/unusual_devs.h     2006-10-08 
23:21:02.000000000 +0200
@@ -55,7 +55,8 @@
                 US_SC_DEVICE, US_PR_DEVICE, NULL,
                 US_FL_IGNORE_RESIDUE),

-UNUSUAL_DEV(  0x03ee, 0x6901, 0x0000, 0x0100,
+/* modified by Tobias Lorenz <[EMAIL PROTECTED]> */
+UNUSUAL_DEV(  0x03ee, 0x6901, 0x0000, 0x0200,
                "Mitsumi",
                "USB FDD",
                US_SC_DEVICE, US_PR_DEVICE, NULL,

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
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