summaryrefslogtreecommitdiffstats
path: root/patches/boot_time_opt/0101-i8042-decrease-debug-message-level-to-info.patch
diff options
context:
space:
mode:
Diffstat (limited to 'patches/boot_time_opt/0101-i8042-decrease-debug-message-level-to-info.patch')
-rw-r--r--patches/boot_time_opt/0101-i8042-decrease-debug-message-level-to-info.patch18
1 files changed, 9 insertions, 9 deletions
diff --git a/patches/boot_time_opt/0101-i8042-decrease-debug-message-level-to-info.patch b/patches/boot_time_opt/0101-i8042-decrease-debug-message-level-to-info.patch
index 4c1eb69..1f0635e 100644
--- a/patches/boot_time_opt/0101-i8042-decrease-debug-message-level-to-info.patch
+++ b/patches/boot_time_opt/0101-i8042-decrease-debug-message-level-to-info.patch
@@ -1,7 +1,7 @@
1From 4139c54430520b0afbcedf5306d62ae49e285688 Mon Sep 17 00:00:00 2001 1From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
2From: Arjan van de Ven <arjan@linux.intel.com> 2From: Arjan van de Ven <arjan@linux.intel.com>
3Date: Tue, 23 Jun 2015 01:26:52 -0500 3Date: Tue, 23 Jun 2015 01:26:52 -0500
4Subject: [PATCH 101/126] i8042: decrease debug message level to info 4Subject: [PATCH] i8042: decrease debug message level to info
5 5
6Author: Arjan van de Ven <arjan@linux.intel.com> 6Author: Arjan van de Ven <arjan@linux.intel.com>
7 7
@@ -12,10 +12,10 @@ Signed-off-by: Jose Carlos Venegas Munoz <jos.c.venegas.munoz@intel.com>
12 1 file changed, 5 insertions(+), 5 deletions(-) 12 1 file changed, 5 insertions(+), 5 deletions(-)
13 13
14diff --git a/drivers/input/serio/i8042.c b/drivers/input/serio/i8042.c 14diff --git a/drivers/input/serio/i8042.c b/drivers/input/serio/i8042.c
15index 824f4c1c1f31..a8cd9072481c 100644 15index abae23af0791..f8617c1b242e 100644
16--- a/drivers/input/serio/i8042.c 16--- a/drivers/input/serio/i8042.c
17+++ b/drivers/input/serio/i8042.c 17+++ b/drivers/input/serio/i8042.c
18@@ -601,7 +601,7 @@ static int i8042_enable_kbd_port(void) 18@@ -617,7 +617,7 @@ static int i8042_enable_kbd_port(void)
19 if (i8042_command(&i8042_ctr, I8042_CMD_CTL_WCTR)) { 19 if (i8042_command(&i8042_ctr, I8042_CMD_CTL_WCTR)) {
20 i8042_ctr &= ~I8042_CTR_KBDINT; 20 i8042_ctr &= ~I8042_CTR_KBDINT;
21 i8042_ctr |= I8042_CTR_KBDDIS; 21 i8042_ctr |= I8042_CTR_KBDDIS;
@@ -24,7 +24,7 @@ index 824f4c1c1f31..a8cd9072481c 100644
24 return -EIO; 24 return -EIO;
25 } 25 }
26 26
27@@ -620,7 +620,7 @@ static int i8042_enable_aux_port(void) 27@@ -636,7 +636,7 @@ static int i8042_enable_aux_port(void)
28 if (i8042_command(&i8042_ctr, I8042_CMD_CTL_WCTR)) { 28 if (i8042_command(&i8042_ctr, I8042_CMD_CTL_WCTR)) {
29 i8042_ctr &= ~I8042_CTR_AUXINT; 29 i8042_ctr &= ~I8042_CTR_AUXINT;
30 i8042_ctr |= I8042_CTR_AUXDIS; 30 i8042_ctr |= I8042_CTR_AUXDIS;
@@ -33,7 +33,7 @@ index 824f4c1c1f31..a8cd9072481c 100644
33 return -EIO; 33 return -EIO;
34 } 34 }
35 35
36@@ -712,7 +712,7 @@ static int __init i8042_check_mux(void) 36@@ -728,7 +728,7 @@ static int __init i8042_check_mux(void)
37 i8042_ctr &= ~I8042_CTR_AUXINT; 37 i8042_ctr &= ~I8042_CTR_AUXINT;
38 38
39 if (i8042_command(&i8042_ctr, I8042_CMD_CTL_WCTR)) { 39 if (i8042_command(&i8042_ctr, I8042_CMD_CTL_WCTR)) {
@@ -42,7 +42,7 @@ index 824f4c1c1f31..a8cd9072481c 100644
42 return -EIO; 42 return -EIO;
43 } 43 }
44 44
45@@ -935,7 +935,7 @@ static int i8042_controller_selftest(void) 45@@ -951,7 +951,7 @@ static int i8042_controller_selftest(void)
46 do { 46 do {
47 47
48 if (i8042_command(&param, I8042_CMD_CTL_TEST)) { 48 if (i8042_command(&param, I8042_CMD_CTL_TEST)) {
@@ -51,7 +51,7 @@ index 824f4c1c1f31..a8cd9072481c 100644
51 return -ENODEV; 51 return -ENODEV;
52 } 52 }
53 53
54@@ -957,7 +957,7 @@ static int i8042_controller_selftest(void) 54@@ -973,7 +973,7 @@ static int i8042_controller_selftest(void)
55 pr_info("giving up on controller selftest, continuing anyway...\n"); 55 pr_info("giving up on controller selftest, continuing anyway...\n");
56 return 0; 56 return 0;
57 #else 57 #else
@@ -61,5 +61,5 @@ index 824f4c1c1f31..a8cd9072481c 100644
61 #endif 61 #endif
62 } 62 }
63-- 63--
642.15.0 64https://clearlinux.org
65 65