From 7bd638813f71be3e6db71563d6c944a57127c415 Mon Sep 17 00:00:00 2001 From: Ross Owen Date: Fri, 23 Nov 2012 15:05:39 +0000 Subject: [PATCH] Comment only --- module_usb_audio/endpoint0/descriptors_2.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module_usb_audio/endpoint0/descriptors_2.h b/module_usb_audio/endpoint0/descriptors_2.h index faea4d57..682936bb 100644 --- a/module_usb_audio/endpoint0/descriptors_2.h +++ b/module_usb_audio/endpoint0/descriptors_2.h @@ -275,7 +275,7 @@ unsigned char hidReportDescriptor[] = { 0xa1, 0x01, /* Collection (Application) */ 0x15, 0x00, /* Logical Minimum (0) */ 0x25, 0x01, /* Logical Maximum (1) */ -0x09, 0xb0, /* Usage (Play/Pause) */ +0x09, 0xb0, /* Usage (Play) */ 0x09, 0xb5, /* Usage (Scan Next Track) */ 0x09, 0xb6, /* Usage (Scan Previous Track) */ 0x09, 0xe9, /* Usage (Volume Up) */