]> err.no Git - linux-2.6/blobdiff - drivers/usb/core/hub.h
[PATCH] USB: make wHubCharacteristics __le16 to match other usb descriptor fields
[linux-2.6] / drivers / usb / core / hub.h
index e7fa9b5a521e7c48bffdac4097f6ea4e063c054e..bf23f8978024b146c755dc3bb125c4f8947a5b87 100644 (file)
@@ -131,7 +131,7 @@ struct usb_hub_descriptor {
        __u8  bDescLength;
        __u8  bDescriptorType;
        __u8  bNbrPorts;
-       __u16 wHubCharacteristics;
+       __le16 wHubCharacteristics;
        __u8  bPwrOn2PwrGood;
        __u8  bHubContrCurrent;
                /* add 1 bit for hub status change; round to bytes */