]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
USB: descriptor structures have to be packed
authorInaky Perez-Gonzalez <inaky@linux.intel.com>
Sat, 3 Feb 2007 01:32:24 +0000 (17:32 -0800)
committerGreg Kroah-Hartman <gregkh@suse.de>
Fri, 16 Feb 2007 23:32:18 +0000 (15:32 -0800)
commit23004e241ccc03678592a8b392573e8514ec962f
tree4e6cbefcae4c5413a9c1b461ac917507abc0c48d
parent8c774fe8a0284aff9e4c7ea43f5154fd46da325c
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>
include/linux/usb/ch9.h