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

General discussions about V-USB, our firmware-only implementation of a low speed USB device on Atmel's AVR microcontrollers
Post Reply
ulao
Rank 4
Rank 4
Posts: 481
Joined: Mon Aug 25, 2008 8:45 pm

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

Post by ulao » Thu Apr 15, 2010 5:17 pm

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
Last edited by ulao on Sun Apr 18, 2010 3:14 am, edited 1 time in total.

Grendel
Rank 4
Rank 4
Posts: 167
Joined: Sat Dec 16, 2006 9:53 pm
Location: Oregon, USA
Contact:

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

Post by Grendel » Fri Apr 16, 2010 8:26 pm

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.

Post Reply