aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/platform/x86/asus-wmi.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-07-01Merge tag 'platform-drivers-x86-v4.2-1' of git://git.infradead.org/users/dvhart/linux-platform-drivers-x86Linus Torvalds1-21/+323
2015-06-19asus-wmi: Port to new backlight interface selection APIHans de Goede1-8/+7
2015-06-19asus-wmi: Use acpi_video_unregister_backlight instead of acpi_video_unregisterHans de Goede1-1/+1
2015-06-07asus-wmi: Use acpi_video_unregister_backlight instead of acpi_video_unregisterHans de Goede1-1/+1
2015-05-13asus-wmi: add fan controlKast Bernd1-21/+323
2014-12-03platform: x86: Deletion of checks before backlight_device_unregister()Markus Elfring1-2/+1
2014-08-16asus-wmi: control wlan-led if wapf > 0AceLan Kao1-2/+2
2014-08-16asus-wmi: backlight_init: Stop treating -ENODEV as if its not an errorHans de Goede1-4/+1
2014-08-16asus-wmi: Disable acpi-video backlight on desktop machinesHans de Goede1-0/+7
2014-06-10platform: x86: asus-wmi.c: Cleaning up uninitialized variablesRickard Strandqvist1-3/+1
2014-05-30PCI: Make pci_bus_add_device() voidYijing Wang1-2/+1
2014-01-29Merge branch 'for_linus' of git://cavan.codon.org.uk/platform-drivers-x86Linus Torvalds1-37/+11
2014-01-24Merge tag 'pm+acpi-3.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-2/+1
2014-01-21asus-wmi: Convert to use devm_hwmon_device_register_with_groupsGuenter Roeck1-37/+11
2014-01-14platform / x86: Use global PCI rescan-remove lockingRafael J. Wysocki1-0/+2
2013-12-07ACPI: Clean up inclusions of ACPI header filesLv Zheng1-2/+1
2013-07-10asus-wmi: control wlan-led only if wapf == 4AceLan Kao1-2/+3
2013-07-10asus-wmi: append newline to messagesvic1-8/+8
2013-02-27asus-wmi: Fix unused function build warningShuah Khan1-5/+0
2013-02-27asus-wmi: always report brightness key eventsCorentin Chary1-4/+4
2013-02-24asus-wmi: add display toggle quirkAceLan Kao1-3/+28
2013-02-24asus-wmi: update wlan LED through rfkill led triggerAceLan Kao1-0/+76
2012-12-17Corentin has movedCorentin Chary1-1/+1
2012-09-13drivers-platform-x86: remove useless #ifdef CONFIG_ACPI_VIDEOCorentin Chary1-4/+0
2012-08-17asus-wmi: record wlan status while controlled by userappAceLan Kao1-1/+20
2012-07-28asus-wmi: enable resume on lid openAceLan Kao1-0/+7
2012-07-28asus-wmi: control backlight power through WMI, not ACPIAceLan Kao1-0/+9
2012-07-28asus-wmi: use ASUS_WMI_METHODID_DSTS2 as default DSTS ID.Alex Hung1-6/+1
2012-03-28Merge branch 'for_linus' of git://cavan.codon.org.uk/platform-drivers-x86Linus Torvalds1-16/+52
2012-03-26asus-wmi: don't update power and brightness when using scalarCorentin Chary1-7/+13
2012-03-26asus-wmi: move WAPF variable into quirks_entryCorentin Chary1-2/+2
2012-03-26asus-wmi: store backlight power status for AIO machineAceLan Kao1-13/+20
2012-03-26asus-wmi: add scalar board brightness adj. supportAceLan Kao1-5/+28
2012-03-26asus-wmi: on/off bit is not set when reading the valueCorentin Chary1-1/+1
2012-02-27PCI: Rename pci_remove_bus_device to pci_stop_and_remove_bus_deviceYinghai Lu1-1/+1
2012-01-03switch ->is_visible() to returning umode_tAl Viro1-2/+2
2011-10-24platform-drivers-x86: asus-wmi: fix resource leak in asus_wmi_led_exitAxel Lin1-1/+3
2011-08-05asus-wmi: add uwb rfkill supportCorentin Chary1-0/+16
2011-08-05asus-wmi: add gps rfkill supportCorentin Chary1-0/+16
2011-08-05asus-wmi: add CWAP support and clarify the meaning of WAPF bitsCorentin Chary1-0/+6
2011-08-05asus-wmi: return proper value in store_cpufv()Corentin Chary1-2/+6
2011-08-05asus-wmi: check for temp1 presenceCorentin Chary1-1/+7
2011-08-05asus-wmi: add thermal sensorCorentin Chary1-0/+21
2011-08-05asus-wmi: add some device idsCorentin Chary1-0/+7
2011-08-05asus-wmi: fix keyboard backlight detectionCorentin Chary1-1/+2
2011-08-05asus-wmi: fix section mismatchCorentin Chary1-1/+1
2011-08-05asus-wmi: add keyboard backlight supportCorentin Chary1-17/+113
2011-08-05asus-wmi: second part of the version starts at 16 not 8Corentin Chary1-1/+1
2011-08-05asus-wmi: Enable autorepeat for hotkey input deviceSeth Forshee1-0/+1
2011-08-05asus-wmi: Add callback for hotkey filteringSeth Forshee1-1/+11