--- zzzz-none-000/linux-2.6.32.61/drivers/usb/gadget/audio.c 2013-06-10 09:43:48.000000000 +0000 +++ ar9-7330-650/linux-2.6.32.61/drivers/usb/gadget/audio.c 2010-04-09 11:41:39.000000000 +0000 @@ -63,8 +63,10 @@ * we support. (As does bNumConfigurations.) These values can * also be overridden by module parameters. */ - .idVendor = __constant_cpu_to_le16(AUDIO_VENDOR_NUM), - .idProduct = __constant_cpu_to_le16(AUDIO_PRODUCT_NUM), + .idVendor = __constant_cpu_to_le16(0), + .idProduct = __constant_cpu_to_le16(0), +// .idVendor = __constant_cpu_to_le16(AUDIO_VENDOR_NUM), +// .idProduct = __constant_cpu_to_le16(AUDIO_PRODUCT_NUM), /* .bcdDevice = f(hardware) */ /* .iManufacturer = DYNAMIC */ /* .iProduct = DYNAMIC */