On Wed, 1 Dec 2010 10:44:07 +0530, Chethan Krishna N wrote: > From: Chethan Krishna N <chethan.krishna@xxxxxxxxxxxxxx> > > lsm303dlh accelerometer magnetometer device support added. > Also provides input device support through interrupts. > > Signed-off-by: Chethan Krishna N <chethan.krishna@xxxxxxxxxxxxxx> > --- > drivers/hwmon/Kconfig | 23 + > drivers/hwmon/Makefile | 1 + > drivers/hwmon/lsm303dlh_a.c | 1112 +++++++++++++++++++++++++++++++++++++++++++ > drivers/hwmon/lsm303dlh_m.c | 764 +++++++++++++++++++++++++++++ > include/linux/lsm303dlh.h | 56 +++ > 5 files changed, 1956 insertions(+), 0 deletions(-) > mode change 100644 => 100755 drivers/hwmon/Kconfig > create mode 100644 drivers/hwmon/lsm303dlh_a.c > create mode 100644 drivers/hwmon/lsm303dlh_m.c > create mode 100644 include/linux/lsm303dlh.h Nack. This isn't a hardware monitoring driver, so it has nothing to do in drivers/hwmon. Please find a better place. -- Jean Delvare _______________________________________________ lm-sensors mailing list lm-sensors@xxxxxxxxxxxxxx http://lists.lm-sensors.org/mailman/listinfo/lm-sensors