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