diff options
author | Ian E. Morgan <penguin.wrangler@gmail.com> | 2009-10-26 19:50:21 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2009-10-29 10:39:32 -0400 |
commit | 2545f038f4af0ff9945d47c10f988418dda50140 (patch) | |
tree | e4bda718637f048096896e8c39620a0c1daafaec | |
parent | af19611c4dad0dc5139a81d4a5ca352d21f904d6 (diff) |
lis3: add support for the HP HDX 18
I have an HP HDX 18 laptop, and noted that the configuration of the
accelerometer needs to be x_inverted.
Signed-off-by: Ian E. Morgan <penguin.wrangler@gmail.com>
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>
-rw-r--r-- | drivers/hwmon/hp_accel.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/hwmon/hp_accel.c b/drivers/hwmon/hp_accel.c index 1796b93a6e1d..be475e844c2a 100644 --- a/drivers/hwmon/hp_accel.c +++ b/drivers/hwmon/hp_accel.c | |||
@@ -216,6 +216,7 @@ static struct dmi_system_id lis3lv02d_dmi_ids[] = { | |||
216 | y_inverted), | 216 | y_inverted), |
217 | AXIS_DMI_MATCH("DV7", "HP Pavilion dv7", x_inverted), | 217 | AXIS_DMI_MATCH("DV7", "HP Pavilion dv7", x_inverted), |
218 | AXIS_DMI_MATCH("HP8710", "HP Compaq 8710", y_inverted), | 218 | AXIS_DMI_MATCH("HP8710", "HP Compaq 8710", y_inverted), |
219 | AXIS_DMI_MATCH("HDX18", "HP HDX 18", x_inverted), | ||
219 | { NULL, } | 220 | { NULL, } |
220 | /* Laptop models without axis info (yet): | 221 | /* Laptop models without axis info (yet): |
221 | * "NC6910" "HP Compaq 6910" | 222 | * "NC6910" "HP Compaq 6910" |