summaryrefslogtreecommitdiff
path: root/ucoolib
diff options
context:
space:
mode:
authorNicolas Schodet2012-12-18 22:40:00 +0100
committerNicolas Schodet2019-10-06 23:29:59 +0200
commit61a15abb31b9b4e8825104176dcda4b6873c14c0 (patch)
treecb1c94916a2bddeac035a676921a0c6773bf2ba3 /ucoolib
parent4bbead24efa341c2f7ffbff55aeafbf8ba0c7173 (diff)
ucoolib/hal/usb: use APBTeam VID/PID by default
This is much more convenient, and added copy/paste "safety" is almost null anyway.
Diffstat (limited to 'ucoolib')
-rw-r--r--ucoolib/hal/usb/Config9
-rw-r--r--ucoolib/hal/usb/test/Config3
2 files changed, 3 insertions, 9 deletions
diff --git a/ucoolib/hal/usb/Config b/ucoolib/hal/usb/Config
index f494fef..9adaece 100644
--- a/ucoolib/hal/usb/Config
+++ b/ucoolib/hal/usb/Config
@@ -1,10 +1,7 @@
[hal/usb]
-# Theses are APBTeam IDs, given by Openmoko! Do not use them as default so
-# that comment is not missed.
-#vendor_id = 0x1d50
-#product_id = 0x6052
-vendor_id =
-product_id =
+# Theses are APBTeam IDs, given by Openmoko!
+vendor_id = 0x1d50
+product_id = 0x6052
# Number of streams, interfaces, or pair of endpoints.
stream_nb = 1
# Set to 0 if powered from USB cable, 1 if device has its own power supply.
diff --git a/ucoolib/hal/usb/test/Config b/ucoolib/hal/usb/test/Config
index bd314cb..49b2f0b 100644
--- a/ucoolib/hal/usb/test/Config
+++ b/ucoolib/hal/usb/test/Config
@@ -1,5 +1,2 @@
[hal/usb]
-# Theses are APBTeam IDs, given by Openmoko!
-vendor_id = 0x1d50
-product_id = 0x6052
stream_nb = 1