Change the VID/PID for the client USB port

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.

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.