| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
Model number NES11-C432SSA
|
|
|
|
|
|
| |
Extracted from #12654
Fixes: #12654
|
| |
|
| |
|
|
|
|
| |
Based on https://github.com/systemd/systemd/pull/14296#issuecomment-567159538.
|
| |
|
|
|
|
|
| |
Since up to now all known Akoya E* models have the same Matrix, we assume all
other Akoya E* models work the same.
|
| |
|
| |
|
|
|
|
|
| |
Add a quirk to fix the accelerometer orientation on the Thundersoft
TST168 tablet.
|
| |
|
|
|
|
| |
Add a quirk to fix the accelerometer orientation on the Teclast X89 tablet.
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.:
|
| |
|
|
|
|
|
| |
This laptop uses the accelerometer as a freefall sensor, so mark it as
in base to prevent screen rotation.
|
|
|
|
|
| |
Add a quirk to fix the accelerometer orientation on the Wortmann
Terra Pad 1061 tablet.
|
|
|
|
|
| |
Add sensor orientation quirk for the Medion Akoya E2215T so that
desktop-environments show their graphics the right way up.
|
| |
|
|
|
| |
See issue #13732
|
|
As in the parent commit, this makes the name consistent with the
rest of the source tree and the actuall installation path.
|