From: Phil Endecott Date: Mon, 1 Dec 2008 15:22:33 +0000 (-0500) Subject: USB: fix comment about endianness of descriptors X-Git-Tag: v2.6.28-rc9~8^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9a9fafb89433c5fd1331bac0c84c4b321e358b42;p=pandora-kernel.git USB: fix comment about endianness of descriptors This patch fixes a comment and clarifies the documentation about the endianness of descriptors. The current policy is that descriptors will be little-endian at the API even on big-endian systems; however the /proc/bus/usb API predates this policy and presents descriptors with some multibyte fields byte-swapped. Signed-off-by: Phil Endecott Signed-off-by: Alan Stern Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed