Changeset 4447 for lm-sensors/trunk/mkpatch
- Timestamp:
- 06/15/07 11:15:18 (1 year ago)
- Files:
-
- lm-sensors/trunk/mkpatch/FILES (modified) (1 diff)
- lm-sensors/trunk/mkpatch/mkpatch.pl (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
lm-sensors/trunk/mkpatch/FILES
r3169 r4447 66 66 kernel/chips/w83792d.c drivers/sensors/w83792d.c 67 67 kernel/chips/w83627hf.c drivers/sensors/w83627hf.c 68 kernel/chips/w83627ehf.c drivers/sensors/w83627ehf.c 68 69 kernel/chips/w83l785ts.c drivers/sensors/w83l785ts.c 69 70 kernel/chips/xeontemp.c drivers/sensors/xeontemp.c lm-sensors/trunk/mkpatch/mkpatch.pl
r4320 r4447 3 3 # mkpatch - Create patches against the Linux kernel 4 4 # Copyright (C) 1999 Frodo Looijaard <frodol@dds.nl> 5 # Copyright (C) 2005 Jean Delvare <khali@linux-fr.org>5 # Copyright (C) 2005-2007 Jean Delvare <khali@linux-fr.org> 6 6 # 7 7 # This program is free software; you can redistribute it and/or modify … … 136 136 m@Winbond W83792D@ or 137 137 m@Winbond W83627HF, W83627THF@ or 138 m@Winbond W83627EHF/EHG@ or 138 139 m@Winbond W83L785TS-S@ or 139 140 m@EEprom \(DIMM\) reader@) { … … 726 727 W83697HF. This can also be built as a module which can be inserted 727 728 and removed while the kernel is running. 729 730 You will also need the latest user-space utilities: you can find 731 them in the lm_sensors package, which you can download at 732 http://www.lm-sensors.org/ 733 734 Winbond W83627EHF/EHG 735 CONFIG_SENSORS_W83627EHF 736 If you say yes here you get support for the Winbond W83627EHF/EHG 737 sensor chips. This can also be built as a module which can be 738 inserted and removed while the kernel is running. 728 739 729 740 You will also need the latest user-space utilities: you can find … … 1064 1075 obj-$(CONFIG_SENSORS_W83792D) += w83792d.o 1065 1076 obj-$(CONFIG_SENSORS_W83627HF) += w83627hf.o 1077 obj-$(CONFIG_SENSORS_W83627EHF) += w83627ehf.o 1066 1078 obj-$(CONFIG_SENSORS_W83L785TS) += w83l785ts.o 1067 1079 obj-$(CONFIG_SENSORS_XEONTEMP) += xeontemp.o
