[PATCH 2/6] USB: INTOVA Pixtreme camera mass storage device

Stefan Bader stefan.bader at canonical.com
Mon Feb 8 19:05:34 UTC 2010


Colin King wrote:
> From: Rohan Hart <rohan.hart17 at gmail.com>
> 
> FIX_CAPACITY is all that's needed.
> 
> Cc: Alan Stern <stern at rowland.harvard.edu>
> Cc: Phil Dibowitz <phil at ipom.com>
> Signed-off-by: Greg Kroah-Hartman <gregkh at suse.de>
> 
> (cherry picked from commit d301f528eb7b204fc99fb9ebbf289f84a69bfa19)
> 
> BugLink: http://bugs.launchpad.net/bugs/518750
> Signed-off-by: Colin Ian King <colin.king at canonical.com>
Acked-by: Stefan Bader <stefan.bader at caonical.com>
> ---
>  drivers/usb/storage/unusual_devs.h |    7 +++++++
>  1 files changed, 7 insertions(+), 0 deletions(-)
> 
> diff --git a/drivers/usb/storage/unusual_devs.h b/drivers/usb/storage/unusual_devs.h
> index c41a6f5..b1e4d9e 100644
> --- a/drivers/usb/storage/unusual_devs.h
> +++ b/drivers/usb/storage/unusual_devs.h
> @@ -1330,6 +1330,13 @@ UNUSUAL_DEV( 0x0d96, 0x410a, 0x0001, 0xffff,
>  		US_SC_DEVICE, US_PR_DEVICE, NULL,
>  		US_FL_FIX_INQUIRY),
>  
> +/* Reported by Rohan Hart <rohan.hart17 at gmail.com> */
> +UNUSUAL_DEV(  0x2770, 0x915d, 0x0010, 0x0010,
> +		"INTOVA",
> +		"Pixtreme",
> +		US_SC_DEVICE, US_PR_DEVICE, NULL,
> +		US_FL_FIX_CAPACITY ),
> +
>  /*
>   * Entry for Jenoptik JD 5200z3
>   *





More information about the kernel-team mailing list