aboutsummaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorChristian Starkjohann <cs+github@obdev.at>2009-04-15 15:01:18 +0000
committerChristian Starkjohann <cs+github@obdev.at>2009-04-15 15:01:18 +0000
commit9ac88ab4d42885d3d3f209a0fc78d29b3cee14c4 (patch)
treee01240c7d07570ea74292c3ac403a8897d72975b /examples
parentdeb7a7e6dbf744cbac9bd949177693e2db218a6b (diff)
downloadv-usb-9ac88ab4d42885d3d3f209a0fc78d29b3cee14c4.tar.gz
v-usb-9ac88ab4d42885d3d3f209a0fc78d29b3cee14c4.tar.bz2
v-usb-9ac88ab4d42885d3d3f209a0fc78d29b3cee14c4.zip
- renamed AVR MacPack to CrossPack
Diffstat (limited to 'examples')
-rwxr-xr-xexamples/hid-mouse/make-files.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/examples/hid-mouse/make-files.sh b/examples/hid-mouse/make-files.sh
index 1b229f4..449f55e 100755
--- a/examples/hid-mouse/make-files.sh
+++ b/examples/hid-mouse/make-files.sh
@@ -20,9 +20,9 @@ cat << \EOF | sed -n -f /dev/stdin ../../usbdrv/usbconfig-prototype.h >firmware/
s/^#define USB_CFG_DMINUS_BIT .*$/#define USB_CFG_DMINUS_BIT 4/g
s|^.*#define USB_CFG_CLOCK_KHZ.*$|#define USB_CFG_CLOCK_KHZ (F_CPU/1000)|g
s/^#define USB_CFG_HAVE_INTRIN_ENDPOINT .*$/#define USB_CFG_HAVE_INTRIN_ENDPOINT 1/g
-s|^#define USB_CFG_DEVICE_ID .*$|#define USB_CFG_DEVICE_ID 0xdf, 0x05 /* obdev's shared PID for HIDs */|g
-s/^#define USB_CFG_DEVICE_NAME .*$/#define USB_CFG_DEVICE_NAME 'D', 'a', 't', 'a', 'S', 't', 'o', 'r', 'e'/g
-s/^#define USB_CFG_DEVICE_NAME_LEN .*$/#define USB_CFG_DEVICE_NAME_LEN 9/g
+s|^#define USB_CFG_DEVICE_ID .*$|#define USB_CFG_DEVICE_ID 0xe8, 0x03 /* VOTI's lab use PID */|g
+s/^#define USB_CFG_DEVICE_NAME .*$/#define USB_CFG_DEVICE_NAME 'M', 'o', 'u', 's', 'e'/g
+s/^#define USB_CFG_DEVICE_NAME_LEN .*$/#define USB_CFG_DEVICE_NAME_LEN 5/g
s/^#define USB_CFG_INTR_POLL_INTERVAL .*$/#define USB_CFG_INTR_POLL_INTERVAL 100/g
s/^#define USB_CFG_MAX_BUS_POWER .*$/#define USB_CFG_MAX_BUS_POWER 20/g