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 <[email protected]> */
> > +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 <[email protected]> */
> >  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 <[email protected]> */
+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 <[email protected]> */
 UNUSUAL_DEV(  0x0421, 0x06aa, 0x1110, 0x1110,
                "Nokia",

Signed-off-by: Victor A. Santos <[email protected]>

-- 
Victor A. Santos <[email protected]>

--
To unsubscribe from this list: send the line "unsubscribe linux-usb" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to