diff options
author | Frank Gevaerts <frank@gevaerts.be> | 2008-02-20 22:54:26 +0000 |
---|---|---|
committer | Frank Gevaerts <frank@gevaerts.be> | 2008-02-20 22:54:26 +0000 |
commit | 07427592a928ab3d164fbcca842399af6d5ca7ef (patch) | |
tree | eb7b1b748f8ac9ea28ce357290bc5992f5e2403f /firmware/export/usb_ch9.h | |
parent | 6af732d17aa1eb882e3c52242b2bf7f2fcccc752 (diff) |
Major USB stack improvements. It now works at nearly the maximum speed for a full speed connection, and does seem stable.
Still not enabled by default, #define USE_ROCKBOX_USB is still required to enable it.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16360 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export/usb_ch9.h')
-rw-r--r-- | firmware/export/usb_ch9.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/export/usb_ch9.h b/firmware/export/usb_ch9.h index 1bfc152a8a..d5885ac9b8 100644 --- a/firmware/export/usb_ch9.h +++ b/firmware/export/usb_ch9.h @@ -245,7 +245,7 @@ struct usb_string_descriptor { uint8_t bDescriptorType; uint16_t wString[]; /* UTF-16LE encoded */ -} __attribute__ ((packed)); +} __attribute__ ((packed,aligned(2))); /* note that "string" zero is special, it holds language codes that * the device supports, not Unicode characters. |