emc6w201.c (e23c34bb41da65f354fb7eee04300c56ee48f60c) emc6w201.c (7c81c60f3789a082e141d7a013392af5f78db16a)
1/*
2 * emc6w201.c - Hardware monitoring driver for the SMSC EMC6W201
1/*
2 * emc6w201.c - Hardware monitoring driver for the SMSC EMC6W201
3 * Copyright (C) 2011 Jean Delvare <khali@linux-fr.org>
3 * Copyright (C) 2011 Jean Delvare <jdelvare@suse.de>
4 *
5 * This program is free software; you can redistribute it and/or modify
6 * it under the terms of the GNU General Public License as published by
7 * the Free Software Foundation; either version 2 of the License, or
8 * (at your option) any later version.
9 *
10 * This program is distributed in the hope that it will be useful,
11 * but WITHOUT ANY WARRANTY; without even the implied warranty of

--- 531 unchanged lines hidden (view full) ---

543 .remove = emc6w201_remove,
544 .id_table = emc6w201_id,
545 .detect = emc6w201_detect,
546 .address_list = normal_i2c,
547};
548
549module_i2c_driver(emc6w201_driver);
550
4 *
5 * This program is free software; you can redistribute it and/or modify
6 * it under the terms of the GNU General Public License as published by
7 * the Free Software Foundation; either version 2 of the License, or
8 * (at your option) any later version.
9 *
10 * This program is distributed in the hope that it will be useful,
11 * but WITHOUT ANY WARRANTY; without even the implied warranty of

--- 531 unchanged lines hidden (view full) ---

543 .remove = emc6w201_remove,
544 .id_table = emc6w201_id,
545 .detect = emc6w201_detect,
546 .address_list = normal_i2c,
547};
548
549module_i2c_driver(emc6w201_driver);
550
551MODULE_AUTHOR("Jean Delvare <khali@linux-fr.org>");
551MODULE_AUTHOR("Jean Delvare <jdelvare@suse.de>");
552MODULE_DESCRIPTION("SMSC EMC6W201 hardware monitoring driver");
553MODULE_LICENSE("GPL");
552MODULE_DESCRIPTION("SMSC EMC6W201 hardware monitoring driver");
553MODULE_LICENSE("GPL");