Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 155367
b: refs/heads/master
c: 05cbc2d
h: refs/heads/master
i:
  155365: b338af1
  155363: 4c13d45
  155359: 7e83d52
v: v3
  • Loading branch information
Greg Kroah-Hartman committed Jul 12, 2009
1 parent 72f4eb0 commit 65a6c5c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 1a74826fa1cd6c2e382f927403b4440675f0f55a
refs/heads/master: 05cbc2d58224d01925bfb93a0c3f0ab1f11b1eea
6 changes: 3 additions & 3 deletions trunk/drivers/usb/gadget/audio.c
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,9 @@
* Instead: allocate your own, using normal USB-IF procedures.
*/

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

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

Expand Down

0 comments on commit 65a6c5c

Please sign in to comment.