systemd/hwdb.d
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
..
.gitattributes Rename udev's hwdb/ to hwdb.d/ 2019-10-10 00:53:09 +01:00
.gitignore Rename udev's hwdb/ to hwdb.d/ 2019-10-10 00:53:09 +01:00
20-acpi-vendor.hwdb hwdb: update database 2023-02-10 16:17:35 +00:00
20-acpi-vendor.hwdb.patch hwdb: update 2023-02-15 18:05:43 +00:00
20-bluetooth-vendor-product.hwdb hwdb: Update database of Bluetooth company identifiers 2020-04-05 10:01:14 +02:00
20-dmi-id.hwdb udev/rules,hwdb: filter out mostly meaningless default strings 2022-09-06 03:38:09 +09:00
20-net-ifname.hwdb Rename udev's hwdb/ to hwdb.d/ 2019-10-10 00:53:09 +01:00
20-OUI.hwdb hwdb: update 2023-02-15 18:05:43 +00:00
20-pci-classes.hwdb hwdb: update for v251 2022-03-29 18:15:06 +02:00
20-pci-vendor-model.hwdb hwdb: update 2023-02-15 18:05:43 +00:00
20-sdio-classes.hwdb Rename udev's hwdb/ to hwdb.d/ 2019-10-10 00:53:09 +01:00
20-sdio-vendor-model.hwdb Rename udev's hwdb/ to hwdb.d/ 2019-10-10 00:53:09 +01:00
20-usb-classes.hwdb Rename udev's hwdb/ to hwdb.d/ 2019-10-10 00:53:09 +01:00
20-usb-vendor-model.hwdb Update hwdb 2023-01-24 12:30:25 +00:00
20-vmbus-class.hwdb Rename udev's hwdb/ to hwdb.d/ 2019-10-10 00:53:09 +01:00
60-autosuspend-fingerprint-reader.hwdb hwdb: update autosuspend db 2023-02-02 14:20:53 +00:00
60-autosuspend.hwdb tree-wide: link to docs.kernel.org for kernel documentation 2022-07-04 19:56:53 +02:00
60-evdev.hwdb hwdb: Fix incorrect touchpad dimensions on Thinkpad L14 Gen1 (#26937) 2023-03-25 11:41:07 +01:00
60-input-id.hwdb hwdb: drop boilerplate about match patterns being unstable 2022-04-06 23:16:39 +09:00
60-keyboard.hwdb hwdb: add hardware rfkill key for Dell Latitude E6* models (#27462) 2023-04-30 11:33:13 +08:00
60-seat.hwdb login: use a hwdb entry for tagging Parallels' fb devices with 'master-of-seat' tag 2021-07-05 11:56:10 +02:00
60-sensor.hwdb hwdb: Fix rotation for BMAX Y13 2023-04-18 18:43:21 +09:00
70-analyzers.hwdb hwdb: Add Greaseweazle "drives" to the list of analyzers 2022-08-09 18:12:19 +02:00
70-av-production.hwdb hwdb: Add support for Elgato Stream Pedal (#25550) 2022-11-29 05:15:25 +09:00
70-cameras.hwdb hwdb: Tag IR cameras as such 2021-10-27 00:14:41 +02:00
70-joystick.hwdb hwdb: drop boilerplate about match patterns in two more cases 2023-03-25 03:11:23 +09:00
70-mouse.hwdb hwdb: disable entry for Logitech USB receiver used by G502 X 2023-04-19 21:14:03 +01:00
70-pda.hwdb hwdb: add HP calculators 2022-02-04 11:01:20 +09:00
70-pointingstick.hwdb hwdb: also add a generic entry for DualPoint Stick 2022-12-14 01:50:11 +09:00
70-touchpad.hwdb hwdb: drop redundant entry 2023-03-26 19:01:49 +08:00
80-ieee1394-unit-function.hwdb hwdb: ieee1394-unit-function: add MOTU 896 mk3 Hybrid 2023-02-06 11:53:25 +09:00
acpi-update.py licensing: add two missing spdx headers 2021-10-18 09:04:45 +02:00
acpi_id_registry.html Update hwdb 2023-01-24 12:30:25 +00:00
ids_parser.py hwdb: make sure "ninja update-hwdb" works on f35 2022-04-28 17:42:25 +02:00
ma-large.txt hwdb: update 2023-02-15 18:05:43 +00:00
ma-medium.txt hwdb: update 2023-02-15 18:05:43 +00:00
ma-small.txt hwdb: update 2023-02-15 18:05:43 +00:00
meson.build meson: Use meson test suite feature 2022-05-04 16:11:34 +02:00
parse_hwdb.py parse_hwdb: allow negative value for EVDEV_ABS_ properties 2022-11-01 13:10:20 +09:00
pci.ids hwdb: update 2023-02-15 18:05:43 +00:00
pnp_id_registry.html hwdb: update database 2023-02-10 16:17:35 +00:00
README Add READMEs in all .d directories 2021-03-26 09:35:07 +01:00
sdio.ids Rename udev's hwdb/ to hwdb.d/ 2019-10-10 00:53:09 +01:00
usb.ids Update hwdb 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.