summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Jung <flo@windfisch.org>2014-06-19 23:38:34 +0200
committerFlorian Jung <flo@windfisch.org>2014-06-19 23:51:37 +0200
commit980d89c032faab2733ab922aebc901b3bca44f0a (patch)
treef5338f6a73e17c0e01491ddc69487cfdca2d1c02
parenta93be80d91180b46abce14498d7e591d4a2f44d3 (diff)
proper usb id
-rw-r--r--usbdrv/usbconfig.h4
1 files 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