From e28a7a19e24f57c87c9f17bb114f3f5b80e091d5 Mon Sep 17 00:00:00 2001 From: Nicolas Schodet Date: Tue, 18 Dec 2012 22:40:00 +0100 Subject: digital/ucoolib/ucoolib/hal/usb: use APBTeam VID/PID by default This is much more convenient, and added copy/paste "safety" is almost null anyway. --- digital/ucoolib/ucoolib/hal/usb/Config | 9 +++------ digital/ucoolib/ucoolib/hal/usb/test/Config | 3 --- 2 files changed, 3 insertions(+), 9 deletions(-) (limited to 'digital/ucoolib/ucoolib/hal') diff --git a/digital/ucoolib/ucoolib/hal/usb/Config b/digital/ucoolib/ucoolib/hal/usb/Config index f494fefc..9adaece2 100644 --- a/digital/ucoolib/ucoolib/hal/usb/Config +++ b/digital/ucoolib/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/digital/ucoolib/ucoolib/hal/usb/test/Config b/digital/ucoolib/ucoolib/hal/usb/test/Config index bd314cb0..49b2f0b2 100644 --- a/digital/ucoolib/ucoolib/hal/usb/test/Config +++ b/digital/ucoolib/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 -- cgit v1.2.3