2011-05-15 04:20:43

by Chris Frey

[permalink] [raw]
Subject: Re: [PATCH 01/14] staging: usbip: add userspace code

On Sat, May 14, 2011 at 03:55:07AM -0700, matt mooney wrote:
> +0fca Research In Motion, Ltd.
> + 0001 Blackberry Handheld

For Barry, we recognize the following product ID's under the RIM Vendor ID:

0001 The original ID, sometimes we call it Classic
0004 The old Pearl dual-endpoint mode. Had both Mass Storage
and Database endpoints
0006 Pearl in database-only endpoint mode
8001 The 8200 series Pearl Flip
8004 The 8120 Pearl (and some other new models I think)
8007 The Storm

- Chris


2011-05-15 16:28:39

by Greg KH

[permalink] [raw]
Subject: Re: [PATCH 01/14] staging: usbip: add userspace code

On Sat, May 14, 2011 at 11:46:08PM -0400, Chris Frey wrote:
> On Sat, May 14, 2011 at 03:55:07AM -0700, matt mooney wrote:
> > +0fca Research In Motion, Ltd.
> > + 0001 Blackberry Handheld
>
> For Barry, we recognize the following product ID's under the RIM Vendor ID:
>
> 0001 The original ID, sometimes we call it Classic
> 0004 The old Pearl dual-endpoint mode. Had both Mass Storage
> and Database endpoints
> 0006 Pearl in database-only endpoint mode
> 8001 The 8200 series Pearl Flip
> 8004 The 8120 Pearl (and some other new models I think)
> 8007 The Storm

Are these in the "real" usb.ids file? If not, care to enter them in on
the linux-usb.org site so we can sync up there?

This file will be removed from the in-kernel tree as soon as possible,
it's just there as part of the original import of the usbip userspace
tools. No one should ever have to have 2 copies of this file on their
system, that's madness.

thanks,

greg k-h

2011-05-15 16:52:34

by Chris Frey

[permalink] [raw]
Subject: Re: [PATCH 01/14] staging: usbip: add userspace code

On Sun, May 15, 2011 at 09:29:50AM -0700, Greg KH wrote:
> Are these in the "real" usb.ids file? If not, care to enter them in on
> the linux-usb.org site so we can sync up there?
>
> This file will be removed from the in-kernel tree as soon as possible,
> it's just there as part of the original import of the usbip userspace
> tools. No one should ever have to have 2 copies of this file on their
> system, that's madness.

Thanks. I didn't realize there was a master copy.

I checked linux-usb.org and the extra IDs are already there.

- Chris