usb: host: xhci-plat: add wakeup entry at sysfs
authorPeter Chen <peter.chen@nxp.com>
Fri, 18 Sep 2020 13:17:47 +0000 (16:17 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 20 Sep 2020 14:18:00 +0000 (16:18 +0200)
With this change, there will be a wakeup entry at /sys/../power/wakeup,
and the user could use this entry to choose whether enable xhci wakeup
features (wake up system from suspend) or not.

Tested-by: Matthias Kaehlcke <mka@chromium.org>
Reviewed-by: Matthias Kaehlcke <mka@chromium.org>
Signed-off-by: Peter Chen <peter.chen@nxp.com>
Signed-off-by: Mathias Nyman <mathias.nyman@linux.intel.com>
Link: https://lore.kernel.org/r/20200918131752.16488-6-mathias.nyman@linux.intel.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/host/xhci-plat.c

index 14ff65a387e80ccc4a7b11cd3693b0d7c8a2b30d..cfca6fc8947c1c241c072090136abcc5ea7fc39d 100644 (file)
@@ -287,7 +287,7 @@ static int xhci_plat_probe(struct platform_device *pdev)
                *priv = *priv_match;
        }
 
-       device_wakeup_enable(hcd->self.controller);
+       device_set_wakeup_capable(&pdev->dev, true);
 
        xhci->main_hcd = hcd;
        xhci->shared_hcd = __usb_create_hcd(driver, sysdev, &pdev->dev,