Message ID | CAOSiqZ=OQmftH1qzg9KcQ0YEusGn-hcAb60hkSk=6+bM_UwAMQ@mail.gmail.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
On Sun, Jun 03, 2018 at 01:31:38AM +0800, Druggo Yang wrote: > --- a/drivers/usb/storage/unusual_devs.h 2018-04-02 05:20:27.000000000 +0800 > +++ b/drivers/usb/storage/unusual_devs.h 2018-06-02 19:08:38.002689059 +0800 > @@ -319,6 +319,13 @@ > USB_SC_DEVICE, USB_PR_DEVICE, NULL, > US_FL_NO_WP_DETECT), > > +/* Add by Druggo Yang <druggo@gmail.com> */ > +UNUSUAL_DEV( 0x0480, 0xa001, 0x0100, 0x9999, > + "Toshiba", > + "DTB305", > + USB_SC_DEVICE, USB_PR_DEVICE, NULL, > + US_FL_ALWAYS_SYNC), > + > /* Reported by Egbert Eich <eich@suse.com> */ > UNUSUAL_DEV( 0x0480, 0xd010, 0x0100, 0x9999, > "Toshiba", > > > > T: Bus=01 Lev=02 Prnt=02 Port=03 Cnt=04 Dev#= 6 Spd=480 MxCh= 0 > D: Ver= 2.10 Cls=00(>ifc ) Sub=00 Prot=00 MxPS=64 #Cfgs= 1 > P: Vendor=0480 ProdID=a001 Rev= 1.14 > S: Manufacturer=USB device > S: Product=USB device > S: SerialNumber=WQ670000000009252 > C:* #Ifs= 1 Cfg#= 1 Atr=c0 MxPwr= 30mA > I:* If#= 0 Alt= 0 #EPs= 2 Cls=08(stor.) Sub=06 Prot=50 Driver=usb-storage > E: Ad=81(I) Atr=02(Bulk) MxPS= 512 Ivl=0ms > E: Ad=02(O) Atr=02(Bulk) MxPS= 512 Ivl=0ms Hi, This is the friendly patch-bot of Greg Kroah-Hartman. You have sent him a patch that has triggered this response. He used to manually respond to these common problems, but in order to save his sanity (he kept writing the same thing over and over, yet to different people), I was created. Hopefully you will not take offence and will fix the problem in your patch and resubmit it so that it can be accepted into the Linux kernel tree. You are receiving this message because of the following common error(s) as indicated below: - Your patch is malformed (tabs converted to spaces, linewrapped, etc.) and can not be applied. Please read the file, Documentation/email-clients.txt in order to fix this. - Your patch does not have a Signed-off-by: line. Please read the kernel file, Documentation/SubmittingPatches and resend it after adding that line. Note, the line needs to be in the body of the email, before the patch, not at the bottom of the patch or in the email signature. - You did not specify a description of why the patch is needed, or possibly, any description at all, in the email body. Please read the section entitled "The canonical patch format" in the kernel file, Documentation/SubmittingPatches for what is needed in order to properly describe the change. If you wish to discuss this problem further, or you have questions about how to resolve this issue, please feel free to respond to this email and Greg will reply once he has dug out from the pending patches received from other developers. thanks, greg k-h's patch email bot -- To unsubscribe from this list: send the line "unsubscribe linux-usb" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
--- a/drivers/usb/storage/unusual_devs.h 2018-04-02 05:20:27.000000000 +0800 +++ b/drivers/usb/storage/unusual_devs.h 2018-06-02 19:08:38.002689059 +0800 @@ -319,6 +319,13 @@ USB_SC_DEVICE, USB_PR_DEVICE, NULL, US_FL_NO_WP_DETECT), +/* Add by Druggo Yang <druggo@gmail.com> */ +UNUSUAL_DEV( 0x0480, 0xa001, 0x0100, 0x9999, + "Toshiba", + "DTB305", + USB_SC_DEVICE, USB_PR_DEVICE, NULL, + US_FL_ALWAYS_SYNC), + /* Reported by Egbert Eich <eich@suse.com> */ UNUSUAL_DEV( 0x0480, 0xd010, 0x0100, 0x9999, "Toshiba",