Page 1 of 1

resolved - usb 1.0 or 1.1 (whats this 1.01 ?)

Posted: Thu Apr 15, 2010 5:17 pm
by ulao
Why do most v-usb examples show 1.01? From what I know the usb spec is 1.1 now? I seem to be having troubles when setting my version to 1.1 is there something I need to know.

Why do I see this so much?

Code: Select all

0x01, 0x01, /* USB version supported */ 


Should it not be 0x10,0x01

Re: usb 1.0 or 1.1 (whats this 1.01 ?)

Posted: Fri Apr 16, 2010 8:26 pm
by Grendel
Changelog.txt wrote: - Set USB version number to 1.10 instead of 1.01.

* Release 2007-06-25

1.01 used to be a bug.