Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 97388 | Differences between
and this patch

Collapse All | Expand All

(-)linux.orig/include/linux/input.h (+6 lines)
Lines 204-210 struct input_absinfo { Link Here
204
#define KEY_KPENTER		96
204
#define KEY_KPENTER		96
205
#define KEY_RIGHTCTRL		97
205
#define KEY_RIGHTCTRL		97
206
#define KEY_KPSLASH		98
206
#define KEY_KPSLASH		98
207
208
#if defined(CONFIG_MAGIC_SYSRQ) && defined(CONFIG_MAGIC_SYSRQ_SCANCODE)
209
#define KEY_SYSRQ		CONFIG_MAGIC_SYSRQ_SCANCODE
210
#else
207
#define KEY_SYSRQ		99
211
#define KEY_SYSRQ		99
212
#endif
213
208
#define KEY_RIGHTALT		100
214
#define KEY_RIGHTALT		100
209
#define KEY_LINEFEED		101
215
#define KEY_LINEFEED		101
210
#define KEY_HOME		102
216
#define KEY_HOME		102
(-)linux.orig/lib/Kconfig.debug (+10 lines)
Lines 28-33 config MAGIC_SYSRQ Link Here
28
	  send a BREAK and then within 5 seconds a command keypress. The
28
	  send a BREAK and then within 5 seconds a command keypress. The
29
	  keys are documented in <file:Documentation/sysrq.txt>. Don't say Y
29
	  keys are documented in <file:Documentation/sysrq.txt>. Don't say Y
30
	  unless you really know what this hack does.
30
	  unless you really know what this hack does.
31
	  
32
config MAGIC_SYSRQ_SCANCODE
33
	int
34
	prompt "Change default scancode of SysRq key" if MAGIC_SYSRQ
35
	default 99
36
	depends on MAGIC_SYSRQ
37
	help
38
	  If your keyboard hasn't a SysRq key, you can specify another key
39
	  which should act as SysRq. You can find the scancode on your
40
	  keyboard with programs like showkey or evtest.
31
41
32
config LOG_BUF_SHIFT
42
config LOG_BUF_SHIFT
33
	int "Kernel log buffer size (16 => 64KB, 17 => 128KB)" if DEBUG_KERNEL
43
	int "Kernel log buffer size (16 => 64KB, 17 => 128KB)" if DEBUG_KERNEL

Return to bug 97388