From 980d89c032faab2733ab922aebc901b3bca44f0a Mon Sep 17 00:00:00 2001 From: Florian Jung Date: Thu, 19 Jun 2014 23:38:34 +0200 Subject: proper usb id --- usbdrv/usbconfig.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/usbdrv/usbconfig.h b/usbdrv/usbconfig.h index 7b0deb2..c70f9a7 100644 --- a/usbdrv/usbconfig.h +++ b/usbdrv/usbconfig.h @@ -219,7 +219,7 @@ extern void hadUsbReset(void); // define the function for usbdrv.c /* -------------------------- Device Description --------------------------- */ -#define USB_CFG_VENDOR_ID 0x42, 0x42 +#define USB_CFG_VENDOR_ID 0xc0, 0x16 /* = 0x16c0 = 5824 = voti.nl */ /* USB vendor ID for the device, low byte first. If you have registered your * own Vendor ID, define it here. Otherwise you may use one of obdev's free * shared VID/PID pairs. Be sure to read USB-IDs-for-free.txt for rules! @@ -228,7 +228,7 @@ extern void hadUsbReset(void); // define the function for usbdrv.c * with libusb: 0x16c0/0x5dc. Use this VID/PID pair ONLY if you understand * the implications! */ -#define USB_CFG_DEVICE_ID 0x31, 0xe1 +#define USB_CFG_DEVICE_ID 0xdb, 0x27 /* = 0x27db = 'keyboard' */ /* This is the ID of the product, low byte first. It is interpreted in the * scope of the vendor ID. If you have registered your own VID with usb.org * or if you have licensed a PID from somebody else, define it here. Otherwise -- cgit v1.2.1