mirror of
https://github.com/nxp-imx/linux-imx.git
synced 2025-07-11 11:55:28 +02:00
platform/x86: lg-laptop: Remove LGEX0815 hotkey handling
[ Upstream commit 413c204595
]
The rfkill hotkey handling is already provided by the wireless-hotkey
driver. Remove the now unnecessary rfkill hotkey handling to avoid
duplicating functionality.
The ACPI notify handler still prints debugging information when
receiving ACPI notifications to aid in reverse-engineering.
Tested-by: Agathe Boutmy <agathe@boutmy.com>
Signed-off-by: Armin Wolf <W_Armin@gmx.de>
Reviewed-by: Ilpo Järvinen <ilpo.jarvinen@linux.intel.com>
Link: https://lore.kernel.org/r/20240606233540.9774-3-W_Armin@gmx.de
Reviewed-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
This commit is contained in:
parent
cd337341cf
commit
c98123cedb
|
@ -84,7 +84,6 @@ static const struct key_entry wmi_keymap[] = {
|
||||||
* this key both sends an event and
|
* this key both sends an event and
|
||||||
* changes backlight level.
|
* changes backlight level.
|
||||||
*/
|
*/
|
||||||
{KE_KEY, 0x80, {KEY_RFKILL} },
|
|
||||||
{KE_END, 0}
|
{KE_END, 0}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -272,14 +271,7 @@ static void wmi_input_setup(void)
|
||||||
|
|
||||||
static void acpi_notify(struct acpi_device *device, u32 event)
|
static void acpi_notify(struct acpi_device *device, u32 event)
|
||||||
{
|
{
|
||||||
struct key_entry *key;
|
|
||||||
|
|
||||||
acpi_handle_debug(device->handle, "notify: %d\n", event);
|
acpi_handle_debug(device->handle, "notify: %d\n", event);
|
||||||
if (inited & INIT_SPARSE_KEYMAP) {
|
|
||||||
key = sparse_keymap_entry_from_scancode(wmi_input_dev, 0x80);
|
|
||||||
if (key && key->type == KE_KEY)
|
|
||||||
sparse_keymap_report_entry(wmi_input_dev, key, 1, true);
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
static ssize_t fan_mode_store(struct device *dev,
|
static ssize_t fan_mode_store(struct device *dev,
|
||||||
|
|
Loading…
Reference in New Issue
Block a user