diff options
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.patch | 18 |
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 @@ | |||
1 | From 4139c54430520b0afbcedf5306d62ae49e285688 Mon Sep 17 00:00:00 2001 | 1 | From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 |
2 | From: Arjan van de Ven <arjan@linux.intel.com> | 2 | From: Arjan van de Ven <arjan@linux.intel.com> |
3 | Date: Tue, 23 Jun 2015 01:26:52 -0500 | 3 | Date: Tue, 23 Jun 2015 01:26:52 -0500 |
4 | Subject: [PATCH 101/126] i8042: decrease debug message level to info | 4 | Subject: [PATCH] i8042: decrease debug message level to info |
5 | 5 | ||
6 | Author: Arjan van de Ven <arjan@linux.intel.com> | 6 | Author: 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 | ||
14 | diff --git a/drivers/input/serio/i8042.c b/drivers/input/serio/i8042.c | 14 | diff --git a/drivers/input/serio/i8042.c b/drivers/input/serio/i8042.c |
15 | index 824f4c1c1f31..a8cd9072481c 100644 | 15 | index 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(¶m, I8042_CMD_CTL_TEST)) { | 48 | if (i8042_command(¶m, 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 | -- |
64 | 2.15.0 | 64 | https://clearlinux.org |
65 | 65 | ||