|
@@ -309,7 +309,7 @@ static void mousevsc_on_receive(struct hv_device *device,
|
|
hid_input_report(input_dev->hid_device, HID_INPUT_REPORT,
|
|
hid_input_report(input_dev->hid_device, HID_INPUT_REPORT,
|
|
input_dev->input_buf, len, 1);
|
|
input_dev->input_buf, len, 1);
|
|
|
|
|
|
- pm_wakeup_event(&input_dev->device->device, 0);
|
|
|
|
|
|
+ pm_wakeup_hard_event(&input_dev->device->device);
|
|
|
|
|
|
break;
|
|
break;
|
|
default:
|
|
default:
|