summaryrefslogtreecommitdiffstats
path: root/hwdb.d/60-sensor.hwdb (follow)
Commit message (Collapse)AuthorAgeFilesLines
* hwdb: add cube i7Rocka2020-02-271-0/+4
|
* fix ACCEL_MOUNT_MATRIX for Thinkpad Yoga 11e 3rd genLukas K2020-02-271-1/+1
| | | | | | | the modalias reported by udev is acpi:BOSC0200:BOSC0200: but the rules only matched acpi:BOSC0200:BOSC0200 (without the trailing colon) change to acpi:BOSC0200* as in other models
* hwdb: Fix rotation for Nuvision Encite Split 11James Buren2020-02-271-0/+4
| | | | Model number NES11-C432SSA
* hwbd: add Asus TP500LALennart Poettering2020-01-211-0/+1
| | | | | | Extracted from #12654 Fixes: #12654
* hwdb: merge identical entriesLennart Poettering2020-01-211-6/+0
|
* hwdb: fix whitespace issueLennart Poettering2020-01-211-2/+2
|
* hwdb: make comment more preciseZbigniew Jędrzejewski-Szmek2020-01-101-1/+1
| | | | Based on https://github.com/systemd/systemd/pull/14296#issuecomment-567159538.
* hwdb: 60-sensor.hwdb Chuwi Hi10 CWI515 accelerometer orientation.Rafa Couto2020-01-021-0/+4
|
* hwdb: assume all Medion Akoya E-models have the same matrixcvoinf2019-12-171-17/+6
| | | | | Since up to now all known Akoya E* models have the same Matrix, we assume all other Akoya E* models work the same.
* Added Trekstor Primetab S11BBenjamin Dahlhoff2019-12-161-0/+1
|
* Add Acer Spin 1 SP111-33 to sensor hwdbJin Park2019-12-151-0/+3
|
* hwdb: Add accel orientation quirk for Thundersoft TST168 tabletHans de Goede2019-12-151-0/+8
| | | | | Add a quirk to fix the accelerometer orientation on the Thundersoft TST168 tablet.
* Add Cube iWork 11 StylusYong Cong Sin2019-12-091-0/+4
|
* hwdb: Add accel orientation quirk for Teclast X89 tabletHans de Goede2019-12-011-0/+4
| | | | Add a quirk to fix the accelerometer orientation on the Teclast X89 tablet.
* hwdb: Sort 60-sensor.hwdb Teclast entries alphabeticallyHans de Goede2019-12-011-15/+17
| | | | | | Sort 60-sensor.hwdb Teclast entries alphabetically (by model name), and add a comment with the model name to the few entries which were missing this.
* hwdb: add accel sensor entry for Jumper EZpad GoJ. Xing2019-11-241-0/+4
| | | | | | | | | | | | | | | | | This commit fix the accelerometer orientation on the Jumper EZpad Go tablet. The tablet does not have its product name filled in dmi table, make the match string a bit generic. Here we assume that the use of a KIOX000A + bios-vendor + chassis-type combo is unique enough to match the currently available product in Jumper's x86 tablet series. For future reference, as in 2019, the tablet has a dmialias of: dmi:bvnAmericanMegatrendsInc.:bvrZB-BI-11.6-SF133AR200-059-J \ :bd05/21/2019:svnjumper:pnEZpad:pvrTobefilledbyO.E.M.:rvnTob \ efilledbyO.E.M.:rnTobefilledbyO.E.M.:rvrTobefilledbyO.E.M.:c \ vnTobefilledbyO.E.M.:ct31:cvrTobefilledbyO.E.M.:
* hwdb: Dell venue 10 pro 5055 accel mount matrix (#14104)ksbex2019-11-221-0/+4
|
* hwdb: Mark Intel Sensor Hub's accel sensor on Vostro 5581 as being in the baseKai-Heng Feng2019-11-111-0/+6
| | | | | This laptop uses the accelerometer as a freefall sensor, so mark it as in base to prevent screen rotation.
* hwdb: Add accel orientation quirk for Wortmann Terra Pad 1061Hans de Goede2019-11-111-0/+6
| | | | | Add a quirk to fix the accelerometer orientation on the Wortmann Terra Pad 1061 tablet.
* hwdb: Add Medion Akoya E2215T MD60198 sensor orientation quirkHans de Goede2019-10-211-0/+4
| | | | | Add sensor orientation quirk for the Medion Akoya E2215T so that desktop-environments show their graphics the right way up.
* Add Schneider SCT101CTM to sensor hwdbDaniel2019-10-211-0/+8
|
* Add Acer Switch SW312-31 to sensor hwdbRoadrunnerWMC2019-10-161-0/+3
| | | See issue #13732
* Rename udev's hwdb/ to hwdb.d/Zbigniew Jędrzejewski-Szmek2019-10-101-0/+583
As in the parent commit, this makes the name consistent with the rest of the source tree and the actuall installation path.