On Fri, Jun 19, 2009 at 05:14:25AM -0700, David Brownell wrote: > On Monday 15 June 2009, Greg Kroah-Hartman wrote: > > + > > +/* Thanks to NetChip Technologies for donating this product ID. */ > > +#define AUDIO_VENDOR_NUM 0x0525 /* NetChip */ > > +#define AUDIO_PRODUCT_NUM 0xa4a1 /* Linux-USB Audio Gadget */ > > + > > You may not use that product number; it's already been allocated. > A simple grep in that directory shows that: > > ether.c:#define CDC_PRODUCT_NUM 0xa4a1 /* Linux-USB Ethernet Gadget */ > > Likewise looking at the usb.ids file. > > If you like, you may use 0xa4ab ... Hm, we should really use the vendor id reserved for Linux here, and assign a product id from our own pool, instead of wasting NetChip's pool. I'll assign the next one that I have free, unless someone objects? thanks, greg k-h -- To unsubscribe from this list: send the line "unsubscribe linux-usb" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html