This is merely a historical archive of years 2008-2021, before the migration to mailman3.
A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.
laforge gerrit-no-reply at lists.osmocom.orglaforge has uploaded this change for review. ( https://gerrit.osmocom.org/c/simtrace2/+/24511 )
Change subject: Add usb product ID of sysmoOCTSIMTEST
......................................................................
Add usb product ID of sysmoOCTSIMTEST
This is a custom board for production testing of the sysmoOCTSIM,
an 8-slot smart card reader.
Change-Id: I65839be50ac896c76f34755fb2800f836f6cdae4
---
M firmware/libcommon/include/simtrace_usb.h
M host/lib/usb_util.c
2 files changed, 2 insertions(+), 0 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/simtrace2 refs/changes/11/24511/1
diff --git a/firmware/libcommon/include/simtrace_usb.h b/firmware/libcommon/include/simtrace_usb.h
index be2da9f..a232ac5 100644
--- a/firmware/libcommon/include/simtrace_usb.h
+++ b/firmware/libcommon/include/simtrace_usb.h
@@ -25,6 +25,7 @@
#define USB_PRODUCT_QMOD_SAM3 0x4004
#define USB_PRODUCT_SIMTRACE2_DFU 0x60e3 /* was 0x60e2 */
#define USB_PRODUCT_SIMTRACE2 0x60e3
+#define USB_PRODUCT_OCTSIMTEST 0x616d
/* USB proprietary class */
#define USB_CLASS_PROPRIETARY 0xff
diff --git a/host/lib/usb_util.c b/host/lib/usb_util.c
index 7599991..4d3b2b9 100644
--- a/host/lib/usb_util.c
+++ b/host/lib/usb_util.c
@@ -32,5 +32,6 @@
{ USB_VENDOR_OPENMOKO, USB_PRODUCT_OWHW_SAM3 },
{ USB_VENDOR_OPENMOKO, USB_PRODUCT_QMOD_SAM3 },
{ USB_VENDOR_OPENMOKO, USB_PRODUCT_SIMTRACE2 },
+ { USB_VENDOR_OPENMOKO, USB_PRODUCT_OCTSIMTEST },
{ 0, 0 }
};
--
To view, visit https://gerrit.osmocom.org/c/simtrace2/+/24511
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: simtrace2
Gerrit-Branch: master
Gerrit-Change-Id: I65839be50ac896c76f34755fb2800f836f6cdae4
Gerrit-Change-Number: 24511
Gerrit-PatchSet: 1
Gerrit-Owner: laforge <laforge at osmocom.org>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20210602/9f708ef7/attachment.htm>