Change in osmo-e1d[master]: migrate to proper allocated USB Prodict ID

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.org
Wed Jul 8 21:11:53 UTC 2020


laforge has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-e1d/+/19199 )


Change subject: migrate to proper allocated USB Prodict ID
......................................................................

migrate to proper allocated USB Prodict ID

The 0xe1e1 was a neat hack in the early days, but now 0x6145 has been
allocated within the Openmoko USB VendorID.    The current device
firmware already uses the new ProductID, let's change it here, too.

Change-Id: Iea6087ce02c931c796d9c9cae89cdf5b5e0b28c5
---
M src/usb.c
1 file changed, 1 insertion(+), 1 deletion(-)



  git pull ssh://gerrit.osmocom.org:29418/osmo-e1d refs/changes/99/19199/1

diff --git a/src/usb.c b/src/usb.c
index 578bc34..e8cd212 100644
--- a/src/usb.c
+++ b/src/usb.c
@@ -39,7 +39,7 @@
 
 
 #define USB_VID		0x1d50
-#define USB_PID		0xe1e1
+#define USB_PID		0x6145
 
 libusb_context *g_usb = NULL;
 

-- 
To view, visit https://gerrit.osmocom.org/c/osmo-e1d/+/19199
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-e1d
Gerrit-Branch: master
Gerrit-Change-Id: Iea6087ce02c931c796d9c9cae89cdf5b5e0b28c5
Gerrit-Change-Number: 19199
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/20200708/5f41c56b/attachment.htm>


More information about the gerrit-log mailing list