Skip to content

Commit

Permalink
changed VID and PID to the one obtained in http://pid.codes/pids/
Browse files Browse the repository at this point in the history
  • Loading branch information
jim17 committed Nov 29, 2015
1 parent 55645de commit fb8d2c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions usbconfig.h
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ section at the end of this file).

/* -------------------------- Device Description --------------------------- */

#define USB_CFG_VENDOR_ID 0xc0, 0x16 /* = 0x16c0 = 5824 = voti.nl */
#define USB_CFG_VENDOR_ID 0x09, 0x12 /* = 0x1209 = 4617 */
/* 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!
Expand All @@ -245,7 +245,7 @@ section at the end of this file).
* with libusb: 0x16c0/0x5dc. Use this VID/PID pair ONLY if you understand
* the implications!
*/
#define USB_CFG_DEVICE_ID 0xdc, 0x05 /* = 0x05dc = 1500 */
#define USB_CFG_DEVICE_ID 0x33, 0xA0 /* = 0xA033 = 41011 */
/* 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
Expand Down

0 comments on commit fb8d2c7

Please sign in to comment.