Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 05cbc2d5 authored by Greg Kroah-Hartman's avatar Greg Kroah-Hartman
Browse files

USB: gadget: audio: provide correct device id



The audio gadget driver should use a "Linux" device id, instead
of relying on NetChip's vendor id.  So provide one out of our reserved
namespace.

Cc: Bryan Wu <cooloney@kernel.org>
Cc: Mike Frysinger <vapier@gentoo.org>
Cc: David Brownell <david-b@pacbell.net>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent 1a74826f
Loading
Loading
Loading
Loading
+3 −3
Original line number Original line Diff line number Diff line
@@ -42,9 +42,9 @@
 * Instead:  allocate your own, using normal USB-IF procedures.
 * Instead:  allocate your own, using normal USB-IF procedures.
 */
 */


/* Thanks to NetChip Technologies for donating this product ID. */
/* Thanks to Linux Foundation for donating this product ID. */
#define AUDIO_VENDOR_NUM		0x0525	/* NetChip */
#define AUDIO_VENDOR_NUM		0x1d6b	/* Linux Foundation */
#define AUDIO_PRODUCT_NUM		0xa4a1	/* Linux-USB Audio Gadget */
#define AUDIO_PRODUCT_NUM		0x0101	/* Linux-USB Audio Gadget */


/*-------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------*/