| Commit message (Expand) | Author | Age | Files | Lines |
* | acer-wmi: No wifi rfkill on Sony machines | Lee, Chun-Yi | 2012-04-13 | 1 | -0/+1 |
* | acer-wmi: No wifi rfkill on Lenovo machines | Ike Panhc | 2012-03-19 | 1 | -1/+29 |
* | acer-wmi: check wireless capability flag before register rfkill | Lee, Chun-Yi | 2012-03-19 | 1 | -22/+42 |
* | acer-wmi: Add wireless quirk for Lenovo 3000 N200 | Seth Forshee | 2012-03-19 | 1 | -0/+9 |
* | acer-wmi: support Lenovo ideapad S205 wifi switch | Lee, Chun-Yi | 2012-03-19 | 1 | -2/+26 |
* | acer-wmi: fix bitwise bug when set device state | Lee, Chun-Yi | 2011-07-07 | 1 | -3/+3 |
* | acer-wmi: Only update rfkill status for associated hotkey events | Seth Forshee | 2011-07-07 | 1 | -15/+26 |
* | acer-wmi: support integer return type from WMI methods | Lee, Chun-Yi | 2011-05-27 | 1 | -0/+6 |
* | acer-wmi: support to set communication device state by new wmid method | Lee, Chun-Yi | 2011-05-27 | 1 | -1/+110 |
* | acer-wmi: allow 64-bits return buffer from WMI methods | Lee, Chun-Yi | 2011-05-27 | 1 | -3/+6 |
* | acer-wmi: check the existence of internal 3G device when set capability | Lee, Chun-Yi | 2011-05-27 | 1 | -1/+2 |
* | support wlan hotkey on Acer Travelmate 5735Z | Melchior FRANZ | 2011-05-27 | 1 | -1/+14 |
* | acer-wmi: does not allow negative number set to initial device state | Lee, Chun-Yi | 2011-05-27 | 1 | -3/+5 |
* | acer-wmi: pr_<level> cleanups | Joe Perches | 2011-05-27 | 1 | -16/+16 |
* | acer-wmi: Fix capitalisation of GUID in module alias | Lee, Chun-Yi | 2011-04-12 | 1 | -1/+1 |
* | acer-wmi: does not poll device status when WMI event is available | Lee, Chun-Yi | 2011-03-28 | 1 | -2/+18 |
* | acer-wmi: does not set persistence state by rfkill_init_sw_state | Lee, Chun-Yi | 2011-03-28 | 1 | -5/+14 |
* | acer-wmi: use pr_<level> for messages | Lee, Chun-Yi | 2011-03-28 | 1 | -40/+28 |
* | acer-wmi: Fix WMI ID | Pali Rohár | 2011-03-28 | 1 | -2/+2 |
* | acer-wmi: deactive mail led when power off | Pali Rohár | 2011-03-28 | 1 | -0/+14 |
* | acer-wmi: set the touchpad toggle key code to KEY_TOUCHPAD_TOGGLE | Lee, Chun-Yi | 2011-03-28 | 1 | -1/+1 |
* | backlight: add backlight type | Matthew Garrett | 2011-03-22 | 1 | -0/+1 |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 2011-03-18 | 1 | -1/+0 |
|\ |
|
| * | X86, Acer, WMI: Do not double include linux/dmi.h in acer-wmi.c | Jesper Juhl | 2011-01-25 | 1 | -1/+0 |
* | | acer-wmi: Fix capitalisation of GUID | Matthew Garrett | 2011-02-21 | 1 | -1/+1 |
* | | platform: x86: acer-wmi: world-writable sysfs threeg file | Vasiliy Kulikov | 2011-02-21 | 1 | -1/+1 |
|/ |
|
* | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko... | Linus Torvalds | 2011-01-13 | 1 | -1/+1 |
|\ |
|
| * | backlight: constify backlight_ops | Lionel Debroux | 2010-11-16 | 1 | -1/+1 |
* | | acer-wmi: Enabled Acer Launch Manager mode | From: Lee, Chun-Yi | 2011-01-07 | 1 | -0/+110 |
* | | acer-wmi: Initialize wlan/bluetooth/wwan rfkill software block state | Lee, Chun-Yi | 2011-01-07 | 1 | -0/+31 |
* | | acer-wmi: Detect the WiFi/Bluetooth/3G devices available | Lee, Chun-Yi | 2011-01-07 | 1 | -7/+42 |
* | | acer-wmi: Add 3G rfkill sysfs file | Lee, Chun-Yi | 2011-01-07 | 1 | -1/+99 |
* | | acer-wmi: Add acer wmi hotkey events support | Lee, Chun-Yi | 2011-01-07 | 1 | -0/+139 |
|/ |
|
* | Don't show error if Acer WMI is not found | Pascal de Bruijn | 2010-10-21 | 1 | -1/+1 |
* | acer-wmi: remove non-used acer_quirks struct definition | Axel Lin | 2010-08-03 | 1 | -11/+0 |
* | acer-wmi: fix memory leaks in wmab_execute error path | Axel Lin | 2010-08-03 | 1 | -8/+16 |
* | acer-wmi: fix memory leaks in WMID_set_capabilities and get_wmid_devices | Axel Lin | 2010-08-03 | 1 | -3/+7 |
* | acer-wmi: make dmi_matched to return 1 instead of 0 | Axel Lin | 2010-08-03 | 1 | -1/+1 |
* | acer-wmi: set permissions on interface file to S_IRUGO | Axel Lin | 2010-08-03 | 1 | -2/+1 |
* | acer-wmi/hp-wmi: use platform_device_unregister instead of platform_device_de... | Axel Lin | 2010-08-03 | 1 | -1/+1 |
* | acer-wmi: fix resource reclaim in acer_wmi_init error path | Axel Lin | 2010-08-03 | 1 | -5/+22 |
* | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 2010-03-30 | 1 | -0/+1 |
* | backlight: Allow properties to be passed at registration | Matthew Garrett | 2010-03-16 | 1 | -2/+5 |
* | acer-wmi: Respect current backlight level when loading | Carlos Corbacho | 2010-02-19 | 1 | -1/+1 |
* | acer-wmi, msi-wmi: Remove needless DMI MODULE_ALIAS | Thomas Renninger | 2009-12-24 | 1 | -3/+0 |
* | Input: libps2 - additional locking for i8042 ports | Dmitry Torokhov | 2009-09-17 | 1 | -0/+2 |
* | acer-wmi: fix rfkill conversion | Alan Jenkins | 2009-07-21 | 1 | -1/+1 |
* | acer-wmi: fix rfkill conversion | Troy Moure | 2009-06-19 | 1 | -2/+2 |
* | rfkill: remove set_global_sw_state | Alan Jenkins | 2009-06-10 | 1 | -3/+0 |
* | rfkill: rewrite | Johannes Berg | 2009-06-03 | 1 | -28/+22 |