Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
5b40baee4a39d96d4d6a48a2b2383982912c429b
/
drivers
/
platform
/
x86
/
thinkpad_acpi.c
a4f46bb
thinkpad-acpi: recognize latest V-Series using DMI_BIOS_VENDOR
by Manoj Iyer
· 12 years ago
3567a4e
platform / x86 / PM: Fix unused function warnings for CONFIG_PM_SLEEP
by Rafael J. Wysocki
· 12 years ago
00d3959
thinkpad_acpi: Free hotkey_keycode_map after unregistering tpacpi_inputdev
by Li Dongyang
· 13 years ago
d2be15b
thinkpad_acpi: Fix a memory leak during module exit
by Li Dongyang
· 13 years ago
e03e389
thinkpad_acpi: Flush the workqueue before freeing tpacpi_leds
by Li Dongyang
· 13 years ago
4959a78
thinkpad_acpi: Use struct dev_pm_ops instead of legacy PM routines
by Rafael J. Wysocki
· 13 years ago
fd3c3a4
thinkpad_acpi: Drop pm_message_t arguments from suspend routines
by Rafael J. Wysocki
· 13 years ago
ff41319
thinkpad-acpi: fix issuing duplicated key events for brightness up/down
by Alex Hung
· 13 years ago
23b0531
thinkpad-acpi: recognize Lenovo as version string in newer V-series BIOS
by Manoj Iyer
· 13 years ago
90ab5ee
module_param: make bool parameters really bool (drivers & misc)
by Rusty Russell
· 13 years ago
eb59c50
Merge branch 'pm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
by Linus Torvalds
· 13 years ago
d161a13
switch procfs to umode_t use
by Al Viro
· 14 years ago
8a32c44
freezer: implement and use kthread_freezable_should_stop()
by Tejun Heo
· 13 years ago
1f01358
thinkpad_acpi: Fix printk typo 'bluestooth'
by Paul Bolle
· 13 years ago
3300955
Add KEY_MICMUTE and enable it on Lenovo X220
by Andy Lutomirski
· 14 years ago
a50245a
thinkpad-acpi: handle HKEY 0x4010, 0x4011 events
by Henrique de Moraes Holschuh
· 14 years ago
2d43f67
thinkpad-acpi: handle some new HKEY 0x60xx events
by Henrique de Moraes Holschuh
· 14 years ago
0978e01
thinkpad_acpi: Convert printks to pr_<level>
by Joe Perches
· 14 years ago
112a6ee
thinkpad_acpi: Correct !CONFIG_THINKPAD_ACPI_VIDEO warning
by Joe Perches
· 14 years ago
9fbdaeb
thinkpad-acpi: module autoloading for newer Lenovo ThinkPads.
by Manoj Iyer
· 14 years ago
b569ab3
thinkpad-acpi fails to load with newer Thinkpad X201s BIOS
by Keith Packard
· 14 years ago
c844033
platform-drivers: x86: fix common misspellings
by Lucas De Marchi
· 14 years ago
bb7ca74
backlight: add backlight type
by Matthew Garrett
· 14 years ago
5ffba7e
thinkpad_acpi: Always report scancodes for hotkeys
by Seth Forshee
· 14 years ago
008d23e
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
by Linus Torvalds
· 14 years ago
2136585
ACPI Thinkpad: We must always call va_end() after va_start() but do not do so in thinkpad_acpi.c::acpi_evalf()
by Jesper Juhl
· 14 years ago
3098064
drivers/platform/x86: Remove unnecessary semicolons
by Joe Perches
· 14 years ago
4b7bd36
Merge branch 'master' into for-next
by Jiri Kosina
· 14 years ago
d41014b
drivers/platform/x86/thinkpad_acpi.c: delete double assignment
by Julia Lawall
· 14 years ago
acc2472
backlight: constify backlight_ops
by Lionel Debroux
· 14 years ago
b595076
tree-wide: fix comment/printk typos
by Uwe Kleine-König
· 14 years ago
fc6e756
thinkpad-acpi: avoid keymap pitfall
by Henrique de Moraes Holschuh
· 14 years ago
2b75426
thinkpad-acpi: Add KEY_CAMERA (Fn-F6) for Lenovo keyboards
by Jens Taprogge
· 14 years ago
d1e14dc
thinkpad-acpi: add support for model-specific keymaps
by Henrique de Moraes Holschuh
· 14 years ago
34a656d2
thinkpad-acpi: lock down size of hotkey keymap
by Henrique de Moraes Holschuh
· 14 years ago
217f096
thinkpad-acpi: untangle ACPI/vendor backlight selection
by Henrique de Moraes Holschuh
· 14 years ago
122f267
thinkpad-acpi: find ACPI video device by synthetic HID
by Henrique de Moraes Holschuh
· 14 years ago
a420e46
X86 platform drivers: Remove EC dump from thinkpad_acpi
by Thomas Renninger
· 15 years ago
7d9745c
thinkpad-acpi: document backlight level writeback at driver init
by Henrique de Moraes Holschuh
· 15 years ago
ef07a5a
thinkpad-acpi: clean up ACPI handles handling
by Henrique de Moraes Holschuh
· 15 years ago
2cbb5c8
thinkpad-acpi: don't depend on led_path for led firmware type (v2)
by Henrique de Moraes Holschuh
· 15 years ago
72f1992
thinkpad-acpi: explain errors from acpi_install_notify_handler
by Henrique de Moraes Holschuh
· 15 years ago
263f4a3
thinkpad-acpi: acpi_evalf fixes
by Henrique de Moraes Holschuh
· 15 years ago
437e470
thinkpad-acpi: detect EC node using its HID (v2)
by Henrique de Moraes Holschuh
· 15 years ago
38e11cd
thinkpad-acpi: disclose usertask for ALSA callbacks
by Henrique de Moraes Holschuh
· 15 years ago
2899902
thinkpad-acpi: fix brightness hotkey poll handling
by Henrique de Moraes Holschuh
· 15 years ago
7777583
thinkpad-acpi: let other subdrivers know backlight level range
by Henrique de Moraes Holschuh
· 15 years ago
7a43f78
thinkpad-acpi: move greeting messages out of the first subdriver (v2)
by Henrique de Moraes Holschuh
· 15 years ago
5d756db
thinkpad-acpi: fix volume/mute hotkey poll handling
by Henrique de Moraes Holschuh
· 15 years ago
a318930
thinkpad-acpi: X100e quick fixes
by Henrique de Moraes Holschuh
· 15 years ago
e28393c
thinkpad-acpi: constrain IBM-era support to IBM boxes
by Henrique de Moraes Holschuh
· 15 years ago
5a0e3ad
include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h
by Tejun Heo
· 15 years ago
a19a6ee
backlight: Allow properties to be passed at registration
by Matthew Garrett
· 15 years ago
318ae2e
Merge branch 'for-next' into for-linus
by Jiri Kosina
· 15 years ago
88cc837
thinkpad-acpi: fix ALSA callback return status
by Henrique de Moraes Holschuh
· 15 years ago
b525c06
thinkpad-acpi: lock down video output state access
by Henrique de Moraes Holschuh
· 15 years ago
08fedfc
thinkpad-acpi: fix bluetooth/wwan resume
by Henrique de Moraes Holschuh
· 15 years ago
7f0cf71
thinkpad-acpi: make driver events work in NVRAM poll mode
by Henrique de Moraes Holschuh
· 15 years ago
b589ea4
thinkpad-acpi: fix poll thread auto-start
by Henrique de Moraes Holschuh
· 15 years ago
7d1894d
thinkpad-acpi: R52 brightness_mode has been confirmed
by Henrique de Moraes Holschuh
· 15 years ago
bf8b29c
thinkpad-acpi: document HKEY event 3006
by Henrique de Moraes Holschuh
· 15 years ago
f04d5e0
thinkpad-acpi: wrong thermal attribute_group removed in thermal_exit()
by Roel Kluin
· 15 years ago
9ddc5b6
tree-wide: fix typos "ammount" -> "amount"
by Uwe Kleine-König
· 15 years ago
ff850c3
thinkpad-acpi: make volume subdriver optional
by Henrique de Moraes Holschuh
· 15 years ago
74c75c1
thinkpad-acpi: don't fail to load the entire module due to ALSA problems
by Henrique de Moraes Holschuh
· 15 years ago
ead510c
thinkpad-acpi: don't take the first ALSA slot by default
by Henrique de Moraes Holschuh
· 15 years ago
7458bbd
Merge branch 'thinkpad-2.6.33' into release
by Len Brown
· 15 years ago
5d2eb14
thinkpad-acpi: bump version to 0.24
by Henrique de Moraes Holschuh
· 15 years ago
887965e
thinkpad-acpi: convert to seq_file
by Alexey Dobriyan
· 15 years ago
0d204c3
thinkpad-acpi: basic ALSA mixer support (v2)
by Henrique de Moraes Holschuh
· 15 years ago
c7ac629
thinkpad-acpi: disable volume control
by Henrique de Moraes Holschuh
· 15 years ago
a112cee
thinkpad-acpi: support MUTE-only ThinkPads
by Henrique de Moraes Holschuh
· 15 years ago
329e4e1
thinkpad-acpi: volume subdriver rewrite
by Henrique de Moraes Holschuh
· 15 years ago
5451a92
thinkpad-acpi: log initial state of rfkill switches
by Henrique de Moraes Holschuh
· 15 years ago
d89a727
thinkpad-acpi: sync input device EV_SW initial state
by Henrique de Moraes Holschuh
· 15 years ago
e7d2860
tree-wide: convert open calls to remove spaces to skip_spaces() lib function
by André Goddard Rosa
· 15 years ago
3067e02
Merge branch 'acpica' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6
by Linus Torvalds
· 15 years ago
792979c
thinkpad-acpi: use input_set_capability
by Henrique de Moraes Holschuh
· 15 years ago
9ebd9e8
thinkpad-acpi: log temperatures on termal alarm (v2)
by Henrique de Moraes Holschuh
· 15 years ago
b09c722
thinkpad-acpi: expose module parameters
by Henrique de Moraes Holschuh
· 15 years ago
d112ef9
thinkpad-acpi: adopt input device
by Henrique de Moraes Holschuh
· 15 years ago
6b30eb7
thinkpad-acpi: silence bogus complain during rmmod
by Henrique de Moraes Holschuh
· 15 years ago
347a268
thinkpad-acpi: issue backlight class events
by Henrique de Moraes Holschuh
· 15 years ago
90765c6
thinkpad-acpi: fix some version quirks
by Henrique de Moraes Holschuh
· 15 years ago
208b996
thinkpad-acpi: preserve rfkill state across suspend/resume
by Henrique de Moraes Holschuh
· 15 years ago
a9f8eac
thinkpad-acpi: fix default brightness_mode for R50e/R51
by Henrique de Moraes Holschuh
· 15 years ago
d014d04
Merge branch 'for-next' into for-linus
by Jiri Kosina
· 15 years ago
af901ca
tree-wide: fix assorted typos all over the place
by André Goddard Rosa
· 15 years ago
275014a
thinkpad-acpi: fix detection of old ThinkPads
by Henrique de Moraes Holschuh
· 15 years ago
80a8d12
thinkpad-acpi: fix sign of ERESTARTSYS return
by Roel Kluin
· 15 years ago
2263576
ACPICA: Add post-order callback to acpi_walk_namespace
by Lin Ming
· 15 years ago
b684a36
thinkpad-acpi: fix CONFIG_THINKPAD_ACPI_HOTKEY_POLL build problem
by Henrique de Moraes Holschuh
· 15 years ago
67bcae6
thinkpad-acpi: name event constants
by Henrique de Moraes Holschuh
· 15 years ago
8b468c0
thinkpad-acpi: add internal hotkey event API
by Henrique de Moraes Holschuh
· 15 years ago
0d922e3
thinkpad-acpi: hotkey event driver update
by Henrique de Moraes Holschuh
· 15 years ago
176dd98
thinkpad-acpi: drop HKEY event 0x5010
by Henrique de Moraes Holschuh
· 15 years ago
4be7300
thinkpad-acpi: remove uneeded tp_features.hotkey tests in hotkey_exit
by Henrique de Moraes Holschuh
· 15 years ago
435c47e
thinkpad-acpi: don't leave ERR_PTR() pointers around
by Henrique de Moraes Holschuh
· 15 years ago
5f0dadb
thinkpad_acpi: fix rfkill memory leak on unload
by Corentin Chary
· 15 years ago
de4c8cc
thinkpad-acpi: report brightness events when required
by Henrique de Moraes Holschuh
· 15 years ago
Next »