From 46624aa39077c1d8a7d05550e81c4f0674ead48e Mon Sep 17 00:00:00 2001 From: Greg Kroah-Hartman Date: Mon, 20 Dec 2004 00:17:10 -0800 Subject: USB: change wTotalLength field in struct usb_config_descriptor to be __le16 Another step in the quest to get all USB data structures to be native endian. Signed-off-by: Greg Kroah-Hartman --- include/linux/usb_ch9.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/linux') diff --git a/include/linux/usb_ch9.h b/include/linux/usb_ch9.h index e796edb6515a..d13b47bafcae 100644 --- a/include/linux/usb_ch9.h +++ b/include/linux/usb_ch9.h @@ -208,7 +208,7 @@ struct usb_config_descriptor { __u8 bLength; __u8 bDescriptorType; - __u16 wTotalLength; + __le16 wTotalLength; __u8 bNumInterfaces; __u8 bConfigurationValue; __u8 iConfiguration; -- cgit v1.2.3