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