From 24dd554aeeae35e59f06e6514600b6b2eba5370c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A9a=20Saviot?= Date: Wed, 4 Apr 2018 18:01:52 +0200 Subject: [PATCH] [usb] Set the bcdDevice to 1.00 Change-Id: I21bc05cc7d9084b3c43c7b19caccc8bb06bbc73b --- ion/src/device/usb/calculator.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ion/src/device/usb/calculator.h b/ion/src/device/usb/calculator.h index f580f4d18..fa62ccb59 100644 --- a/ion/src/device/usb/calculator.h +++ b/ion/src/device/usb/calculator.h @@ -36,7 +36,7 @@ public: 64, // bMaxPacketSize0: Maximum packet size for endpoint 0 0x0483, // idVendor 0xA291, // idProduct - 0x0001, // bcdDevice: Device Release Number //TODO + 0x0100, // bcdDevice: Device Release Number 1, // iManufacturer: Index of the manufacturer name string, see m_descriptor 2, // iProduct: Index of the product name string, see m_descriptor 3, // iSerialNumber: Index of the SerialNumber string, see m_descriptor