systemd/hwdb.d
Hans de Goede 37923b3d48 hwdb: Add accel orientation quirk for the Chuwi Hi13 (CWI534) with BMA250 sensor
Recently the kernel has gotten support for reading the mount-matrix for
BMA250 sensors represented by a BOSC0200 ACPI device from the ACPI tables,
so that we don't need to add quirks for these.

At least that was the theory. The Chuwi Hi13 (CWI534) with BMA250 sensor
has the sensor mounted such that it works / needs the normal(ized) matrix,
but the ACPI tables actually contain a wrong matrix inverting the X and Y
axis.

Add a quirk to override /sys/bus/iio/devices/iio:device?/in_mount_matrix
with the norm-matrix, since the ACPI derived matrix is actually wrong on
these devices (sigh)
2021-07-01 17:16:41 +02: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 2021-06-25 14:23:15 +02:00
20-acpi-vendor.hwdb.patch hwdb: update 2021-06-25 14:23:15 +02: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 hwdb: Add dmi-id database 2020-12-04 11:22:49 +01: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 2021-06-25 14:23:15 +02:00
20-pci-classes.hwdb hwdb: update for v247 2020-11-26 13:54:37 +01:00
20-pci-vendor-model.hwdb hwdb: update 2021-06-25 14:23:15 +02: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 hwdb: update 2021-06-25 14:23:15 +02: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 2021-06-25 14:23:15 +02:00
60-autosuspend.hwdb 60-autosuspend.hwdb: Add Sierra Wireless EM7345-LTE modem to autosuspend list 2021-04-19 11:43:38 +01:00
60-evdev.hwdb hwdb: add rules for Lenovo U41-70 (80JV) 2021-06-19 04:57:17 +09:00
60-input-id.hwdb hwdb: Force no "mouse" type on Logitech MX Keys 2021-01-08 10:32:40 +01:00
60-keyboard.hwdb hwdb: Add mic mute key mapping for HP Elite Dragonfly 2021-06-17 18:32:50 +01:00
60-sensor.hwdb hwdb: Add accel orientation quirk for the Chuwi Hi13 (CWI534) with BMA250 sensor 2021-07-01 17:16:41 +02:00
70-joystick.hwdb Partially revert "hwdb: reindent commments and say that "*" should always be trailing" 2020-11-03 15:02:52 +01:00
70-mouse.hwdb Add Microsoft Pro Intellimouse MOUSE_DPI to hwdb 2021-05-13 11:21:27 +02:00
70-pointingstick.hwdb Partially revert "hwdb: reindent commments and say that "*" should always be trailing" 2020-11-03 15:02:52 +01:00
70-touchpad.hwdb Partially revert "hwdb: reindent commments and say that "*" should always be trailing" 2020-11-03 15:02:52 +01:00
80-ieee1394-unit-function.hwdb hwdb: ieee1394-unit-function: add entry for AV/C device with vendor unique command set 2021-05-05 23:10:29 +09:00
acpi-update.py Rename udev's hwdb/ to hwdb.d/ 2019-10-10 00:53:09 +01:00
acpi_id_registry.html hwbd: run "ninja -C build update-hwdb" again 2021-06-15 21:59:44 +02:00
ids_parser.py Rename udev's hwdb/ to hwdb.d/ 2019-10-10 00:53:09 +01:00
ma-large.txt hwdb: update 2021-06-25 14:23:15 +02:00
ma-medium.txt hwdb: update 2021-06-25 14:23:15 +02:00
ma-small.txt hwdb: update 2021-06-25 14:23:15 +02:00
meson.build meson: revert the change to unquote commands in add_install_script 2021-05-14 19:52:25 +02:00
parse_hwdb.py hwdb: fix parser to execute test for ieee1394-unit-function with no argument 2021-05-05 23:10:29 +09:00
pci.ids hwdb: update 2021-06-25 14:23:15 +02:00
pnp_id_registry.html hwdb: update 2021-06-25 14:23:15 +02: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 hwdb: update 2021-06-25 14:23:15 +02: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.