From e1a3ee5e26a4ee13827cff3a06b11c4641df5af3 Mon Sep 17 00:00:00 2001 From: Lan Tianyu Date: Mon, 10 Sep 2012 21:24:41 +0800 Subject: [PATCH] --- yaml --- r: 325858 b: refs/heads/master c: 9c2089045b87130e8464ca7e21725959446d7f0c h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/include/linux/usb/ch11.h | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/[refs] b/[refs] index dde80b15fe27..0bdb95465be3 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: b53d657d84f530e5d83f34ff1b81ceedad3faa31 +refs/heads/master: 9c2089045b87130e8464ca7e21725959446d7f0c diff --git a/trunk/include/linux/usb/ch11.h b/trunk/include/linux/usb/ch11.h index b6c2863b2c94..7692dc69ccf7 100644 --- a/trunk/include/linux/usb/ch11.h +++ b/trunk/include/linux/usb/ch11.h @@ -236,8 +236,8 @@ struct usb_hub_descriptor { struct { __u8 bHubHdrDecLat; - __u16 wHubDelay; - __u16 DeviceRemovable; + __le16 wHubDelay; + __le16 DeviceRemovable; } __attribute__ ((packed)) ss; } u; } __attribute__ ((packed));