summaryrefslogtreecommitdiff
path: root/ucoolib/hal
diff options
context:
space:
mode:
authorNicolas Schodet2012-12-18 22:29:25 +0100
committerNicolas Schodet2019-10-06 23:29:59 +0200
commit4bbead24efa341c2f7ffbff55aeafbf8ba0c7173 (patch)
treeb2fd846fabf4d6bec3265a69ad49c464b55c9c00 /ucoolib/hal
parent2e4219da9aa3d3a5f68a7aa7966f8d460692692b (diff)
ucoolib/hal/usb: use Openmoko donated USB VID & PID
Diffstat (limited to 'ucoolib/hal')
-rw-r--r--ucoolib/hal/usb/Config6
-rw-r--r--ucoolib/hal/usb/test/Config6
2 files changed, 6 insertions, 6 deletions
diff --git a/ucoolib/hal/usb/Config b/ucoolib/hal/usb/Config
index 1d05df2..f494fef 100644
--- a/ucoolib/hal/usb/Config
+++ b/ucoolib/hal/usb/Config
@@ -1,8 +1,8 @@
[hal/usb]
-# Taken from LUFA IDs, not for commercial use. Do not use them as default so
+# Theses are APBTeam IDs, given by Openmoko! Do not use them as default so
# that comment is not missed.
-#vendor_id = 0x03eb
-#product_id = 0x204e
+#vendor_id = 0x1d50
+#product_id = 0x6052
vendor_id =
product_id =
# Number of streams, interfaces, or pair of endpoints.
diff --git a/ucoolib/hal/usb/test/Config b/ucoolib/hal/usb/test/Config
index e8c6371..bd314cb 100644
--- a/ucoolib/hal/usb/test/Config
+++ b/ucoolib/hal/usb/test/Config
@@ -1,5 +1,5 @@
[hal/usb]
-# Taken from LUFA IDs, not for commercial use.
-vendor_id = 0x03eb
-product_id = 0x204e
+# Theses are APBTeam IDs, given by Openmoko!
+vendor_id = 0x1d50
+product_id = 0x6052
stream_nb = 1