From: Peter Chen Date: Tue, 5 Nov 2013 02:46:02 +0000 (+0800) Subject: usb: hcd: move controller wakeup setting initialization to individual driver X-Git-Tag: v3.14-rc1~148^2~130^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3c9740a117d40a74412775b5d3fe2b88a7635a0e;p=pandora-kernel.git usb: hcd: move controller wakeup setting initialization to individual driver Individual controller driver has different requirement for wakeup setting, so move it from core to itself. In order to align with current etting the default wakeup setting is enabled (except for chipidea host). Pass compile test with below commands: make O=outout/all allmodconfig make -j$CPU_NUM O=outout/all drivers/usb Signed-off-by: Peter Chen Acked-by: Alan Stern Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed