diff options
author | Keith Packard <keithp@keithp.com> | 2010-08-21 17:09:41 -0700 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2010-08-21 17:09:41 -0700 |
commit | 09252ec22d58e946494e4ca2cf367bf3bbe1cc50 (patch) | |
tree | 2e1ea5c5039cf48915f1bbd5a0ef00fcd76870cf /src/tidongle | |
parent | 22800dc094797e1e0ad99124198809d0360f7556 (diff) |
altos: Define USB product ID in per-product Makefile.defs file
This allows Win7 to tell which kind of device is connected purely by
USB id as it doesn't expose the USB product ID string to user space.
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'src/tidongle')
-rw-r--r-- | src/tidongle/Makefile.defs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tidongle/Makefile.defs b/src/tidongle/Makefile.defs index 5b910b9b..fdd51732 100644 --- a/src/tidongle/Makefile.defs +++ b/src/tidongle/Makefile.defs @@ -6,3 +6,4 @@ SRC = \ PRODUCT=TIDongle PRODUCT_DEF=-DTIDONGLE +IDPRODUCT=0x000a |