2009-12-06 05:34:01

by Ian E. Morgan

[permalink] [raw]
Subject: acerhdf: BIOS product mismatch due to whitespace

Peter,

Having just upgraded my AOA150 to 2.6.32, acerhdf was complaining:

acerhdf: Acer Aspire One Fan driver, v.0.5.18
acerhdf: unknown (unsupported) BIOS version Acer/AOA150
/v0.3310, please report, aborting!

DMI reports the product as "AOA150 " (i.e. 9 spaces after the
6-character model name). This causes the product match to fail, so I
had to use force_product="AOA150".

acerhdf: Acer Aspire One Fan driver, v.0.5.18
acerhdf: forcing BIOS product: AOA150

Then all was happy again. Any chance you could strip leading/trailing
whitespace in the product match to avoid this issue?

--
Ian Morgan


2009-12-06 12:28:21

by Peter Kästle

[permalink] [raw]
Subject: Re: acerhdf: BIOS product mismatch due to whitespace

Ian E. Morgan writes:

> Peter,
>
> Having just upgraded my AOA150 to 2.6.32, acerhdf was complaining:
>
> acerhdf: Acer Aspire One Fan driver, v.0.5.18
> acerhdf: unknown (unsupported) BIOS version Acer/AOA150
> /v0.3310, please report, aborting!
>
> DMI reports the product as "AOA150 " (i.e. 9 spaces after the
> 6-character model name). This causes the product match to fail, so I
> had to use force_product="AOA150".
>
> acerhdf: Acer Aspire One Fan driver, v.0.5.18
> acerhdf: forcing BIOS product: AOA150
>
> Then all was happy again. Any chance you could strip leading/trailing
> whitespace in the product match to avoid this issue?

Hi Ian,

thanks for reporting, will take care about this issue.

kind regards,
--peter

2009-12-06 14:37:57

by Peter Kästle

[permalink] [raw]
Subject: Re: acerhdf: BIOS product mismatch due to whitespace

Hi Ian,

Ian E. Morgan writes:
> Having just upgraded my AOA150 to 2.6.32, acerhdf was complaining:
>
> acerhdf: Acer Aspire One Fan driver, v.0.5.18
> acerhdf: unknown (unsupported) BIOS version Acer/AOA150
> /v0.3310, please report, aborting!
>
> DMI reports the product as "AOA150 " (i.e. 9 spaces after the
> 6-character model name). This causes the product match to fail, so I
> had to use force_product="AOA150".
>
> acerhdf: Acer Aspire One Fan driver, v.0.5.18
> acerhdf: forcing BIOS product: AOA150

could you please be so kind and test:
http://piie.net/files/acerhdf_kmod-0.5.22.tar.gz

Thank you!

kind regards,
--peter

2009-12-06 15:12:35

by Ian E. Morgan

[permalink] [raw]
Subject: Re: acerhdf: BIOS product mismatch due to whitespace

On Sun, Dec 6, 2009 at 09:37, Peter Feuerer <[email protected]> wrote:
>
> could you please be so kind and test:
> http://piie.net/files/acerhdf_kmod-0.5.22.tar.gz

Yep, that does the trick nicely. Thanks. Are you submitting that for .32-stable?

--
Ian Morgan

2009-12-06 21:09:07

by Peter Kästle

[permalink] [raw]
Subject: Re: acerhdf: BIOS product mismatch due to whitespace

Ian E. Morgan writes:

> On Sun, Dec 6, 2009 at 09:37, Peter Feuerer <[email protected]> wrote:
>>
>> could you please be so kind and test:
>> http://piie.net/files/acerhdf_kmod-0.5.22.tar.gz
>
> Yep, that does the trick nicely. Thanks. Are you submitting that for .32-stable?

I'll provide a patch for -mm and I think this patch can be also applied to .32

thanks again for reporting and testing,
--peter