[PATCH] ACPI: add documentation for deprecated /proc/acpi/battery in ACPI_PROCFS

2007-11-10 Thread Jerome Pinot
From: Jerome Pinot <[EMAIL PROTECTED]> Add documentation in Kconfig help about the move of /proc/acpi/battery to /sys/class/power_supply when selecting ACPI_PROCFS. This will impact a lot of users and should be documented. Signed-off-by: Jerome Pinot <[EMAIL PROTECTED]> --- diff --g

Re: Linux 2.6.13

2005-08-28 Thread Jerome Pinot
there? Using git in the linus tree: $ git-whatchanged v2.6.12..v2.6.13 --pretty=full You can get this: ftp://ngc891.blogdns.net/pub/linux/misc/ChangeLog-2.6.12-2.6.13.txt Be warn, it's about 3.7MB -- Jerome Pinot ftp://ngc891.blogdns.net/pub - To unsubscribe from this list: send the line "u

Re: [KCONFIG] Can't compile 2.6.12 without Gettext

2005-08-27 Thread Jerome Pinot
way, there is no need of this kind of dependency to actually compile the kernel. I still could use gcc in the source tree to get my binaries. The rationnal way should be to check for correct nls implementation and just not use it if it's missing. It's a matter of adding 2 #define in the

Re: [KCONFIG] Can't compile 2.6.12 without Gettext

2005-08-27 Thread Jerome Pinot
e about using gettext or not. It could use a configure script or a parameter from command line to choose whether or not to look for a gettext implementation (something like "make NLS=0 menuconfig" maybe). This should be define prior to any patch attempt. So I just wonder what Roman Zippel

[KCONFIG] Can't compile 2.6.12 without Gettext

2005-08-24 Thread Jerome Pinot
not be allowed by default. Am I misleading ? -- Jerome Pinot ftp://ngc891.blogdns.net/pub - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/