Input: wistron - add support for Acer Aspire 1500 notebooks
authorBernhard Rosenkraenzer <bero@arklinux.org>
Sun, 20 Nov 2005 05:50:37 +0000 (00:50 -0500)
committerDmitry Torokhov <dtor_core@ameritech.net>
Sun, 20 Nov 2005 05:50:37 +0000 (00:50 -0500)
commit84b256a66360cedc25eb6e2ac6f167ca9778307b
tree55fe8c50722332fb59e0a7a499146c1f4a49e12a
parente9fb028ea2a0a70dad0f467410418e5ee2af811b
Input: wistron - add support for Acer Aspire 1500 notebooks

Also fix a potential issue with some notebooks:

The current code assumes the response to bios_wifi_get_default_setting is
either 1 (disabled) or 3 (enabled), or wifi isn't supported.  The BIOS
response appears to be a bit field w/ 0x1 indicating hardware presence, 0x2
indicating actiation status, and the other 6 bits being unknown/reserved --
with the patch, these 6 bits are ignored.

Signed-off-by: Bernhard Rosenkraenzer <bero@arklinux.org>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
drivers/input/misc/wistron_btns.c