lkml.org 
[lkml]   [2009]   [May]   [6]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    Date
    From
    Subject[patch 12/58] USB: Unusual Device support for Gold MP3 Player Energy
    2.6.29-stable review patch.  If anyone has any objections, please let us know.

    ------------------

    From: Chuck Short <zulcss@ubuntu.com>

    upstream commit: 46c6e93faa85d1362e1d127dc28cf9d0b304a6f1

    Reported by Alessio Treglia on
    https://bugs.launchpad.net/ubuntu/+source/linux/+bug/125250

    User was getting the following errors in dmesg:

    [ 2158.139386] sd 5:0:0:1: ioctl_internal_command return code = 8000002
    [ 2158.139390] : Current: sense key: No Sense
    [ 2158.139393] Additional sense: No additional sense information

    Adds unusual device support.

    modified: drivers/usb/storage/unusual_devs.h

    Signed-off-by: Chuck Short <zulcss@ubuntu.com>
    Signed-off-by: Tim Gardner <tim.gardner@canonical.com>
    Signed-off-by: Stefan Bader <stefan.bader@canonical.com>
    Cc: stable <stable@kernel.org>
    Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
    Signed-off-by: Chris Wright <chrisw@sous-sol.org>
    ---
    drivers/usb/storage/unusual_devs.h | 6 ++++++
    1 file changed, 6 insertions(+)

    --- a/drivers/usb/storage/unusual_devs.h
    +++ b/drivers/usb/storage/unusual_devs.h
    @@ -2134,6 +2134,12 @@ UNUSUAL_DEV( 0xed06, 0x4500, 0x0001, 0x
    US_SC_DEVICE, US_PR_DEVICE, NULL,
    US_FL_CAPACITY_HEURISTICS),

    +/* Reported by Alessio Treglia <quadrispro@ubuntu.com> */
    +UNUSUAL_DEV( 0xed10, 0x7636, 0x0001, 0x0001,
    + "TGE",
    + "Digital MP3 Audio Player",
    + US_SC_DEVICE, US_PR_DEVICE, NULL, US_FL_NOT_LOCKABLE ),
    +
    /* Control/Bulk transport for all SubClass values */
    USUAL_DEV(US_SC_RBC, US_PR_CB, USB_US_TYPE_STOR),
    USUAL_DEV(US_SC_8020, US_PR_CB, USB_US_TYPE_STOR),



    \
     
     \ /
      Last update: 2009-05-07 00:03    [W:4.023 / U:0.020 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site