Commit 4e70598c3b56e6fec551454c495d4d4025834749
Committed by
Linus Torvalds
1 parent
841a23ae1e
Exists in
master
and in
39 other branches
hp_accel: add quirks for HP ProBook 532x and HP Mini 5102
Added missing axis-mapping for HP ProBook 532x and HP Mini 5102. Signed-off-by: Takashi Iwai <tiwai@suse.de> Cc: Eric Piel <eric.piel@tremplin-utc.net> Cc: <stable@kernel.org> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Showing 1 changed file with 2 additions and 0 deletions Side-by-side Diff
drivers/hwmon/hp_accel.c
... | ... | @@ -221,6 +221,8 @@ |
221 | 221 | AXIS_DMI_MATCH("HPB442x", "HP ProBook 442", xy_rotated_left), |
222 | 222 | AXIS_DMI_MATCH("HPB452x", "HP ProBook 452", y_inverted), |
223 | 223 | AXIS_DMI_MATCH("HPB522x", "HP ProBook 522", xy_swap), |
224 | + AXIS_DMI_MATCH("HPB532x", "HP ProBook 532", y_inverted), | |
225 | + AXIS_DMI_MATCH("Mini5102", "HP Mini 5102", xy_rotated_left_usd), | |
224 | 226 | { NULL, } |
225 | 227 | /* Laptop models without axis info (yet): |
226 | 228 | * "NC6910" "HP Compaq 6910" |