cp210x: fix incorrect clock value.
This was causing the olimex-v1 driver to fail with raw USB access.
This commit is contained in:
parent
65b2e94a2e
commit
29f6ceefa5
|
@ -45,7 +45,7 @@ struct cp210x_transport {
|
||||||
* one transfer.
|
* one transfer.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#define CP210X_CLOCK 35000000
|
#define CP210X_CLOCK 3500000
|
||||||
|
|
||||||
#define V1_INTERFACE_CLASS 255
|
#define V1_INTERFACE_CLASS 255
|
||||||
#define V1_IN_EP 0x81
|
#define V1_IN_EP 0x81
|
||||||
|
|
Loading…
Reference in New Issue