From ea2f1a892109eaf38feafb61cabc1ff6ee389020 Mon Sep 17 00:00:00 2001 From: Dominic Spill Date: Thu, 21 Jul 2016 13:47:45 +0100 Subject: [PATCH] Reduce configuration count to 1 --- firmware/hackrf_usb/usb_descriptor.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/firmware/hackrf_usb/usb_descriptor.c b/firmware/hackrf_usb/usb_descriptor.c index bacf7dd7..5a9eeb45 100644 --- a/firmware/hackrf_usb/usb_descriptor.c +++ b/firmware/hackrf_usb/usb_descriptor.c @@ -59,7 +59,7 @@ uint8_t usb_descriptor_device[] = { 0x01, // iManufacturer 0x02, // iProduct 0x04, // iSerialNumber - 0x02 // bNumConfigurations + 0x01 // bNumConfigurations }; uint8_t usb_descriptor_device_qualifier[] = {