From e4006444d3d7b0c499139f58f13353988d38dbb4 Mon Sep 17 00:00:00 2001 From: Keith Packard Date: Mon, 15 Feb 2016 15:23:15 -0800 Subject: [PATCH] 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 --- src/chaoskey-v0.1/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.30.2