lkml.org 
[lkml]   [2022]   [Sep]   [19]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH v4 09/13] HID: i2c-hid: acpi: Stop setting wakeup_capable
    Date
    This is now handled by the i2c-core driver.

    Signed-off-by: Raul E Rangel <rrangel@chromium.org>
    ---

    (no changes since v1)

    drivers/hid/i2c-hid/i2c-hid-acpi.c | 5 -----
    1 file changed, 5 deletions(-)

    diff --git a/drivers/hid/i2c-hid/i2c-hid-acpi.c b/drivers/hid/i2c-hid/i2c-hid-acpi.c
    index b96ae15e0ad917..375c77c3db74d9 100644
    --- a/drivers/hid/i2c-hid/i2c-hid-acpi.c
    +++ b/drivers/hid/i2c-hid/i2c-hid-acpi.c
    @@ -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);
    }
    --
    2.37.3.968.ga6b4b080e4-goog
    \
     
     \ /
      Last update: 2022-09-19 18:00    [W:4.751 / U:0.140 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site