From: Inaky Perez-Gonzalez Date: Sat, 3 Feb 2007 01:32:24 +0000 (-0800) Subject: USB: descriptor structures have to be packed X-Git-Tag: v2.6.21-rc1~82^2~27 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=23004e241ccc03678592a8b392573e8514ec962f;p=pandora-kernel.git 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 Signed-off-by: David Brownell Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed