Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 175231
b: refs/heads/master
c: ee1f1fa
h: refs/heads/master
i:
  175229: 125f745
  175227: 16e7096
  175223: 48543be
  175215: a339c9f
  175199: fe566ba
  175167: 21f9639
  175103: 9165d49
v: v3
  • Loading branch information
Amit Kucheria authored and Greg Kroah-Hartman committed Dec 11, 2009
1 parent dde38d0 commit c8826b7
Show file tree
Hide file tree
Showing 5 changed files with 794 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 51bf00aef02d410bf74afb31ec2d5dbcedb1a52f
refs/heads/master: ee1f1fa4071416b130fd0771d1f26ea3f41e1fc3
11 changes: 11 additions & 0 deletions trunk/drivers/staging/iio/light/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,14 @@ config TSL2561
convertor. This chip has two light sensors. One is broadband
including infrared whilst the other measures only infrared.
Provides direct access via sysfs.

config SENSORS_TSL2563
tristate "TAOS TSL2563 ambient light sensor"
depends on I2C
help
If you say yes here you get support for the Taos TSL2563
ambient light sensor (found in N900).

This driver can also be built as a module. If so, the module
will be called tsl2563.

1 change: 1 addition & 0 deletions trunk/drivers/staging/iio/light/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@
#

obj-$(CONFIG_TSL2561) += tsl2561.o
obj-$(CONFIG_SENSORS_TSL2563) += tsl2563.o
Loading

0 comments on commit c8826b7

Please sign in to comment.