]> git.baikalelectronics.ru Git - kernel.git/commit
ACPICA: Add history/line-editing for Unix/Linux systems.
authorBob Moore <robert.moore@intel.com>
Tue, 29 Oct 2013 01:29:09 +0000 (09:29 +0800)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Wed, 30 Oct 2013 11:24:20 +0000 (12:24 +0100)
commita0e36add50fab5eefd2648d05134ef0a7ba1bb3c
tree9cd35157d1d696a9e6bed239d346f11cb1a74805
parent2fff48ece95bf24ec3297dacb1bff0105e95c527
ACPICA: Add history/line-editing for Unix/Linux systems.

The original upstream ACPICA change added full history and limited
line editing to the debugger:

 This change adds full history and limited line editing for Unix and
 Linux systems. It does not use readline() because of portability issues.
 Instead it uses the POSIX termio interface to put the terminal in raw
 input mode so that the various special keys can be trapped (such as
 up-arrow and down-arrow for history support).

Since the debugger is not shipped in the kernel, it only is necessary
to update one header file to keep the kernel source in sync with the
upstream.

[rjw: Changelog]
Signed-off-by: Bob Moore <robert.moore@intel.com>
Signed-off-by: Lv Zheng <lv.zheng@intel.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
drivers/acpi/acpica/acdebug.h