On Sat, Apr 26, 2014 at 06:15:19PM -0300, Victor A. Santos wrote: > On Sat, 2014-04-26 at 08:08 -0700, Greg KH wrote: > > On Sat, Apr 26, 2014 at 11:00:52AM -0300, Victor A. Santos wrote: > > > Asha 305 as 502 should be treated as unusual 'US_FL_MAX_SECTORS_64'. > > > > > > > > > diff --git a/drivers/usb/storage/unusual_devs.h > > > b/drivers/usb/storage/unusual_devs.h > > > index f4a8229..6eee0ce 100644 > > > --- a/drivers/usb/storage/unusual_devs.h > > > +++ b/drivers/usb/storage/unusual_devs.h > > > @@ -234,6 +234,13 @@ UNUSUAL_DEV( 0x0421, 0x0495, 0x0370, 0x0370, > > > USB_SC_DEVICE, USB_PR_DEVICE, NULL, > > > US_FL_MAX_SECTORS_64 ), > > > > > > +/* Patch submitted by Victor A. Santos <victoraur.santos@xxxxxxxxx> */ > > > +UNUSUAL_DEV( 0x0421, 0x05af, 0x0742, 0x0742, > > > + "Nokia", > > > + "305", > > > + USB_SC_DEVICE, USB_PR_DEVICE, NULL, > > > + US_FL_MAX_SECTORS_64), > > > + > > > /* Patch submitted by Mikhail Zolotaryov <lebon@xxxxxxxxxxxx> */ > > > UNUSUAL_DEV( 0x0421, 0x06aa, 0x1110, 0x1110, > > > "Nokia", > > > > > > > > > I need a "Signed-off-by:" line in order to be able to apply this to the > > kernel tree. See the kernel file, Documentation/SubmittingPatches for > > what this means, and then can you resend it, with that information? > > > > thanks, > > > > greg k-h > > diff --git a/drivers/usb/storage/unusual_devs.h > b/drivers/usb/storage/unusual_devs.h > index f4a8229..6eee0ce 100644 > --- a/drivers/usb/storage/unusual_devs.h > +++ b/drivers/usb/storage/unusual_devs.h > @@ -234,6 +234,13 @@ UNUSUAL_DEV( 0x0421, 0x0495, 0x0370, 0x0370, > USB_SC_DEVICE, USB_PR_DEVICE, NULL, > US_FL_MAX_SECTORS_64 ), > > +/* Patch submitted by Victor A. Santos <victoraur.santos@xxxxxxxxx> */ > +UNUSUAL_DEV( 0x0421, 0x05af, 0x0742, 0x0742, > + "Nokia", > + "305", > + USB_SC_DEVICE, USB_PR_DEVICE, NULL, > + US_FL_MAX_SECTORS_64), > + > /* Patch submitted by Mikhail Zolotaryov <lebon@xxxxxxxxxxxx> */ > UNUSUAL_DEV( 0x0421, 0x06aa, 0x1110, 0x1110, > "Nokia", > > Signed-off-by: Victor A. Santos <victoraur.santos@xxxxxxxxx> The Signed-off-by: line needs to be above the patch, and I need a whole new email, not anything I would have to edit in order to be able to apply it. Can you try again? thanks, greg k-h -- To unsubscribe from this list: send the line "unsubscribe linux-usb" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html