The VID/PID doesn't determine what driver is loaded. That is determined by the device class/subclass/protocol which is either provided in the device descriptor or (more commonly) interface descriptor.
On Thu, Jan 22, 2015 at 11:08 AM, <[email protected]> wrote: > We would like to use the BBB as part of a prototype for a product > re-design. We will need the BBB to be a client device. I have not yet > been able to determine how I can change the VID/PID on the USB client port > so that a different USB driver will get loaded into the host. Can anyone > tell me where this information is stored and how I might be able to change > it? Any help on this would be greatly appreciated. Thanks. > > -- > For more options, visit http://beagleboard.org/discuss > --- > You received this message because you are subscribed to the Google Groups > "BeagleBoard" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups "BeagleBoard" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
