index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
platform
/
x86
/
asus-laptop.c
Age
Commit message (
Expand
)
Author
Files
Lines
2010-02-28
asus-laptop: fix style problems reported by checkpath.pl
Corentin Chary
1
-47
/
+47
2010-02-28
asus-laptop: use device_create_file() instead of platform_group
Corentin Chary
1
-82
/
+84
2010-02-28
asus-laptop: clean led code
Corentin Chary
1
-120
/
+115
2010-02-28
asus-laptop: add gps rfkill
Corentin Chary
1
-7
/
+58
2010-02-28
asus-laptop: set initial lcd state
Corentin Chary
1
-0
/
+2
2010-02-28
asus-laptop: leds, remove dead code and fix asus_led_exit()/asus_led_init()
Corentin Chary
1
-17
/
+14
2010-02-28
asus-laptop: add backlight changes notifications
Corentin Chary
1
-2
/
+27
2010-02-28
asus-laptop: add bluetooth keys found on M9V
Corentin Chary
1
-0
/
+2
2010-02-28
asus-laptop: switch to sparse keymap library
Corentin Chary
1
-141
/
+67
2010-02-28
asus-laptop: rename wireless_status to wlan_status to avoid confusion
Corentin Chary
1
-5
/
+5
2010-02-28
asus-laptop: add error check for write_acpi_int calls
Corentin Chary
1
-8
/
+25
2010-02-28
asus-laptop: stop using ASUS_HANDLE and use relative methods instead
Corentin Chary
1
-111
/
+129
2010-02-28
asus-laptop: rename function talking directly to acpi with asus_xxx scheme
Corentin Chary
1
-19
/
+19
2010-02-28
asus-laptop: removing read_status/store_status/write_status and asus->status
Corentin Chary
1
-57
/
+24
2010-02-28
asus-laptop: stop using read_status for lcd
Corentin Chary
1
-17
/
+20
2010-02-28
asus-laptop: stop using read_status and store_status for GPS
Corentin Chary
1
-21
/
+35
2010-02-28
asus-laptop: stop using read_status for bluetooth and wlan
Corentin Chary
1
-26
/
+29
2010-02-28
asus-laptop: code movement
Corentin Chary
1
-217
/
+223
2010-02-28
asus-laptop: callbacks should use "driver data" parameter or field
Corentin Chary
1
-153
/
+209
2010-02-28
asus-laptop: move backlight and dsdt info inside asus_laptop struct
Corentin Chary
1
-39
/
+30
2010-02-28
asus-laptop: revise names
Corentin Chary
1
-110
/
+111
2010-02-28
asus-laptop: change initialization order
Corentin Chary
1
-189
/
+180
2010-02-28
asus-laptop: remove unecessary hotk != NULL check
Corentin Chary
1
-4
/
+1
2010-02-28
asus-laptop: use tabs to indent macros and remove unused ones
Corentin Chary
1
-29
/
+22
2010-02-28
asus-laptop: simplify write_acpi_int
Corentin Chary
1
-11
/
+16
2010-02-28
asus-laptop: no need to check argument of set_brightness()
Corentin Chary
1
-8
/
+2
2010-02-28
asus-laptop: add wireless and bluetooth status parameter
Corentin Chary
1
-2
/
+17
2009-12-16
asus-laptop: change light sens default values.
Corentin Chary
1
-2
/
+2
2009-12-09
asus-laptop: Add wlan switch found on V6V
Corentin Chary
1
-0
/
+1
2009-12-09
asus-laptop: add Lenovo SL hotkey support
Ike Panhc
1
-0
/
+8
2009-12-09
asus-laptop: use KEY_F13 to map "Disable Touchpad" event
Corentin Chary
1
-1
/
+1
2009-12-09
asus-laptop: set acpi_driver.owner
Alan Jenkins
1
-0
/
+1
2009-12-09
asus-laptop: Remove uneccesary acpi_disabled check
Alan Jenkins
1
-3
/
+0
2009-12-09
asus-laptop: Remove redundant NULL checks
Alan Jenkins
1
-6
/
+0
2009-08-29
asus-laptop: Fix coding style for comments
Corentin Chary
1
-45
/
+63
2009-08-28
asus-laptop: Add "calculator" hotkey
Corentin Chary
1
-0
/
+1
2009-08-28
asus-laptop: Add suport for another "Media" key
Corentin Chary
1
-0
/
+1
2009-08-28
asus-laptop: handle keyboard backlight keys
Corentin Chary
1
-0
/
+2
2009-08-28
asus-laptop: Add support for Keyboard backlight
Corentin Chary
1
-2
/
+77
2009-08-28
asus-laptop: set maximum led brightness
Corentin Chary
1
-6
/
+7
2009-08-28
asus-laptop: Map X50R hotkeys
Corentin Chary
1
-0
/
+3
2009-08-28
asus-laptop: Add *_led_get() functions
Corentin Chary
1
-0
/
+8
2009-08-28
asus-laptop: Show HRWS in infos and fix output format
Corentin Chary
1
-2
/
+12
2009-06-24
asus-laptop: use pr_fmt and pr_<level>
Corentin Chary
1
-24
/
+26
2009-06-24
asus-laptop: platform dev as parent for led and backlight
Corentin Chary
1
-21
/
+19
2009-06-18
ACPI: asus-laptop: use .notify method instead of installing handler directly
Bjorn Helgaas
1
-18
/
+5
2009-05-14
asus-laptop: fix input keycode
Corentin Chary
1
-3
/
+3
2009-03-16
asus-laptop: restore acpi_generate_proc_event()
Corentin Chary
1
-1
/
+4
2009-01-20
asus-laptop: fix label indentation
Corentin Chary
1
-8
/
+8
2009-01-20
asus-laptop: hotkeys via the generic input interface
Corentin Chary
1
-1
/
+154
[next]