Commit 1796f808 authored by Raul E Rangel's avatar Raul E Rangel Committed by Dmitry Torokhov
Browse files

HID: i2c-hid: acpi: Stop setting wakeup_capable

parent d86388c9
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -105,11 +105,6 @@ static int i2c_hid_acpi_probe(struct i2c_client *client)

	acpi_device_fix_up_power(adev);

	if (acpi_gbl_FADT.flags & ACPI_FADT_LOW_POWER_S0) {
		device_set_wakeup_capable(dev, true);
		device_set_wakeup_enable(dev, false);
	}

	return i2c_hid_core_probe(client, &ihid_acpi->ops,
				  hid_descriptor_address, 0);
}