diff options
-rw-r--r-- | drivers/hid/hid-core.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/hid/hid-core.c b/drivers/hid/hid-core.c index c6f7a694f67a..e9ef0dd4fd89 100644 --- a/drivers/hid/hid-core.c +++ b/drivers/hid/hid-core.c | |||
@@ -2660,6 +2660,7 @@ struct hid_device *hid_allocate_device(void) | |||
2660 | device_initialize(&hdev->dev); | 2660 | device_initialize(&hdev->dev); |
2661 | hdev->dev.release = hid_device_release; | 2661 | hdev->dev.release = hid_device_release; |
2662 | hdev->dev.bus = &hid_bus_type; | 2662 | hdev->dev.bus = &hid_bus_type; |
2663 | device_enable_async_suspend(&hdev->dev); | ||
2663 | 2664 | ||
2664 | hid_close_report(hdev); | 2665 | hid_close_report(hdev); |
2665 | 2666 | ||