projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2ea3974
)
[ARM] Stingray sensor board file: Add values to the barometer
author
Dan Murphy
<wldm10@motorola.com>
Tue, 8 Jun 2010 15:42:48 +0000
(10:42 -0500)
committer
Colin Cross
<ccross@android.com>
Wed, 6 Oct 2010 23:33:04 +0000
(16:33 -0700)
Adding min, max, fuzz and flat to the board file for the barometer
Change-Id: I2a4f4b52c58f2a7e6192e7e9a2fc1316345b70a5
Signed-off-by: Dan Murphy <wldm10@motorola.com>
arch/arm/mach-tegra/board-stingray-sensors.c
patch
|
blob
|
history
diff --git
a/arch/arm/mach-tegra/board-stingray-sensors.c
b/arch/arm/mach-tegra/board-stingray-sensors.c
index e3c04a7cdf200cf6ec83af530730df19d186aa75..5a8770810b6017cbbff7e1ff1b5ab21c6682e8f7 100755
(executable)
--- a/
arch/arm/mach-tegra/board-stingray-sensors.c
+++ b/
arch/arm/mach-tegra/board-stingray-sensors.c
@@
-79,6
+79,10
@@
static int stingray_bmp085_power_off(void)
struct bmp085_platform_data stingray_barom_pdata = {
.poll_interval = 200,
.min_interval = 20,
+ .min_p = 95000,
+ .max_p = 125000,
+ .fuzz = 5,
+ .flat = 5,
.init = stingray_bmp085_init,
.exit = stingray_bmp085_exit,