]> git.ipfire.org Git - thirdparty/systemd.git/blame - hwdb/60-sensor.hwdb
nspawn: suppress one more log message when --quiet is passed
[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
a4d08d24
HG
134# Chuwi Vi10 (CWI505)
135sensor:modalias:acpi:BMA250E*:dmi:bvnINSYDECorp.:bvrG1D_S165*:svnilife:pnS165:*
136 ACCEL_MOUNT_MATRIX=0, 1, 0; 1, 0, 0; 0, 0, 1
137
138# Chuwi Hi8 Pro (CWI513)
2a2fcbee
HG
139sensor:modalias:acpi:BOSC0200*:dmi:*:svnHampoo:pnX1D3_C806N:*
140 ACCEL_MOUNT_MATRIX=0, -1, 0; -1, 0, 0; 0, 0, 1
141
c6111112
SDR
142# Chuwi Hi10 Pro
143sensor:modalias:acpi:BOSC0200*:dmi:*:svn*CHUWIINNOVATIONANDTECHNOLOGY*:pnHi10protablet:*
144 ACCEL_MOUNT_MATRIX=0, -1, 0; -1, 0, 0; 0, 0, 1
145
a2896612
GL
146# Chuwi Hi12
147sensor:modalias:acpi:BOSC0200*:dmi:*:svnHampoo:pnP02BD6_HI-122LP:*
148 ACCEL_MOUNT_MATRIX=1, 0, 0; 0, -1, 0; 0, 0, 1
149
c70b51a7 150# Chuwi Hi13
151sensor:modalias:acpi:KIOX000A*:dmi:svnChuwi*:pnHi13
152 ACCEL_MOUNT_MATRIX=1, 0, 0; 0, -1, 0; 0, 0, 1
153
7c3bdf54 154# Chuwi HiBook
534ab2ea
VV
155# Chuwi HiBook does not have its product name filled, so we
156# match the entire dmi-alias, assuming that the use of a BOSC0200 +
157# bios-version + bios-date combo is unique
158sensor:modalias:acpi:BOSC0200*:dmi:bvnAmericanMegatrendsInc.:bvr5.11:bd05/07/2016:svnDefaultstring:pnDefaultstring:pvrDefaultstring:rvnHampoo:rnCherryTrailCR:rvrDefaultstring:cvnDefaultstring:ct3:cvrDefaultstring:
312fe35a 159sensor:modalias:acpi:BOSC0200*:dmi:bvnAmericanMegatrendsInc.:bvr5.11:bd05/28/2016:svnDefaultstring:pnDefaultstring:pvrDefaultstring:rvnHampoo:rnCherryTrailCR:rvrDefaultstring:cvnDefaultstring:ct3:cvrDefaultstring:
27c1decf 160 ACCEL_MOUNT_MATRIX=1, 0, 0; 0, -1, 0; 0, 0, 1
7c3bdf54 161
7ab6111f 162#########################################
f0545adc
HG
163# Connect
164#########################################
165sensor:modalias:acpi:KIOX000A*:dmi:*:svnConnect:pnTablet9:*
166 ACCEL_MOUNT_MATRIX=0, 1, 0; 1, 0, 0; 0, 0, 1
167
168#########################################
7ab6111f
HG
169# Cube
170#########################################
171
172# Cube iWork8 Air
173sensor:modalias:acpi:KIOX000A*:dmi:*:svncube:pni1-TF:*
174 ACCEL_MOUNT_MATRIX=1, 0, 0; 0, -1, 0; 0, 0, 1
175
53349ea7
DG
176# Cube i7 Stylus
177sensor:modalias:acpi:KIOX000A*:dmi:*:svnCube:pni7Stylus:*
178 ACCEL_MOUNT_MATRIX=-1, 0, 0; 0, 1, 0; 0, 0, 1
179
82cb27cf
OM
180# Cube i7 Book (i16)
181sensor:modalias:acpi:KIOX000A*:dmi:*:svnCube:pni16:*
182 ACCEL_MOUNT_MATRIX=-1, 0, 0; 0, 1, 0; 0, 0, 1
183
2b3df196
RSA
184# Cube i7 Stylus I8L Model
185sensor:modalias:acpi:KIOX000A*:dmi:*:svnCube:pni8-L:*
186 ACCEL_MOUNT_MATRIX=-1, 0, 0; 0, 1, 0; 0, 0, 1
187
af2217a7
A
188# Cube iWork 10 Flagship
189sensor:modalias:acpi:BOSC0200*:dmi:*:svnCube:pnI15-TC:*
190 ACCEL_MOUNT_MATRIX=1, 0, 0; 0, -1, 0; 0, 0, 1
191
839e7ac2
HG
192#########################################
193# Cytrix (Mytrix)
194#########################################
195sensor:modalias:acpi:*KIOX000A*:dmi:*svn*CytrixTechnology:*pn*Complex11t*
196 ACCEL_MOUNT_MATRIX=-1, 0, 0; 0, 1, 0; 0, 0, 1
197
dba601ac
R
198#########################################
199# DEXP
200#########################################
201sensor:modalias:acpi:SMO8500*:dmi:*svn*DEXP*:*pn*DEXPOEM*
202 ACCEL_MOUNT_MATRIX=0, -1, 0; -1, 0, 0; 0, 0, 1
203
ebf482e7
DD
204#########################################
205# Endless
206#########################################
207sensor:modalias:acpi:ACCE0001*:dmi:*svnEndless*:*pnELT-NL3*
208 ACCEL_MOUNT_MATRIX=0, 1, 0; 0, 0, -1; -1, 0, 0
209
fc17f194
DL
210#########################################
211# Eve Technology
212#########################################
213sensor:modalias:acpi:KIOX000A*:dmi:*:svnEVE*:pnEveV:*
214 ACCEL_MOUNT_MATRIX=0, 1, 0; -1, 0, 0; 0, 0, 1
215
7ab6111f
HG
216#########################################
217# GP-electronic
218#########################################
219sensor:modalias:acpi:KIOX000A*:dmi:bvnINSYDECorp.:bvrBYT70A.YNCHENG.WIN.007:*:svnInsyde:pnT701:*
14d89e32 220 ACCEL_MOUNT_MATRIX=0, -1, 0; -1, 0, 0; 0, 0, 1
7ab6111f 221
128e6266
TA
222#########################################
223# HP
224#########################################
225sensor:modalias:platform:lis3lv02d:dmi:*svn*Hewlett-Packard*:*pn*HPEliteBook8540w*
226sensor:modalias:platform:lis3lv02d:dmi:*svn*Hewlett-Packard*:*pn*HPEliteBook8560w*
227 ACCEL_MOUNT_MATRIX=1, 0, 0; 0, 0, -1; 0, 1, 0
228
7ab6111f 229sensor:modalias:acpi:SMO8500*:dmi:*:svnHewlett-Packard:pnHPStream7Tablet:*
79f3cd2b 230sensor:modalias:acpi:SMO8500*:dmi:*:svnHewlett-Packard:pnHPStream8Tablet:*
7ab6111f
HG
231 ACCEL_MOUNT_MATRIX=0, 1, 0; 1, 0, 0; 0, 0, 1
232
a8b33d5c
HG
233# HP Pavillion X2 10-n000nd
234sensor:modalias:i2c:bmc150_accel:dmi:*:svnHewlett-Packard:pnHPPavilionx2Detachable:*:rn815D:*
235 ACCEL_MOUNT_MATRIX=0, -1, 0; -1, 0, 0; 0, 0, 1
236
7ab6111f
HG
237#########################################
238# I.T.Works
239#########################################
240
241# The I.T.Works TW891 2-in-1's DMI has the product-name field set, but not
242# the sys-vendor field. This makes the DMI data a bit generic, so we match
243# the whole dmi modalias, except for the BIOS version/date
244sensor: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.:
245 ACCEL_MOUNT_MATRIX=0, 1, 0; 1, 0, 0; 0, 0, 1
246
03994fa2
HG
247# I.T.Works TW701 7" windows tablet, same hw as Trekstor ST70416-6
248sensor:modalias:acpi:BMA250*:dmi:*:bvritWORKS.G.WI71C.JGBMRB*:*:svnInsyde:pni71c:*
249 ACCEL_MOUNT_MATRIX=0, 1, 0; 1, 0, 0; 0, 0, 1
250
839e7ac2
HG
251#########################################
252# iOTA 360
253#########################################
254sensor:modalias:acpi:KIOX000A*:dmi:*svn*iOTA*:*pn*IOTA2210*
255 ACCEL_MOUNT_MATRIX=0, -1, 0; -1, 0, 0; 0, 0, 1
256
7ab6111f
HG
257#########################################
258# Jumper
259#########################################
260
261# EZpad mini 3
262sensor:modalias:acpi:BOSC0200*:dmi:bvnINSYDECorp.:bvrjumperx.T87.KFBNEE*
263 ACCEL_MOUNT_MATRIX=0, -1, 0; -1, 0, 0; 0, 0, 1
264
47628ee1
LB
265# EZpad 6 Pro
266sensor:modalias:acpi:BOSC0200*:dmi:*:svnJumper:pnEZpad:*:rvr.A006:*
267 ACCEL_MOUNT_MATRIX=-1, 0, 0; 0, -1, 0; 0, 0, 1
268
d5a21d85
HG
269#########################################
270# Kazam
271#########################################
272sensor:modalias:acpi:KIOX000A*:dmi:bvnINSYDECorp.:bvrVISION.I22K*:svnKAZAM:pnVISION:*
273 ACCEL_MOUNT_MATRIX=0, 1, 0; 1, 0, 0; 0, 0, 1
274
7ab6111f
HG
275#########################################
276# Lamina
277#########################################
278sensor:modalias:acpi:SMO8500*:dmi:*svnLamina*:*pnT701BR.SE*
279 ACCEL_MOUNT_MATRIX=-1, 0, 0; 0, 1, 0; 0, 0, 1
280
20d8b122
ML
281sensor:modalias:acpi:KIOX000A*:dmi:*svnLAMINA:pnT-1016BNORD*
282 ACCEL_MOUNT_MATRIX=0, 1, 0; 1, 0, 0; 0, 0, 1
283
586377fc 284#########################################
285# Lenovo
286#########################################
287sensor:modalias:acpi:NCPE0388*:dmi:*:rnLenovoYOGA510-14IKB:*
288 ACCEL_MOUNT_MATRIX=-1, 0, 0; 0, -1, 0; 0, 0, 1
289
5cfde7ad
LKS
290sensor:modalias:acpi:BOSC0200:BOSC0200:dmi:*ThinkPadYoga11e3rdGen*
291 ACCEL_MOUNT_MATRIX=0, 1, 0; -1, 0, 0; 0, 0, 1
292
51aa8826 293# Miix3-1030
575cfb62
MS
294sensor:modalias:acpi:BMA250E*:dmi:bvnLENOVO:*:pvrLenovoMIIX3-1030:*
295 ACCEL_MOUNT_MATRIX=0, -1, 0; -1, 0, 0; 0, 0, 1
296
597f0cec
MH
297# Miix3-830
298sensor:modalias:acpi:SMO8500*:dmi:bvnLENOVO:*:pvrLenovoMIIX3-830:*
299 ACCEL_MOUNT_MATRIX=-1, 0, 0; 0, 1, 0; 0, 0, 1
300
d167ea98
HG
301# IdeaPad Miix 310 note this only is for BIOS version (bvr) 1HCN4?WW, which has
302# a portrait LCD panel, versions with bvr 1HCN3?WW have a landscape panel
303sensor:modalias:acpi:KIOX000A*:dmi:bvnLENOVO:bvr1HCN4?WW:*:svnLENOVO:pn80SG:*
304 ACCEL_MOUNT_MATRIX=0, 1, 0; 1, 0, 0; 0, 0, 1
305
34ee3102 306# IdeaPad Miix 320, different batches use a different sensor
51aa8826 307sensor:modalias:acpi:*BOSC0200*:dmi:*:svnLENOVO*:pn80XF:*
34ee3102 308sensor:modalias:acpi:SMO8840*:dmi:*:svnLENOVO:pn80XF:pvrLenovoMIIX320*
51aa8826 309 ACCEL_MOUNT_MATRIX=0, -1, 0; -1, 0, 0; 0, 0, 1
310
4b650021
PH
311# IdeaPad Miix 510
312sensor:modalias:acpi:*BOSC0200*:dmi:*:svnLENOVO*:pn80XE:*
313 ACCEL_MOUNT_MATRIX=0, -1, 0; -1, 0, 0; 0, 0, 1
314
0a186735
PM
315#########################################
316# LINX
317#########################################
318
319# Linx 1010B
320sensor:modalias:acpi:BOSC0200*:dmi:*:svnLINX*:pnLINX1010B:*
321 ACCEL_MOUNT_MATRIX=-1, 0, 0; 0, 1, 0; 0, 0, -1
322
dc6e5724 323# Linx 12X64
e115ca97 324sensor:modalias:acpi:KIOX000A*:dmi:*:svnLINX*:pnLINX12X64:*
dc6e5724 325 ACCEL_MOUNT_MATRIX=0, 1, 0; 1, 0, 0; 0, 0, 1
326
366b21ef
HG
327#########################################
328# MSI
329#########################################
330sensor:modalias:acpi:SMO8500*:dmi:*:svnMicro-StarInternationalCo.,Ltd.:pnS100:*
331 ACCEL_MOUNT_MATRIX=0, -1, 0; 1, 0, 0; 0, 0, 1
332
fb5881bf
HG
333#########################################
334# Nuvision (TMax)
335#########################################
336sensor:modalias:acpi:KIOX000A*:dmi:*:svnTMAX:pnTM800W560L:*
337 ACCEL_MOUNT_MATRIX=1, 0, 0; 0, -1, 0; 0, 0, 1
338
3ecb1077
HG
339#########################################
340# Onda
341#########################################
342sensor:modalias:acpi:BMA250E*:dmi:bvnINSYDECorp.:bvrONDA.D89*:svnInsyde:pnONDATablet:*
343sensor:modalias:acpi:BMA250E*:dmi:bvnINSYDECorp.:bvrONDA.W89*:svnInsyde:pnONDATablet:*
344 ACCEL_MOUNT_MATRIX=0, -1, 0; -1, 0, 0; 0, 0, 1
345
f253cee8
HG
346# Onda v975w, generic DMI strings, match entire dmi modalias inc. bios-date
347sensor:modalias:acpi:SMO8500*:dmi:bvnAmericanMegatrendsInc.:bvr5.6.5:bd07/25/2014:svnTobefilledbyO.E.M.:pnTobefilledbyO.E.M.:pvrTobefilledbyO.E.M.:rvnAMICorporation:rnAptioCRB:rvrTobefilledbyO.E.M.:cvnToBeFilledByO.E.M.:ct3:cvrToBeFilledByO.E.M.:
348 ACCEL_MOUNT_MATRIX=0, -1, 0; -1, 0, 0; 0, 0, 1
349
7ab6111f
HG
350#########################################
351# Peaq
352#########################################
353sensor:modalias:acpi:SMO8500*:dmi:*:svnPEAQ:pnPEAQPMMC1010MD99187:*
354 ACCEL_MOUNT_MATRIX=-1, 0, 0; 0, 1, 0; 0, 0, 1
355
356#########################################
357# Pipo
358#########################################
359sensor:modalias:acpi:KIOX000A*:dmi:*:svnPIPO:pnW2S:*
360 ACCEL_MOUNT_MATRIX=1, 0, 0; 0, -1, 0; 0, 0, 1
361
86f8fd71
HG
362# Pipo W4
363sensor:modalias:acpi:SMO8500*:dmi:*:bvrV8L_WIN32_CHIPHD_*_DX:*:rvnAMICorporation:rnAptioCRB:*
364 ACCEL_MOUNT_MATRIX=0, -1, 0; -1, 0, 0; 0, 0, 1
365
7ab6111f
HG
366#########################################
367# Ployer
368#########################################
369sensor:modalias:acpi:BMA250E*:dmi:*:svnShenzhenPLOYER*:pnMOMO7W:*
370 ACCEL_MOUNT_MATRIX=0, 1, 0; 1, 0, 0; 0, 0, 1
371
372#########################################
373# Point of View
374#########################################
375
376# The Point of View TAB-P800W does not have its product name filled, so we
377# match the entire dmi-alias, assuming that the use of a BMA250E +
378# bios-version + bios-date combo is unique
379sensor: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 380sensor: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
381 ACCEL_MOUNT_MATRIX=0, 1, 0; 1, 0, 0; 0, 0, 1
382
0611b8f0
HG
383#########################################
384# Teclast
385#########################################
386sensor:modalias:acpi:KIOX000A*:dmi:*:svnTECLAST:pnX80Pro:*
387 ACCEL_MOUNT_MATRIX=0, 1, 0; 1, 0, 0; 0, 0, 1
388
04a0ea93
PC
389sensor:modalias:acpi:KIOX000A*:dmi:*:svnTECLAST:pnX98PlusII:*
390 ACCEL_MOUNT_MATRIX=1, 0, 0; 0, -1, 0; 0, 0, 1
391
7ab6111f
HG
392#########################################
393# Trekstor
394#########################################
395sensor:modalias:acpi:BMA250*:dmi:*:bvrTREK.G.WI71C.JGBMRBA*:*:svnInsyde:pnST70416-6:*
66500345 396sensor:modalias:acpi:BMA250*:dmi:*:bvrTREK.G.WI71C.JGBMRBA*:*:svnTrekStor:pnSurfTabwintron7.0ST70416-6:*
7ab6111f 397 ACCEL_MOUNT_MATRIX=0, 1, 0; 1, 0, 0; 0, 0, 1
fd2f44a2 398
e672513a
MS
399#########################################
400# Umax
401#########################################
402sensor:modalias:acpi:SMO8500*:dmi:*:svnUMAX:pnVisionBook10WiPlus:*
403 ACCEL_MOUNT_MATRIX=0, -1, 0; -1, 0, 0; 0, 0, 1
404
fd2f44a2
HG
405#########################################
406# Yours
407#########################################
408sensor:modalias:acpi:BMA250E*:dmi:*:svnYOURS:pnY8W81:*
409 ACCEL_MOUNT_MATRIX=0, -1, 0; -1, 0, 0; 0, 0, 1