From: Sebastian Andrzej Siewior Date: Mon, 3 Dec 2012 19:07:05 +0000 (+0100) Subject: usb: gadget: consider link speed for bMaxPower X-Git-Tag: v3.9-rc1~126^2~43^2~48 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8f900a9a6e2691441ad763952d640ac44220e5dc;p=pandora-kernel.git usb: gadget: consider link speed for bMaxPower The USB 2.0 specification says that bMaxPower is the maximum power consumption expressed in 2 mA units and the USB 3.0 specification says that it is expressed in 8 mA units. This patch renames bMaxPower to MaxPower and the various /2 and *2 are removed. Before reporting the config descriptor, the proper value is computer based on the speed, all in-tree users are updated. MaxPower is also increased to u16 so we can store the nokia gadget value which is larger than the max value allowed for u8. Signed-off-by: Sebastian Andrzej Siewior Signed-off-by: Felipe Balbi --- Reading git-diff-tree failed