1. 5296a73 platform/x86: fujitsu-laptop: autodetect LCD interface on all models by Alan Jenkins · 8 years ago
  2. c1d1e8a platform/x86: fujitsu-laptop: simplify acpi_bus_register_driver() error handling by Alan Jenkins · 8 years ago
  3. 8c590e3 platform/x86: fujitsu-laptop: remove redundant forward declarations by Alan Jenkins · 8 years ago
  4. d3dd448 platform/x86: fujitsu-laptop: replace numeric values with constants by Alan Jenkins · 8 years ago
  5. 8ef27bd platform/x86: fujitsu-laptop: rename FUNC_RFKILL to FUNC_FLAGS by Alan Jenkins · 8 years ago
  6. 1650602 platform/x86: fujitsu-laptop: make platform-related variables match naming convention by Alan Jenkins · 8 years ago
  7. 6942eab platform/x86: fujitsu-laptop: replace "hotkey" with "laptop" in symbol names by Alan Jenkins · 8 years ago
  8. 9fc5cf6 platform/x86: fujitsu-laptop: clearly denote backlight-related symbols by Alan Jenkins · 8 years ago
  9. a28c7e9 platform/x86: fujitsu-laptop: make hotkey handling functions more similar by Michał Kępień · 8 years ago
  10. 29544f0 platform/x86: fujitsu-laptop: break up complex loop condition by Michał Kępień · 8 years ago
  11. 2451d19 platform/x86: fujitsu-laptop: move keycode processing to separate functions by Michał Kępień · 8 years ago
  12. eb357cb platform/x86: fujitsu-laptop: decrease indentation in acpi_fujitsu_hotkey_notify() by Michał Kępień · 8 years ago
  13. 5c461e8 platform/x86: fujitsu-laptop: simplify logolamp_get() by Michał Kępień · 8 years ago
  14. dcb50b3 platform/x86: fujitsu-laptop: rework logolamp_set() to properly handle errors by Michał Kępień · 8 years ago
  15. 5f25b00 platform/x86: fujitsu-laptop: set default trigger for radio LED to rfkill-any by Micha? K?pie? · 8 years ago
  16. a608a9d platform/x86: fujitsu-laptop: use brightness_set_blocking for LED-setting callbacks by Micha? K?pie? · 8 years ago
  17. 6967893 fujitsu-laptop: Rework brightness of eco led by Matej Groma · 9 years ago
  18. d6b88f6 fujitsu-laptop: Add support for eco LED by Matej Groma · 9 years ago
  19. 1879e69 fujitsu-laptop: Support touchpad toggle hotkey on Skylake-based models by Michał Kępień · 9 years ago
  20. 00816e1 fujitsu-laptop: Remove unused macros by Michał Kępień · 9 years ago
  21. 98020a4 fujitsu-laptop: Use module name in debug messages by Michał Kępień · 9 years ago
  22. 575b245 fujitsu-laptop: Use IS_ENABLED() instead of checking for built-in or module by Javier Martinez Canillas · 9 years ago
  23. 4f62568 fujitsu-laptop: Support radio LED by Michał Kępień · 9 years ago
  24. b5df36c fujitsu-laptop: Support radio toggle button by Michał Kępień · 9 years ago
  25. 413226f fujitsu-laptop: Port to new backlight interface selection API by Hans de Goede · 10 years ago
  26. e8549e2 fujitsu-laptop: use FB_BLANK_* constants by Michael Karcher · 10 years ago
  27. 385336e Merge tag 'platform-drivers-x86-v3.19-1' of git://git.infradead.org/users/dvhart/linux-platform-drivers-x86 by Linus Torvalds · 10 years ago
  28. 0098181 platform: x86: Deletion of checks before backlight_device_unregister() by Markus Elfring · 10 years ago
  29. 3493f41 platform: x86: drop owner assignment from platform_drivers by Wolfram Sang · 10 years ago
  30. 4990141 ACPI / PNP: remove Fujitsu device IDs from ACPI PNP ID list by Zhang Rui · 10 years ago
  31. fbe9b79 fujitsu-laptop: Mark fujitsu_dmi_table[] DMI table as __initconst by Mathias Krause · 10 years ago
  32. c4960cf fujitsu-laptop: Clear build warnings by Jean Delvare · 11 years ago
  33. 782dd91 fujitsu-laptop: Drop unneeded include by Jean Delvare · 11 years ago
  34. b30bb89 fujitsu-laptop: fix error return code by Julia Lawall · 11 years ago
  35. 29c29a9 fujitsu-laptop: convert acpi_evaluate_object() to acpi_evaluate_integer() by Zhang Rui · 11 years ago
  36. dd13b9a fujitsu-laptop: convert acpi_get_handle() to acpi_has_method() by Zhang Rui · 11 years ago
  37. 6c7fe47a fujitsu-laptop: convert acpi_evaluate_object() to acpi_execute_simple_method() by Zhang Rui · 11 years ago
  38. 1696d9d ACPI: Remove the old /proc/acpi/event interface by Thomas Renninger · 11 years ago
  39. 51fac83 ACPI: Remove useless type argument of driver .remove() operation by Rafael J. Wysocki · 12 years ago
  40. 409a3e9 Email/web address change by Jonathan Woithe · 13 years ago
  41. 77bad7c fujitsu-laptop: Convert printks to pr_<level> by Joe Perches · 14 years ago
  42. bb7ca74 backlight: add backlight type by Matthew Garrett · 14 years ago
  43. 52cfd50 Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6 by Linus Torvalds · 14 years ago
  44. 008d23e Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 14 years ago
  45. 40b7397 Platform / x86: Make fujitsu_laptop use acpi_bus_update_power() by Rafael J. Wysocki · 14 years ago
  46. 9c23225 fujitsu-laptop: fix compiler warning on pnp_ids by Namhyung Kim · 14 years ago
  47. acc2472 backlight: constify backlight_ops by Lionel Debroux · 14 years ago
  48. 67af711 fujitsu-laptop: make needlessly global symbols static by Axel Lin · 14 years ago
  49. 80183a4 compal-laptop/fujitsu-laptop/msi-laptop: make dmi_check_cb to return 1 instead of 0 by Axel Lin · 14 years ago
  50. 8e4e2ef fujitsu-laptop: remove unnecessary input_free_device calls by Axel Lin · 14 years ago
  51. 6c75dd0 drivers/platform/x86: Use kzalloc by Julia Lawall · 15 years ago
  52. 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
  53. a19a6ee backlight: Allow properties to be passed at registration by Matthew Garrett · 15 years ago
  54. fcb1123 Merge branch 'misc-2.6.33' into release by Len Brown · 15 years ago
  55. 3b1c37c fujitu-laptop: fix tests of acpi_evaluate_integer() return value by Jonathan Woithe · 15 years ago
  56. 7acd72e kfifo: rename kfifo_put... into kfifo_in... and kfifo_get... into kfifo_out... by Stefani Seibold · 15 years ago
  57. c1e13f2 kfifo: move out spinlock by Stefani Seibold · 15 years ago
  58. 4546548 kfifo: move struct kfifo in place by Stefani Seibold · 15 years ago
  59. 2906206 fujitsu-laptop: address missed led-class ifdef fixup by Jonathan Woithe · 15 years ago
  60. 89ae400 Merge branch 'fujitsu' into release by Len Brown · 15 years ago
  61. a192a95 ACPI: Move definition of PREFIX from acpi_bus.h to internal..h by Len Brown · 15 years ago
  62. 84a6ce2 fujitsu-laptop: increment driver version by Jonathan Woithe · 15 years ago
  63. 72afeea fujitsu-laptop: driver [un]registration fixes by Bartlomiej Zolnierkiewicz · 15 years ago
  64. 6705940 fujitsu-laptop: remove superfluous NULL pointer checks by Bartlomiej Zolnierkiewicz · 15 years ago
  65. 14485c5 fujitsu-laptop: Correct redundant test by Julia Lawall · 15 years ago
  66. 1e384cb fujitsu-laptop: support led-class as module by Stephen Gildea · 15 years ago
  67. b4ec027 fujitsu-laptop: use .notify method instead of installing hotkey handler directly by Bjorn Helgaas · 16 years ago
  68. 700b672 fujitsu-laptop: use .notify method instead of installing handler directly by Bjorn Helgaas · 16 years ago
  69. 4898c2b fujitsu-laptop: Use RFKILL support bitmask from firmware by Tony Vroon · 16 years ago
  70. d97c0de Merge branch 'drivers-platform' into release by Len Brown · 16 years ago
  71. 41b16dc create drivers/platform/x86/ from drivers/misc/ by Len Brown · 16 years ago[Renamed from drivers/misc/fujitsu-laptop.c]
  72. f398778 Merge branch 'video' into release by Len Brown · 16 years ago
  73. 56960b5 fujitsu-laptop: Add DMI callback for Lifebook S6420 by Tony Vroon · 16 years ago
  74. 7d5c89a fujitsu-laptop: fingers off backlight if video.ko is serving this functionality by Thomas Renninger · 16 years ago
  75. afeb12b fujitsu-laptop: fix section mismatch warning by Randy Dunlap · 16 years ago
  76. 7674416 Merge branch 'ull' into test by Len Brown · 16 years ago
  77. 5f50ef4 Merge branch 'misc' into test by Len Brown · 16 years ago
  78. 27663c5 ACPI: Change acpi_evaluate_integer to support 64-bit on 32-bit kernels by Matthew Wilcox · 16 years ago
  79. db89b4f ACPI: catch calls of acpi_driver_data on pointer of wrong type by Pavel Machek · 16 years ago
  80. 0e6a66e fujitsu-laptop: better handling of P8010 hotkey by Jonathan Woithe · 16 years ago
  81. d8196a9 fujitsu-laptop: fix regression for P8010 in 2.6.27-rc by Jonathan Woithe · 16 years ago
  82. 20b9373 Fujitsu-laptop update by Jonathan Woithe · 17 years ago
  83. a361a82 fujitsu-laptop: autoload module on Lifebook P1510D by Dan Williams · 17 years ago
  84. 5cf83b9 NULL noise: drivers/misc by Al Viro · 17 years ago
  85. 911f215 Remove inclusions of <linux/autoconf.h> by Ralf Baechle · 17 years ago
  86. b023b43 fujitsu-laptop.c: remove dead code by Adrian Bunk · 17 years ago
  87. b6f03ae fujitsu-laptop: make 2 functions static by Adrian Bunk · 17 years ago
  88. d048253 fujitsu-laptop: create Fujitsu laptop platform specific driver by Jonathan Woithe · 17 years ago