From 29f6ceefa5747498dce55e4fcf3e4e1b3da0df99 Mon Sep 17 00:00:00 2001 From: Daniel Beer Date: Thu, 17 Jan 2013 10:19:20 +1300 Subject: [PATCH] cp210x: fix incorrect clock value. This was causing the olimex-v1 driver to fail with raw USB access. --- transport/cp210x.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/transport/cp210x.c b/transport/cp210x.c index aa56cb9..1b8cc6f 100644 --- a/transport/cp210x.c +++ b/transport/cp210x.c @@ -45,7 +45,7 @@ struct cp210x_transport { * one transfer. */ -#define CP210X_CLOCK 35000000 +#define CP210X_CLOCK 3500000 #define V1_INTERFACE_CLASS 255 #define V1_IN_EP 0x81