Jeremy Katz wrote:
> The Blackberry Pearl can run in two modes; a usb-storage only mode
> and a mode that allows access via mass storage and to its database.
> The berry_charge module will set the device to dual mode and thus we
> should ignore its native mode if that module is built

Looks good.

> Signed-off-by: Jeremy Katz <[EMAIL PROTECTED]>
Signed-off-by: Phil Dibowitz <[EMAIL PROTECTED]>

> ---
>  drivers/usb/storage/unusual_devs.h |   14 ++++++++++++++
>  1 files changed, 14 insertions(+), 0 deletions(-)
> 
> diff --git a/drivers/usb/storage/unusual_devs.h 
> b/drivers/usb/storage/unusual_devs.h
> index 54979c2..7db3f16 100644
> --- a/drivers/usb/storage/unusual_devs.h
> +++ b/drivers/usb/storage/unusual_devs.h
> @@ -1350,6 +1350,20 @@ UNUSUAL_DEV(  0x0f19, 0x0105, 0x0100, 0x0100,
>               US_SC_DEVICE, US_PR_DEVICE, NULL,
>               US_FL_IGNORE_RESIDUE ),
>  
> +/* Jeremy Katz <[EMAIL PROTECTED]>:
> + * The Blackberry Pearl can run in two modes; a usb-storage only mode
> + * and a mode that allows access via mass storage and to its database.
> + * The berry_charge module will set the device to dual mode and thus we
> + * should ignore its native mode if that module is built
> + */
> +#ifdef CONFIG_USB_BERRY_CHARGE
> +UNUSUAL_DEV(  0x0fca, 0x0006, 0x0001, 0x0001,
> +             "RIM",
> +             "Blackberry Pearl",
> +             US_SC_DEVICE, US_PR_DEVICE, NULL,
> +             US_FL_IGNORE_DEVICE ),
> +#endif
> +
>  /* Reported by Michael Stattmann <[EMAIL PROTECTED]> */
>  UNUSUAL_DEV(  0x0fce, 0xd008, 0x0000, 0x0000,
>               "Sony Ericsson",


-- 
Phil Dibowitz                             [EMAIL PROTECTED]
Open Source software and tech docs        Insanity Palace of Metallica
http://www.phildev.net/                   http://www.ipom.com/

"Never write it in C if you can do it in 'awk';
 Never do it in 'awk' if 'sed' can handle it;
 Never use 'sed' when 'tr' can do the job;
 Never invoke 'tr' when 'cat' is sufficient;
 Avoid using 'cat' whenever possible" -- Taylor's Laws of Programming


Attachment: signature.asc
Description: OpenPGP digital signature

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
linux-usb-devel@lists.sourceforge.net
To unsubscribe, use the last form field at:
https://lists.sourceforge.net/lists/listinfo/linux-usb-devel

Reply via email to