summaryrefslogtreecommitdiff
path: root/ucoo/hal/usb/Config
diff options
context:
space:
mode:
Diffstat (limited to 'ucoo/hal/usb/Config')
-rw-r--r--ucoo/hal/usb/Config12
1 files changed, 12 insertions, 0 deletions
diff --git a/ucoo/hal/usb/Config b/ucoo/hal/usb/Config
new file mode 100644
index 0000000..9adaece
--- /dev/null
+++ b/ucoo/hal/usb/Config
@@ -0,0 +1,12 @@
+[hal/usb]
+# 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.
+self_powered = 0
+# Maximum power consumed from USB cable (mA).
+max_power = 100
+# End point size, you should use 64.
+ep_size = 64