diff options
author | howl <howl.nsp@gmail.com> | 2021-05-11 00:31:28 +0200 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2021-05-11 08:53:21 +0200 |
commit | 44cf2e60227f731e429e3fd94cdd2a2b3076dabc (patch) | |
tree | fbd3ef6d0cf03cc3ded822e2c73bb564b0437192 /hwdb.d/60-sensor.hwdb | |
parent | Merge pull request #19562 from keszybz/flag-manips (diff) | |
download | systemd-44cf2e60227f731e429e3fd94cdd2a2b3076dabc.tar.xz systemd-44cf2e60227f731e429e3fd94cdd2a2b3076dabc.zip |
hwdb: sensor: D330-IGM use pvr instead cvr
We use pvr match for efifb pitch and drm orientation quirk and in touchpad toggle keymap. Also seems most consistent with the devices here.
While at it, correct a typo, 81H3 and 81MD are product names not numbers, my bad.
Signed-off-by: David Santamaría Rogado <howl.nsp@gmail.com>
Diffstat (limited to 'hwdb.d/60-sensor.hwdb')
-rw-r--r-- | hwdb.d/60-sensor.hwdb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/hwdb.d/60-sensor.hwdb b/hwdb.d/60-sensor.hwdb index d11e51ccb6..fcbfcd856b 100644 --- a/hwdb.d/60-sensor.hwdb +++ b/hwdb.d/60-sensor.hwdb @@ -506,8 +506,8 @@ sensor:modalias:acpi:BMA250E*:dmi:bvnLENOVO:*:pvrLenovoMIIX3-1030:* sensor:modalias:acpi:SMO8500*:dmi:bvnLENOVO:*:pvrLenovoMIIX3-830:* ACCEL_MOUNT_MATRIX=-1, 0, 0; 0, 1, 0; 0, 0, 1 -# IdeaPad D330-10IGM (both 81H3 and 81MD product numbers) -sensor:modalias:acpi:BOSC0200*:dmi:*:svnLENOVO:*:cvrLenovoideapadD330-10IGM:* +# IdeaPad D330-10IGM (both 81H3 and 81MD product names) +sensor:modalias:acpi:BOSC0200*:dmi:*:svnLENOVO:*:pvrLenovoideapadD330-10IGM:* ACCEL_MOUNT_MATRIX=0, 1, 0; -1, 0, 0; 0, 0, 1 # IdeaPad Miix 300 |