diff options
author | Keith Packard <keithp@keithp.com> | 2016-02-15 15:23:15 -0800 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2016-02-15 15:23:15 -0800 |
commit | e4006444d3d7b0c499139f58f13353988d38dbb4 (patch) | |
tree | d43cfa015c3f00f40cedd433b136d92b82cd31ee /src | |
parent | afef70bb8f31075de364ddf713f3ccf1d9c6361d (diff) |
altos/chaoskey: Encode both hardware and software versions in product ID
We have no other way of reporting the software version, so just encode
it in the product ID.
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'src')
-rw-r--r-- | src/chaoskey-v0.1/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/chaoskey-v0.1/Makefile b/src/chaoskey-v0.1/Makefile index 4948a4c5..85392280 100644 --- a/src/chaoskey-v0.1/Makefile +++ b/src/chaoskey-v0.1/Makefile @@ -38,7 +38,7 @@ ALTOS_SRC = \ ao_gpio.c \ ao_product.c -PRODUCT=ChaosKey-v0.1 +PRODUCT=ChaosKey-hw-0.3-sw-$(VERSION) PRODUCT_DEF=-DCHAOSKEY_V_0_1 IDVENDOR=0x1d50 IDPRODUCT=0x60c6 |