diff mbox

data: klog.json: set _DOS error to low as kernel workarounds it (LP#1250764) Signed-off-by: Alex Hung <alex.hung@canonical.com>

Message ID 1384940372-23798-1-git-send-email-alex.hung@canonical.com
State Accepted
Headers show

Commit Message

Alex Hung Nov. 20, 2013, 9:39 a.m. UTC
---
 data/klog.json | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Comments

Colin Ian King Nov. 20, 2013, 9:55 a.m. UTC | #1
On 20/11/13 09:39, Alex Hung wrote:
> ---
>  data/klog.json | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/data/klog.json b/data/klog.json
> index 5d18c01..52aaacd 100644
> --- a/data/klog.json
> +++ b/data/klog.json
> @@ -5139,10 +5139,10 @@
>    },
>    {
>     "compare_mode": "regex",
> -   "log_level": "LOG_LEVEL_HIGH",
> +   "log_level": "LOG_LEVEL_LOW",
>     "tag": "FWTS_TAG_ACPI",
>     "pattern": ".*defines _DOD but not _DOS",
> -   "advice": "ACPI Method _DOD (Enumerate all devices attached to display adapter) is defined but we should also have _DOS (Enable\/Disable output switching) defined but it's been omitted. This can cause display switching issues.",
> +   "advice": "ACPI Method _DOD (Enumerate all devices attached to display adapter) is defined but we should also have _DOS (Enable\/Disable output switching) defined but it's been omitted.",
>     "label": "KlogAcpiDodWithNoDos"
>    },
>    {
> 
Thanks Alex.

Acked-by: Colin Ian King <colin.king@canonical.com>
Keng-Yu Lin Dec. 2, 2013, 2:54 a.m. UTC | #2
On Wed, Nov 20, 2013 at 5:55 PM, Colin Ian King
<colin.king@canonical.com> wrote:
> On 20/11/13 09:39, Alex Hung wrote:
>> ---
>>  data/klog.json | 4 ++--
>>  1 file changed, 2 insertions(+), 2 deletions(-)
>>
>> diff --git a/data/klog.json b/data/klog.json
>> index 5d18c01..52aaacd 100644
>> --- a/data/klog.json
>> +++ b/data/klog.json
>> @@ -5139,10 +5139,10 @@
>>    },
>>    {
>>     "compare_mode": "regex",
>> -   "log_level": "LOG_LEVEL_HIGH",
>> +   "log_level": "LOG_LEVEL_LOW",
>>     "tag": "FWTS_TAG_ACPI",
>>     "pattern": ".*defines _DOD but not _DOS",
>> -   "advice": "ACPI Method _DOD (Enumerate all devices attached to display adapter) is defined but we should also have _DOS (Enable\/Disable output switching) defined but it's been omitted. This can cause display switching issues.",
>> +   "advice": "ACPI Method _DOD (Enumerate all devices attached to display adapter) is defined but we should also have _DOS (Enable\/Disable output switching) defined but it's been omitted.",
>>     "label": "KlogAcpiDodWithNoDos"
>>    },
>>    {
>>
> Thanks Alex.
>
> Acked-by: Colin Ian King <colin.king@canonical.com>
>

Acked-by: Keng-Yu Lin <kengyu@canonical.com>
diff mbox

Patch

diff --git a/data/klog.json b/data/klog.json
index 5d18c01..52aaacd 100644
--- a/data/klog.json
+++ b/data/klog.json
@@ -5139,10 +5139,10 @@ 
   },
   {
    "compare_mode": "regex",
-   "log_level": "LOG_LEVEL_HIGH",
+   "log_level": "LOG_LEVEL_LOW",
    "tag": "FWTS_TAG_ACPI",
    "pattern": ".*defines _DOD but not _DOS",
-   "advice": "ACPI Method _DOD (Enumerate all devices attached to display adapter) is defined but we should also have _DOS (Enable\/Disable output switching) defined but it's been omitted. This can cause display switching issues.",
+   "advice": "ACPI Method _DOD (Enumerate all devices attached to display adapter) is defined but we should also have _DOS (Enable\/Disable output switching) defined but it's been omitted.",
    "label": "KlogAcpiDodWithNoDos"
   },
   {