diff options
author | Hans de Goede <hdegoede@redhat.com> | 2018-05-20 17:33:30 +0200 |
---|---|---|
committer | Hans de Goede <hdegoede@redhat.com> | 2018-09-09 16:02:58 +0200 |
commit | a8b33d5cfd8a932ce0ee40305b70ac6e2567600c (patch) | |
tree | a9f6b7020f0791e1587f852c7a74d050eac052de /hwdb | |
parent | hwdb: Add accelerometer orientation quirk for the Chuwi Vi10 tablet (diff) | |
download | systemd-a8b33d5cfd8a932ce0ee40305b70ac6e2567600c.tar.gz systemd-a8b33d5cfd8a932ce0ee40305b70ac6e2567600c.tar.bz2 systemd-a8b33d5cfd8a932ce0ee40305b70ac6e2567600c.zip |
hwdb: Add accelerometer orientation quirk for the HP Pavilion x2 - 10-n000nd
Add accelerometer orientation quirk for the HP Pavilion x2 - 10-n000nd 2-in-1.
Diffstat (limited to 'hwdb')
-rw-r--r-- | hwdb/60-sensor.hwdb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/hwdb/60-sensor.hwdb b/hwdb/60-sensor.hwdb index 1cb10d423..d7dedc6f8 100644 --- a/hwdb/60-sensor.hwdb +++ b/hwdb/60-sensor.hwdb @@ -224,6 +224,10 @@ sensor:modalias:acpi:SMO8500*:dmi:*:svnHewlett-Packard:pnHPStream7Tablet:* sensor:modalias:acpi:SMO8500*:dmi:*:svnHewlett-Packard:pnHPStream8Tablet:* ACCEL_MOUNT_MATRIX=0, 1, 0; 1, 0, 0; 0, 0, 1 +# HP Pavillion X2 10-n000nd +sensor:modalias:i2c:bmc150_accel:dmi:*:svnHewlett-Packard:pnHPPavilionx2Detachable:*:rn815D:* + ACCEL_MOUNT_MATRIX=0, -1, 0; -1, 0, 0; 0, 0, 1 + ######################################### # I.T.Works ######################################### |