]> git.ipfire.org Git - thirdparty/systemd.git/blame - hwdb/60-sensor.hwdb
po: update Russian translation (#9992)
[thirdparty/systemd.git] / hwdb / 60-sensor.hwdb
CommitLineData
1f886b50
BN
1# This file is part of systemd.
2#
3# The lookup keys are composed in:
4# 60-sensor.rules
5#
6# Note: The format of the "sensor:" prefix match key is a
7# contract between the rules file and the hardware data, it might
8# change in later revisions to support more or better matches, it
9# is not necessarily expected to be a stable ABI.
10#
11# Match string formats:
12# sensor:modalias:<parent device modalias>:dmi:<dmi string>
13#
007d5b1f 14# The device modalias can be seen in the `modalias` file
50570749
MH
15# of the sensor parent, for example:
16# cat /sys/`udevadm info -q path -n /dev/iio:device0`/../modalias
17#
18# The full DMI string of the running machine can be read from
19# /sys/class/dmi/id/modalias
20# That requires a kernel built with CONFIG_DMIID set, which is common.
21# The full DMI string is not needed here and the meaning of individual parts
22# can be seen in the source of the DMIID kernel module
23# https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/drivers/firmware/dmi-id.c
24#
1f886b50
BN
25# To add local entries, create a new file
26# /etc/udev/hwdb.d/61-sensor-local.hwdb
27# and add your rules there. To load the new rules execute (as root):
28# systemd-hwdb update
d24e70fe 29# udevadm trigger -v -p DEVNAME=/dev/iio:deviceXXX
1f886b50
BN
30# where /dev/iio:deviceXXX is the device in question.
31#
32# If your changes are generally applicable, preferably send them as a pull
33# request to
34# https://github.com/systemd/systemd
35# or create a bug report on https://github.com/systemd/systemd/issues and
36# include your new rules, a description of the device, and the output of
37# udevadm info --export-db
38#
6472f5f9
GB
39# For hwdb format and systemd behavior:
40# https://www.freedesktop.org/software/systemd/man/hwdb.html
41#
1f886b50
BN
42# Allowed properties are:
43# ACCEL_MOUNT_MATRIX=<matrix>
44#
45# where <matrix> is a mount-matrix in the format specified in the IIO
46# subsystem[1]. The default, when unset, is equivalent to:
47# ACCEL_MOUNT_MATRIX=1, 0, 0; 0, 1, 0; 0, 0, 1
48# eg. the identity matrix.
49#
50# [1]: https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=dfc57732ad38f93ae6232a3b4e64fd077383a0f1
6472f5f9 51#
b141888b
HG
52# Note for devices where the display (LCD panel) is mounted non upright
53# in the device's casing, e.g. mounted upside-down or 90 degree rotated,
54# the ACCEL_MOUNT_MATRIX should be such that the x and y axis matches the
55# x and y axis of the display, not those of the casing, so that desktop
56# environments using the accelerometer data for rotation will e.g.
57# automatically flip their output for an upside-down display when the device
58# is held upright.
1f886b50
BN
59#
60# Sort by brand, model
61
7ab6111f
HG
62#########################################
63# Acer
64#########################################
a2680b6f
GB
65sensor:modalias:acpi:INVN6500*:dmi:*svn*Acer*:*pn*AspireSW5-011*
66 ACCEL_MOUNT_MATRIX=0, -1, 0; -1, 0, 0; 0, 0, 1
67
d8bd96ab
68sensor:modalias:acpi:INVN6500*:dmi:*svn*Acer*:*pn*AspireSW5-012*
69 ACCEL_MOUNT_MATRIX=0, 1, 0; 1, 0, 0; 0, 0, 1
70
7ab6111f
HG
71sensor:modalias:acpi:BMA250E*:dmi:*:svnAcer:pnIconiaW1-810:*
72 ACCEL_MOUNT_MATRIX=1, 0, 0; 0, -1, 0; 0, 0, 1
73
b0488902
HG
74#########################################
75# Archos
76#########################################
77sensor:modalias:acpi:SMO8500*:dmi:*:svnARCHOS:pnARCHOS80Cesium:*
78 ACCEL_MOUNT_MATRIX=-1, 0, 0; 0, 1, 0; 0, 0, 1
79
e8e4f5d9
GB
80#########################################
81# AsusTek
82#########################################
7ab6111f
HG
83sensor:modalias:acpi:INVN6500*:dmi:*svnASUSTeK*:*pnT100CHI*
84 ACCEL_MOUNT_MATRIX=-1, 0, 0; 0, 1, 0; 0, 0, 1
85
86sensor:modalias:acpi:INVN6500*:dmi:*svnASUSTeK*:*pnT100TA*
87 ACCEL_MOUNT_MATRIX=1, 0, 0; 0, -1, 0; 0, 0, 1
88
dd1d57b0
HG
89sensor:modalias:acpi:INVN6500*:dmi:*svnASUSTeK*:pnT200TA*
90 ACCEL_MOUNT_MATRIX=1, 0, 0; 0, -1, 0; 0, 0, 1
91
2af83a2e
VL
92sensor:modalias:acpi:INVN6500*:dmi:*svnASUSTeK*:*pnTP201SA*
93 ACCEL_MOUNT_MATRIX=0, -1, 0; -1, 0, 0; 0, 0, 1
94
ff9d955b
FL
95sensor:modalias:acpi:INVN6500*:dmi:*svnASUSTeK*:pn*E205SA*
96 ACCEL_MOUNT_MATRIX=0, -1, 0; -1, 0, 0; 0, 0, 1
97
28da8a9f
SDR
98sensor:modalias:acpi:INVN6500*:dmi:*svn*ASUSTeK*:*pn*TP300LA*
99 ACCEL_MOUNT_MATRIX=0, 1, 0; 1, 0, 0; 0, 0, 1
100
d74c1dea
TS
101sensor:modalias:acpi:INVN6500*:dmi:*svn*ASUSTeK*:*pn*TP300LD*
102 ACCEL_MOUNT_MATRIX=0, 1, 0; 1, 0, 0; 0, 0, 1
103
40591b41
PS
104sensor:modalias:acpi:SMO8500*:dmi:*svn*ASUSTeK*:*pn*TP300LJ*
105 ACCEL_MOUNT_MATRIX=0, -1, 0; -1, 0, 0; 0, 0, 1
106
b391a8d8
GB
107sensor:modalias:acpi:SMO8500*:dmi:*svn*ASUSTeK*:*pn*TP500LB*
108 ACCEL_MOUNT_MATRIX=0, 1, 0; 1, 0, 0; 0, 0, 1
109
ae934a73 110sensor:modalias:acpi:SMO8500*:dmi:*svn*ASUSTeK*:*pn*TP300LD*
e9ee721a 111 ACCEL_MOUNT_MATRIX=0, -1, 0; -1, 0, 0; 0, 0, 1
ae934a73 112
d3051e78
EK
113sensor:modalias:acpi:BOSC0200*:dmi:*svn*ASUSTeK*:*pn*TP412UA*
114 ACCEL_MOUNT_MATRIX=0, -1, 0; 1, 0, 0; 0, 0, 1
115
3a26bc1d
HG
116#########################################
117# Axxo
118#########################################
119sensor:modalias:acpi:SMO8500*:dmi:*:svnStandard:pnWCBT1011:*
120 ACCEL_MOUNT_MATRIX=-1, 0, 0; 0, 1, 0; 0, 0, 1
121
7ab6111f
HG
122#########################################
123# Chuwi
124#########################################
125
016d5f6f
HG
126# Chuwi Vi8 (CWI506)
127sensor:modalias:acpi:BMA250E*:dmi:bvnINSYDECorp.:bvrCHUWI.D86JLBNR*:svnInsyde:pni86:*
128 ACCEL_MOUNT_MATRIX=0, -1, 0; -1, 0, 0; 0, 0, 1
129
130# Chuwi Vi8 Plus (CWI519)
7ab6111f
HG
131sensor:modalias:acpi:BOSC0200*:dmi:*:svnHampoo:pnD2D3_Vi8A1:*
132 ACCEL_MOUNT_MATRIX=0, -1, 0; -1, 0, 0; 0, 0, 1
133
2a2fcbee
HG
134# Chuwi Hi8 Pro
135sensor:modalias:acpi:BOSC0200*:dmi:*:svnHampoo:pnX1D3_C806N:*
136 ACCEL_MOUNT_MATRIX=0, -1, 0; -1, 0, 0; 0, 0, 1
137
c6111112
SDR
138# Chuwi Hi10 Pro
139sensor:modalias:acpi:BOSC0200*:dmi:*:svn*CHUWIINNOVATIONANDTECHNOLOGY*:pnHi10protablet:*
140 ACCEL_MOUNT_MATRIX=0, -1, 0; -1, 0, 0; 0, 0, 1
141
a2896612
GL
142# Chuwi Hi12
143sensor:modalias:acpi:BOSC0200*:dmi:*:svnHampoo:pnP02BD6_HI-122LP:*
144 ACCEL_MOUNT_MATRIX=1, 0, 0; 0, -1, 0; 0, 0, 1
145
c70b51a7 146# Chuwi Hi13
147sensor:modalias:acpi:KIOX000A*:dmi:svnChuwi*:pnHi13
148 ACCEL_MOUNT_MATRIX=1, 0, 0; 0, -1, 0; 0, 0, 1
149
7c3bdf54 150# Chuwi HiBook
534ab2ea
VV
151# Chuwi HiBook does not have its product name filled, so we
152# match the entire dmi-alias, assuming that the use of a BOSC0200 +
153# bios-version + bios-date combo is unique
154sensor:modalias:acpi:BOSC0200*:dmi:bvnAmericanMegatrendsInc.:bvr5.11:bd05/07/2016:svnDefaultstring:pnDefaultstring:pvrDefaultstring:rvnHampoo:rnCherryTrailCR:rvrDefaultstring:cvnDefaultstring:ct3:cvrDefaultstring:
312fe35a 155sensor:modalias:acpi:BOSC0200*:dmi:bvnAmericanMegatrendsInc.:bvr5.11:bd05/28/2016:svnDefaultstring:pnDefaultstring:pvrDefaultstring:rvnHampoo:rnCherryTrailCR:rvrDefaultstring:cvnDefaultstring:ct3:cvrDefaultstring:
27c1decf 156 ACCEL_MOUNT_MATRIX=1, 0, 0; 0, -1, 0; 0, 0, 1
7c3bdf54 157
7ab6111f
HG
158#########################################
159# Cube
160#########################################
161
162# Cube iWork8 Air
163sensor:modalias:acpi:KIOX000A*:dmi:*:svncube:pni1-TF:*
164 ACCEL_MOUNT_MATRIX=1, 0, 0; 0, -1, 0; 0, 0, 1
165
53349ea7
DG
166# Cube i7 Stylus
167sensor:modalias:acpi:KIOX000A*:dmi:*:svnCube:pni7Stylus:*
168 ACCEL_MOUNT_MATRIX=-1, 0, 0; 0, 1, 0; 0, 0, 1
169
82cb27cf
OM
170# Cube i7 Book (i16)
171sensor:modalias:acpi:KIOX000A*:dmi:*:svnCube:pni16:*
172 ACCEL_MOUNT_MATRIX=-1, 0, 0; 0, 1, 0; 0, 0, 1
173
2b3df196
RSA
174# Cube i7 Stylus I8L Model
175sensor:modalias:acpi:KIOX000A*:dmi:*:svnCube:pni8-L:*
176 ACCEL_MOUNT_MATRIX=-1, 0, 0; 0, 1, 0; 0, 0, 1
177
839e7ac2
HG
178#########################################
179# Cytrix (Mytrix)
180#########################################
181sensor:modalias:acpi:*KIOX000A*:dmi:*svn*CytrixTechnology:*pn*Complex11t*
182 ACCEL_MOUNT_MATRIX=-1, 0, 0; 0, 1, 0; 0, 0, 1
183
dba601ac
R
184#########################################
185# DEXP
186#########################################
187sensor:modalias:acpi:SMO8500*:dmi:*svn*DEXP*:*pn*DEXPOEM*
188 ACCEL_MOUNT_MATRIX=0, -1, 0; -1, 0, 0; 0, 0, 1
189
ebf482e7
DD
190#########################################
191# Endless
192#########################################
193sensor:modalias:acpi:ACCE0001*:dmi:*svnEndless*:*pnELT-NL3*
194 ACCEL_MOUNT_MATRIX=0, 1, 0; 0, 0, -1; -1, 0, 0
195
fc17f194
DL
196#########################################
197# Eve Technology
198#########################################
199sensor:modalias:acpi:KIOX000A*:dmi:*:svnEVE*:pnEveV:*
200 ACCEL_MOUNT_MATRIX=0, 1, 0; -1, 0, 0; 0, 0, 1
201
7ab6111f
HG
202#########################################
203# GP-electronic
204#########################################
205sensor:modalias:acpi:KIOX000A*:dmi:bvnINSYDECorp.:bvrBYT70A.YNCHENG.WIN.007:*:svnInsyde:pnT701:*
14d89e32 206 ACCEL_MOUNT_MATRIX=0, -1, 0; -1, 0, 0; 0, 0, 1
7ab6111f 207
128e6266
TA
208#########################################
209# HP
210#########################################
211sensor:modalias:platform:lis3lv02d:dmi:*svn*Hewlett-Packard*:*pn*HPEliteBook8540w*
212sensor:modalias:platform:lis3lv02d:dmi:*svn*Hewlett-Packard*:*pn*HPEliteBook8560w*
213 ACCEL_MOUNT_MATRIX=1, 0, 0; 0, 0, -1; 0, 1, 0
214
7ab6111f 215sensor:modalias:acpi:SMO8500*:dmi:*:svnHewlett-Packard:pnHPStream7Tablet:*
79f3cd2b 216sensor:modalias:acpi:SMO8500*:dmi:*:svnHewlett-Packard:pnHPStream8Tablet:*
7ab6111f
HG
217 ACCEL_MOUNT_MATRIX=0, 1, 0; 1, 0, 0; 0, 0, 1
218
219#########################################
220# I.T.Works
221#########################################
222
223# The I.T.Works TW891 2-in-1's DMI has the product-name field set, but not
224# the sys-vendor field. This makes the DMI data a bit generic, so we match
225# the whole dmi modalias, except for the BIOS version/date
226sensor:modalias:acpi:KIOX000A*:dmi:bvnAmericanMegatrendsInc.:*:svnTobefilledbyO.E.M.:pnTW891:pvrTobefilledbyO.E.M.:rvnTobefilledbyO.E.M.:rnTW891:rvr1.0:cvnToBeFilledByO.E.M.:ct3:cvrToBeFilledByO.E.M.:
227 ACCEL_MOUNT_MATRIX=0, 1, 0; 1, 0, 0; 0, 0, 1
228
03994fa2
HG
229# I.T.Works TW701 7" windows tablet, same hw as Trekstor ST70416-6
230sensor:modalias:acpi:BMA250*:dmi:*:bvritWORKS.G.WI71C.JGBMRB*:*:svnInsyde:pni71c:*
231 ACCEL_MOUNT_MATRIX=0, 1, 0; 1, 0, 0; 0, 0, 1
232
839e7ac2
HG
233#########################################
234# iOTA 360
235#########################################
236sensor:modalias:acpi:KIOX000A*:dmi:*svn*iOTA*:*pn*IOTA2210*
237 ACCEL_MOUNT_MATRIX=0, -1, 0; -1, 0, 0; 0, 0, 1
238
7ab6111f
HG
239#########################################
240# Jumper
241#########################################
242
243# EZpad mini 3
244sensor:modalias:acpi:BOSC0200*:dmi:bvnINSYDECorp.:bvrjumperx.T87.KFBNEE*
245 ACCEL_MOUNT_MATRIX=0, -1, 0; -1, 0, 0; 0, 0, 1
246
47628ee1
LB
247# EZpad 6 Pro
248sensor:modalias:acpi:BOSC0200*:dmi:*:svnJumper:pnEZpad:*:rvr.A006:*
249 ACCEL_MOUNT_MATRIX=-1, 0, 0; 0, -1, 0; 0, 0, 1
250
d5a21d85
HG
251#########################################
252# Kazam
253#########################################
254sensor:modalias:acpi:KIOX000A*:dmi:bvnINSYDECorp.:bvrVISION.I22K*:svnKAZAM:pnVISION:*
255 ACCEL_MOUNT_MATRIX=0, 1, 0; 1, 0, 0; 0, 0, 1
256
7ab6111f
HG
257#########################################
258# Lamina
259#########################################
260sensor:modalias:acpi:SMO8500*:dmi:*svnLamina*:*pnT701BR.SE*
261 ACCEL_MOUNT_MATRIX=-1, 0, 0; 0, 1, 0; 0, 0, 1
262
20d8b122
ML
263sensor:modalias:acpi:KIOX000A*:dmi:*svnLAMINA:pnT-1016BNORD*
264 ACCEL_MOUNT_MATRIX=0, 1, 0; 1, 0, 0; 0, 0, 1
265
586377fc 266#########################################
267# Lenovo
268#########################################
269sensor:modalias:acpi:NCPE0388*:dmi:*:rnLenovoYOGA510-14IKB:*
270 ACCEL_MOUNT_MATRIX=-1, 0, 0; 0, -1, 0; 0, 0, 1
271
5cfde7ad
LKS
272sensor:modalias:acpi:BOSC0200:BOSC0200:dmi:*ThinkPadYoga11e3rdGen*
273 ACCEL_MOUNT_MATRIX=0, 1, 0; -1, 0, 0; 0, 0, 1
274
51aa8826 275# Miix3-1030
575cfb62
MS
276sensor:modalias:acpi:BMA250E*:dmi:bvnLENOVO:*:pvrLenovoMIIX3-1030:*
277 ACCEL_MOUNT_MATRIX=0, -1, 0; -1, 0, 0; 0, 0, 1
278
597f0cec
MH
279# Miix3-830
280sensor:modalias:acpi:SMO8500*:dmi:bvnLENOVO:*:pvrLenovoMIIX3-830:*
281 ACCEL_MOUNT_MATRIX=-1, 0, 0; 0, 1, 0; 0, 0, 1
282
d167ea98
HG
283# IdeaPad Miix 310 note this only is for BIOS version (bvr) 1HCN4?WW, which has
284# a portrait LCD panel, versions with bvr 1HCN3?WW have a landscape panel
285sensor:modalias:acpi:KIOX000A*:dmi:bvnLENOVO:bvr1HCN4?WW:*:svnLENOVO:pn80SG:*
286 ACCEL_MOUNT_MATRIX=0, 1, 0; 1, 0, 0; 0, 0, 1
287
34ee3102 288# IdeaPad Miix 320, different batches use a different sensor
51aa8826 289sensor:modalias:acpi:*BOSC0200*:dmi:*:svnLENOVO*:pn80XF:*
34ee3102 290sensor:modalias:acpi:SMO8840*:dmi:*:svnLENOVO:pn80XF:pvrLenovoMIIX320*
51aa8826 291 ACCEL_MOUNT_MATRIX=0, -1, 0; -1, 0, 0; 0, 0, 1
292
4b650021
PH
293# IdeaPad Miix 510
294sensor:modalias:acpi:*BOSC0200*:dmi:*:svnLENOVO*:pn80XE:*
295 ACCEL_MOUNT_MATRIX=0, -1, 0; -1, 0, 0; 0, 0, 1
296
0a186735
PM
297#########################################
298# LINX
299#########################################
300
301# Linx 1010B
302sensor:modalias:acpi:BOSC0200*:dmi:*:svnLINX*:pnLINX1010B:*
303 ACCEL_MOUNT_MATRIX=-1, 0, 0; 0, 1, 0; 0, 0, -1
304
dc6e5724 305# Linx 12X64
e115ca97 306sensor:modalias:acpi:KIOX000A*:dmi:*:svnLINX*:pnLINX12X64:*
dc6e5724 307 ACCEL_MOUNT_MATRIX=0, 1, 0; 1, 0, 0; 0, 0, 1
308
366b21ef
HG
309#########################################
310# MSI
311#########################################
312sensor:modalias:acpi:SMO8500*:dmi:*:svnMicro-StarInternationalCo.,Ltd.:pnS100:*
313 ACCEL_MOUNT_MATRIX=0, -1, 0; 1, 0, 0; 0, 0, 1
314
fb5881bf
HG
315#########################################
316# Nuvision (TMax)
317#########################################
318sensor:modalias:acpi:KIOX000A*:dmi:*:svnTMAX:pnTM800W560L:*
319 ACCEL_MOUNT_MATRIX=1, 0, 0; 0, -1, 0; 0, 0, 1
320
3ecb1077
HG
321#########################################
322# Onda
323#########################################
324sensor:modalias:acpi:BMA250E*:dmi:bvnINSYDECorp.:bvrONDA.D89*:svnInsyde:pnONDATablet:*
325sensor:modalias:acpi:BMA250E*:dmi:bvnINSYDECorp.:bvrONDA.W89*:svnInsyde:pnONDATablet:*
326 ACCEL_MOUNT_MATRIX=0, -1, 0; -1, 0, 0; 0, 0, 1
327
7ab6111f
HG
328#########################################
329# Peaq
330#########################################
331sensor:modalias:acpi:SMO8500*:dmi:*:svnPEAQ:pnPEAQPMMC1010MD99187:*
332 ACCEL_MOUNT_MATRIX=-1, 0, 0; 0, 1, 0; 0, 0, 1
333
334#########################################
335# Pipo
336#########################################
337sensor:modalias:acpi:KIOX000A*:dmi:*:svnPIPO:pnW2S:*
338 ACCEL_MOUNT_MATRIX=1, 0, 0; 0, -1, 0; 0, 0, 1
339
86f8fd71
HG
340# Pipo W4
341sensor:modalias:acpi:SMO8500*:dmi:*:bvrV8L_WIN32_CHIPHD_*_DX:*:rvnAMICorporation:rnAptioCRB:*
342 ACCEL_MOUNT_MATRIX=0, -1, 0; -1, 0, 0; 0, 0, 1
343
7ab6111f
HG
344#########################################
345# Ployer
346#########################################
347sensor:modalias:acpi:BMA250E*:dmi:*:svnShenzhenPLOYER*:pnMOMO7W:*
348 ACCEL_MOUNT_MATRIX=0, 1, 0; 1, 0, 0; 0, 0, 1
349
350#########################################
351# Point of View
352#########################################
353
354# The Point of View TAB-P800W does not have its product name filled, so we
355# match the entire dmi-alias, assuming that the use of a BMA250E +
356# bios-version + bios-date combo is unique
357sensor:modalias:acpi:BMA250E*:dmi:bvnAmericanMegatrendsInc.:bvr3BAIR1013:bd08/22/2014:svnTobefilledbyO.E.M.:pnTobefilledbyO.E.M.:pvrTobefilledbyO.E.M.:rvnAMICorporation:rnAptioCRB:rvrTobefilledbyO.E.M.:cvnToBeFilledByO.E.M.:ct3:cvrToBeFilledByO.E.M.:
b870058f 358sensor:modalias:acpi:BMA250E*:dmi:bvnAmericanMegatrendsInc.:bvr3BAIR1014:bd10/24/2014:svnTobefilledbyO.E.M.:pnTobefilledbyO.E.M.:pvrTobefilledbyO.E.M.:rvnAMICorporation:rnAptioCRB:rvrTobefilledbyO.E.M.:cvnToBeFilledByO.E.M.:ct3:cvrToBeFilledByO.E.M.:
7ab6111f
HG
359 ACCEL_MOUNT_MATRIX=0, 1, 0; 1, 0, 0; 0, 0, 1
360
0611b8f0
HG
361#########################################
362# Teclast
363#########################################
364sensor:modalias:acpi:KIOX000A*:dmi:*:svnTECLAST:pnX80Pro:*
365 ACCEL_MOUNT_MATRIX=0, 1, 0; 1, 0, 0; 0, 0, 1
366
04a0ea93
PC
367sensor:modalias:acpi:KIOX000A*:dmi:*:svnTECLAST:pnX98PlusII:*
368 ACCEL_MOUNT_MATRIX=1, 0, 0; 0, -1, 0; 0, 0, 1
369
7ab6111f
HG
370#########################################
371# Trekstor
372#########################################
373sensor:modalias:acpi:BMA250*:dmi:*:bvrTREK.G.WI71C.JGBMRBA*:*:svnInsyde:pnST70416-6:*
66500345 374sensor:modalias:acpi:BMA250*:dmi:*:bvrTREK.G.WI71C.JGBMRBA*:*:svnTrekStor:pnSurfTabwintron7.0ST70416-6:*
7ab6111f 375 ACCEL_MOUNT_MATRIX=0, 1, 0; 1, 0, 0; 0, 0, 1
fd2f44a2 376
e672513a
MS
377#########################################
378# Umax
379#########################################
380sensor:modalias:acpi:SMO8500*:dmi:*:svnUMAX:pnVisionBook10WiPlus:*
381 ACCEL_MOUNT_MATRIX=0, -1, 0; -1, 0, 0; 0, 0, 1
382
fd2f44a2
HG
383#########################################
384# Yours
385#########################################
386sensor:modalias:acpi:BMA250E*:dmi:*:svnYOURS:pnY8W81:*
387 ACCEL_MOUNT_MATRIX=0, -1, 0; -1, 0, 0; 0, 0, 1