[CPUFREQ] Longhaul - Replace ACPI functions with direct I/O
authorRafał Bilski <rafalbilski@interia.pl>
Tue, 5 Jun 2007 20:08:50 +0000 (22:08 +0200)
committerDave Jones <davej@redhat.com>
Wed, 6 Jun 2007 21:22:17 +0000 (17:22 -0400)
Current version of "bm status" bit test works as long as
no USB device is in use. When USB device is plugged in ACPI
function in this context is always returning 1. Until reboot.
Direct I/O is working fine even when many USB devices are
connected.
Change bm_timeout value to less annoying. 1000 is still much
more then worst case observed and it is much better when status
bit gets stuck.

Signed-off-by: Rafal Bilski <rafalbilski@interia.pl>
Signed-off-by: Dave Jones <davej@redhat.com>

No differences found