commit | 672027a35795ec95f516fdc702ba8900d55a9eef | [log] [tgz] |
---|---|---|
author | Inaky Perez-Gonzalez <inaky@linux.intel.com> | Thu Feb 22 16:37:53 2007 -0800 |
committer | Greg Kroah-Hartman <gregkh@suse.de> | Fri Feb 23 15:03:46 2007 -0800 |
tree | 76d4a091a53edfef3ff1868ede58dbbb90e086fe | |
parent | 822c7ef48b06332168530284781640856621d9f4 [diff] |
USB: add rationale on why usb descriptor structures have to be packed Add argumentation in defense of using __attribute__((packed)) in USB descriptors authored by Dave Brownell. Necessary as in some cases it seems superfluous. Signed-off-by: Inaky Perez-Gonzalez <inaky@linux.intel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>