|
Linux Kernel
3.7.1
|
#include <linux/module.h>#include <linux/init.h>#include <linux/slab.h>#include <linux/i2c.h>#include <linux/hwmon.h>#include <linux/hwmon-sysfs.h>#include <linux/err.h>#include <linux/mutex.h>#include <linux/device.h>#include <linux/delay.h>#include <linux/jiffies.h>Go to the source code of this file.
Data Structures | |
| struct | hih6130 |
Functions | |
| MODULE_DEVICE_TABLE (i2c, hih6130_id) | |
| module_i2c_driver (hih6130_driver) | |
| MODULE_AUTHOR ("Iain Paton <[email protected]>") | |
| MODULE_DESCRIPTION ("Honeywell HIH-6130 humidity and temperature sensor driver") | |
| MODULE_LICENSE ("GPL") | |
| MODULE_AUTHOR | ( | "Iain Paton <[email protected]>" | ) |
| MODULE_DESCRIPTION | ( | "Honeywell HIH-6130 humidity and temperature sensor driver" | ) |
| MODULE_DEVICE_TABLE | ( | i2c | , |
| hih6130_id | |||
| ) |
| module_i2c_driver | ( | hih6130_driver | ) |
| MODULE_LICENSE | ( | "GPL" | ) |
1.8.2