]> git.karo-electronics.de Git - karo-tx-linux.git/commit
[PATCH] USB: make wHubCharacteristics __le16 to match other usb descriptor fields
authorGreg Kroah-Hartman <gregkh@suse.de>
Tue, 21 Jun 2005 04:15:16 +0000 (21:15 -0700)
committerGreg Kroah-Hartman <gregkh@suse.de>
Fri, 28 Oct 2005 23:47:42 +0000 (16:47 -0700)
commit74ad9bd2fcf0fa203655e0d904809b06c4202bf8
tree28cf74beab3fcf7f29c4d88bd704f4abfa235601
parent22efcf4adec4262e0f49e6225f6cd070e4a85d20
[PATCH] USB: make wHubCharacteristics __le16 to match other usb descriptor fields

Also has the nice benefit of making sparc alignment issues go away.

Thanks to David Miller for pointing out the problems here.

Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
 drivers/usb/core/hub.c |   22 ++++++++++++----------
 drivers/usb/core/hub.h |    2 +-
 2 files changed, 13 insertions(+), 11 deletions(-)
drivers/usb/core/hub.c
drivers/usb/core/hub.h