lis3: fix regression of HP DriveGuard with 8bit chip
authorTakashi Iwai <tiwai@suse.de>
Tue, 4 Oct 2011 01:09:14 +0000 (18:09 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 4 Oct 2011 03:51:51 +0000 (20:51 -0700)
commit05faadcf59507e8eea57ffbeea9cbb14c9a2ab3d
treeb9ca093ad44c9391464756053d5d1f7c0885704f
parent0f86267b79bc6e357b8606077c7f70239045ea9c
lis3: fix regression of HP DriveGuard with 8bit chip

Commit 2a7fade7e03 ("hwmon: lis3: Power on corrections") caused a
regression on HP laptops with 8bit chip.  Writing CTRL2_BOOT_8B bit seems
clearing the BIOS setup, and no proper interrupt for DriveGuard will be
triggered any more.

Since the init code there is basically only for embedded devices, put a
pdata check so that the problematic initialization will be skipped for
hp_accel stuff.

Signed-off-by: Takashi Iwai <tiwai@suse.de>
Cc: Eric Piel <eric.piel@tremplin-utc.net>
Cc: Samu Onkalo <samu.p.onkalo@nokia.com>
Cc: <stable@kernel.org>
Signed-off-by: Andrew Morton <akpm@google.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
drivers/misc/lis3lv02d/lis3lv02d.c