12 Jul, 2007

2 commits

  • There's some redundancy in the tsl2550 initialization sequence. It is
    powering up the device twice, and setting the operating mode twice
    too. Setting things just once saves SMBus transactions, which aren't
    always cheap, speeding up the device initialization.

    Signed-off-by: Jean Delvare
    Cc: Rodolfo Giometti

    Jean Delvare
     
  • Add support for Taos TSL2550 ambient light sensors.
    (http://www.taosinc.com/product_detail.asp?cateid=4&proid=18).

    Signed-off-by: Rodolfo Giometti
    Signed-off-by: Jean Delvare

    Rodolfo Giometti