Commit af19611c4dad0dc5139a81d4a5ca352d21f904d6
Committed by
Linus Torvalds
1 parent
a03018ff71
Exists in
master
and in
7 other branches
lis3: add support for the HP EliteBook 8530w
Correct orientation for HP EliteBook 8530w. Reported-by: Jörgen Jonssson <jorgen.jonsson@saitek.se> Signed-off-by: Éric Piel <eric.piel@tremplin-utc.net> Cc: Pavel Machek <pavel@ucw.cz> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Showing 1 changed file with 1 additions and 0 deletions Side-by-side Diff
drivers/hwmon/hp_accel.c
... | ... | @@ -203,6 +203,7 @@ |
203 | 203 | AXIS_DMI_MATCH("NC6710x", "HP Compaq 6710", xy_swap_yz_inverted), |
204 | 204 | AXIS_DMI_MATCH("NC6715x", "HP Compaq 6715", y_inverted), |
205 | 205 | AXIS_DMI_MATCH("NC693xx", "HP EliteBook 693", xy_rotated_right), |
206 | + AXIS_DMI_MATCH("NC693xx", "HP EliteBook 853", xy_swap), | |
206 | 207 | /* Intel-based HP Pavilion dv5 */ |
207 | 208 | AXIS_DMI_MATCH2("HPDV5_I", |
208 | 209 | PRODUCT_NAME, "HP Pavilion dv5", |