File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ Supported chips:
9
9
http://pdfserv.maxim-ic.com/en/ds/MAX1619.pdf
10
10
11
11
Authors:
12
- Alexey Fisher <fishor@mail.ru >,
12
+ Oleksij Rempel <bug-track@fisher-privat.net >,
13
13
Jean Delvare <khali@linux-fr.org>
14
14
15
15
Description
Original file line number Diff line number Diff line change 1
1
/*
2
2
* max1619.c - Part of lm_sensors, Linux kernel modules for hardware
3
3
* monitoring
4
- * Copyright (C) 2003-2004 Alexey Fisher <fishor@mail.ru >
4
+ * Copyright (C) 2003-2004 Oleksij Rempel <bug-track@fisher-privat.net >
5
5
* Jean Delvare <khali@linux-fr.org>
6
6
*
7
7
* Based on the lm90 driver. The MAX1619 is a sensor chip made by Maxim.
@@ -357,7 +357,7 @@ static struct max1619_data *max1619_update_device(struct device *dev)
357
357
358
358
module_i2c_driver (max1619_driver );
359
359
360
- MODULE_AUTHOR ("Alexey Fisher <fishor@mail.ru > and "
360
+ MODULE_AUTHOR ("Oleksij Rempel <bug-track@fisher-privat.net > and "
361
361
"Jean Delvare <khali@linux-fr.org>" );
362
362
MODULE_DESCRIPTION ("MAX1619 sensor driver" );
363
363
MODULE_LICENSE ("GPL" );
Original file line number Diff line number Diff line change 7
7
* Derived from:
8
8
*
9
9
* Based on the max1619 driver.
10
- * Copyright (C) 2003-2004 Alexey Fisher <fishor@mail.ru >
10
+ * Copyright (C) 2003-2004 Oleksij Rempel <bug-track@fisher-privat.net >
11
11
* Jean Delvare <khali@linux-fr.org>
12
12
*
13
13
* The MAX6642 is a sensor chip made by Maxim.
You can’t perform that action at this time.
0 commit comments