From: Alan Stern Date: Thu, 4 Mar 2010 16:32:30 +0000 (-0500) Subject: USB: remove bogus USB_PORT_FEAT_*_SPEED symbols X-Git-Tag: v2.6.35-rc1~471^2~218 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=288ead45fa6637e959015d055304f521cbbc0575;p=pandora-kernel.git USB: remove bogus USB_PORT_FEAT_*_SPEED symbols This patch (as1348) removes the bogus USB_PORT_FEAT_{HIGHSPEED,SUPERSPEED} symbols from ch11.h. No such features are defined by the USB spec. (There is a PORT_LOWSPEED feature, but the spec doesn't mention it except to say that host software should never use it.) The speed indicators are port statuses, not port features. As a temporary workaround for the xhci-hcd driver, a fictional USB_PORT_STAT_SUPER_SPEED symbol is added. Signed-off-by: Alan Stern CC: Sarah Sharp Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed