2006-10-30  YOKOTA Hiroshi  <yokota@netlab.cs.tsukuba.ac.jp>

	* pcc_acpi.c (acpi_pcc_hotkey_resume): Resume fix for old machine
	that dose not support sticky key mode.

2006-09-21  YOKOTA Hiroshi  <yokota@netlab.cs.tsukuba.ac.jp>

	* pcc_acpi.c: Update to kernel 2.6.18. acpi_os_free() is gone. Use
	kfree().
	Fix resume fail bug.
	Fix stickey mode proc interface write bug.
	Fix return value mismatch bug.

2006-03-26  YOKOTA Hiroshi  <yokota@netlab.cs.tsukuba.ac.jp>

	* pcc_acpi.c (acpi_pcc_init,acpi_pcc_exit): Remove PnP bus support
	and revert to use stand alone module initialization
	method. Because of the hotkey device entry is not appear in new
	PnP bus driver.

2006-01-25  YOKOTA Hiroshi  <yokota@netlab.cs.tsukuba.ac.jp>

	* pcc_acpi.c (ACPI_PCC_VERSION): Version number fix. This fix is
	not affect to any algorithms.

2006-01-17  YOKOTA Hiroshi  <yokota@netlab.cs.tsukuba.ac.jp>

	* pcc_acpi.c (acpi_pcc_init_input,acpi_pcc_remove_input) Update to
	kernel 2.6.15. (Use input_allocate_device() to allocate device
	structure.)

2005-07-06  YOKOTA Hiroshi  <yokota@netlab.cs.tsukuba.ac.jp>

	* pcc_acpi.c (acpi_pcc_hotkey_add): Fix about "num_sifr" value to
	accept old machine(CF-B5) that lacks "SQTY" ACPI function.

2005-07-02  YOKOTA Hiroshi  <yokota@netlab.cs.tsukuba.ac.jp>

	* pcc_acpi.c (acpi_pcc_init,acpi_pcc_exit,acpi_pcc_pnp*): Use
	ISAPNP bus driver to load this driver with "hotplug" utility.

2005-07-01  YOKOTA Hiroshi  <yokota@netlab.cs.tsukuba.ac.jp>

	* pcc_acpi.c (acpi_pcc_remove_input): Add this function to remove
	memory leak, and remove kernel crush when accessing
	"/proc/bus/input/devices" after the module unloaded. This fix is
	required for module unloading.

2004-11-03  YOKOTA Hiroshi  <yokota@netlab.is.tsukuba.ac.jp>

	* pcc_acpi.c, pcc_compat.h: Use kcalloc() instead of kmalloc() to
	  force using initialized memory.

2004-10-08  YOKOTA Hiroshi  <yokota@netlab.is.tsukuba.ac.jp>

	* seq_template.h: Change template definition to more portable.

2004-09-28  YOKOTA Hiroshi  <yokota@netlab.is.tsukuba.ac.jp>

	* testing/{ac,button,power,processor,thermal,toshiba_acpi}.c:
	  Temporary add "seq_template.h" version of acpi drivers.

	* seq_template.h: Make this header file to easy use for
	  "seq_file.h" file.

2004-09-25  YOKOTA Hiroshi  <yokota@netlab.is.tsukuba.ac.jp>

	* pcc_acpi.c (acpi_pcc_hotkey_remove): Add input_unregister_device()
	  to remove input device.

2004-09-24  YOKOTA Hiroshi  <yokota@netlab.is.tsukuba.ac.jp>

	* pcc_acpi.c: Remove unwanted spaces.
	  Remove unwanted kmalloc()/kfree().
	  Change many functions to one macro.
	  Remove bugs in procfs entry list.
	  Refatering many functions.
	  Add sticky key mode interface.
