1
0
Fork 0

HACK: usb-gadget: set VID/PID for the USB/RNDIS driver

Use an existing VID/PID recognized on Windows platforms by default
rM2-mainline
Steinar Bakkemo 2019-06-21 11:58:33 +02:00 committed by Alistair Francis
parent 02b491cf06
commit 0826580270
1 changed files with 2 additions and 2 deletions

View File

@ -134,8 +134,8 @@ USB_ETHERNET_MODULE_PARAMETERS();
* used with CDC Ethernet, Linux 2.4 hosts will need updates to choose
* the non-RNDIS configuration.
*/
#define RNDIS_VENDOR_NUM 0x0525 /* NetChip */
#define RNDIS_PRODUCT_NUM 0xa4a2 /* Ethernet/RNDIS Gadget */
#define RNDIS_VENDOR_NUM 0x04b3 /* IBM */
#define RNDIS_PRODUCT_NUM 0x4010 /* Ethernet/RNDIS Gadget */
/* For EEM gadgets */
#define EEM_VENDOR_NUM 0x1d6b /* Linux Foundation */