1
1
mirror of https://github.com/systemd/systemd-stable.git synced 2025-02-04 17:47:03 +03:00
don bright 46b8c3f5b2
hwdb: add hardware rfkill key for Dell Latitude E6* models (#27462)
Hello

This pull req is adapting pull req #5772 (which fixed issue #5047), for the very similar computer Dell Latitude E6420 which has the same problem with the hardware switch to toggle wifi (aka rfkill). The symptom is the following repeated msgs in dmesg

[  309.010284] atkbd serio0: Use 'setkeycodes e008 <keycode>' to make it known.
[  309.016020] atkbd serio0: Unknown key pressed (translated set 2, code 0x88 on isa0060/serio0).

Adding this line to include E6 models causes these messages to stop showing in dmesg

Thank you
2023-04-30 11:33:13 +08:00
..
2019-10-10 00:53:09 +01:00
2019-10-10 00:53:09 +01:00
2023-02-10 16:17:35 +00:00
2023-02-15 18:05:43 +00:00
2023-02-15 18:05:43 +00:00
2022-03-29 18:15:06 +02:00
2023-02-15 18:05:43 +00:00
2023-01-24 12:30:25 +00:00
2023-04-18 18:43:21 +09:00
2021-10-27 00:14:41 +02:00
2022-02-04 11:01:20 +09:00
2023-03-26 19:01:49 +08:00
2023-01-24 12:30:25 +00:00
2023-02-15 18:05:43 +00:00
2023-02-15 18:05:43 +00:00
2023-02-15 18:05:43 +00:00
2023-02-15 18:05:43 +00:00
2023-02-10 16:17:35 +00:00
2021-03-26 09:35:07 +01:00
2019-10-10 00:53:09 +01:00
2023-01-24 12:30:25 +00:00

Files in this directory specify a description of hardware devices, in the form
of mappings from modalias-like keys (which identify specific hardware devices)
to udev properties.

Files in this directory are not read by udev directly. Instead,
man:systemd-hwdb(8) compiles them into a binary database.

See man:hwdb(7) for an overview of the configuration file format, and
man:systemd-udevd.service(8) for a description of the udev daemon.

Use 'systemd-analyze cat-config udev/hwdb.d' to display the effective config.