commit | 23004e241ccc03678592a8b392573e8514ec962f | [log] [tgz] |
---|---|---|
author | Inaky Perez-Gonzalez <inaky@linux.intel.com> | Fri Feb 02 17:32:24 2007 -0800 |
committer | Greg Kroah-Hartman <gregkh@suse.de> | Fri Feb 16 15:32:18 2007 -0800 |
tree | 4e6cbefcae4c5413a9c1b461ac917507abc0c48d | |
parent | 8c774fe8a0284aff9e4c7ea43f5154fd46da325c [diff] |
USB: descriptor structures have to be packed usb: descriptor structures have to be packed Many of the Wireless USB decriptors added to usb_ch9.h don't have the __attribute__((packed)) tag, and thus, they don't reflect the wire size. This patch fixes that. Signed-off-by: Inaky Perez-Gonzalez <inaky@linux.intel.com> Signed-off-by: David Brownell <dbrownell@users.sourceforge.net> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>