summaryrefslogtreecommitdiff
path: root/usb_device.c
diff options
context:
space:
mode:
Diffstat (limited to 'usb_device.c')
-rw-r--r--usb_device.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/usb_device.c b/usb_device.c
index a6ad770ecb..1d790f043c 100644
--- a/usb_device.c
+++ b/usb_device.c
@@ -35,16 +35,16 @@
**************************************************************************/
// You can change these to give your code its own name.
-#define STR_MANUFACTURER L"MfgName"
-#define STR_PRODUCT L"Keyboard"
+#define STR_MANUFACTURER L"t.m.k."
+#define STR_PRODUCT L"t.m.k. keyboard"
// Mac OS-X and Linux automatically load the correct drivers. On
// Windows, even though the driver is supplied by Microsoft, an
// INF file is needed to load the driver. These numbers need to
// match the INF file.
-#define VENDOR_ID 0x16C0
-#define PRODUCT_ID 0x047D
+#define VENDOR_ID 0xFEED
+#define PRODUCT_ID 0xBABE
// USB devices are supposed to implment a halt feature, which is