summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Collapse)Author
2013-05-28apds990x_proxy: fix file pathsAndi Shyti
Files are in /sys/class/i2c-adapter/i2c-12/12-0039/ instead of /sys/class/i2c-adapter/i2c-0012/12-0039/ ^^ The above '0's are a typo Signed-off-by: Andi Shyti <andi.shyti@nokia.com>
2013-05-20misc: bh1770glc: added proximity test moduleAndi Shyti
The bh1770glc is a combined proximity/als sensor. The module in this patch tests the proximity part of the device. At the current status the test steps are: - power on the bh1770 sensor - enable proximity leds - read proximity - disable proximity - power off the sensor Signed-off-by: Andi Shyti <andi@etezian.org>
2013-05-18misc: apds990x_als: added apds990x proximity testAndi Shyti
apds990x is a combined proximity/als sensor. The test provides a basic test for the als part. The following are the testing steps: - power on the sensor - read 10 times the lux value on 1 second interval Signed-off-by: Andi Shyti <andi@etezian.org>
2013-05-18misc: apds990x_proxy: added apds990x proximity testAndi Shyti
apds990x is a combined proximity/als sensor. The test provides a basic test for the proximity part. The following are the testing steps: - power on the sensor - enable the proximity - read 10 times with 1 second interval Signed-off-by: Andi Shyti <andi@etezian.org>