- 16 Aug, 2014 1 commit
-
-
Mathias Krause authored
The DMI table is already marked as __initconst, so can be the callback functions as they're only used in that context. Signed-off-by:
Mathias Krause <minipli@googlemail.com> Cc: Robert Gerlach <khnz@gmx.de> Signed-off-by:
Matthew Garrett <matthew.garrett@nebula.com>
-
- 06 Apr, 2014 1 commit
-
-
Scott K Logan authored
The button mappings for the Fujitsu Lifebook T901 and T902 are quite different from the generic Lifebook T mappings that are defined. This patch adds mappings that are specific to the hardware on these machines, and allows users to take advantage of features like screen rotation. Signed-off-by:
Scott K Logan <logans@cottsay.net> Signed-off-by:
Matthew Garrett <matthew.garrett@nebula.com>
-
- 25 Jan, 2013 1 commit
-
-
Rafael J. Wysocki authored
The second argument of ACPI driver .remove() operation is only used by the ACPI processor driver and the value passed to that driver through it is always available from the given struct acpi_device object's removal_type field. For this reason, the second ACPI driver .remove() argument is in fact useless, so drop it. Signed-off-by:
Rafael J. Wysocki <rafael.j.wysocki@intel.com> Reviewed-by:
Jiang Liu <jiang.liu@huawei.com> Acked-by:
Toshi Kani <toshi.kani@hp.com> Acked-by:
Yinghai Lu <yinghai@kernel.org>
-
- 03 Jan, 2013 1 commit
-
-
Greg Kroah-Hartman authored
CONFIG_HOTPLUG is going away as an option. As a result, the __dev* markings need to be removed. This change removes the use of __devinit, __devexit_p, __devinitdata, __devinitconst, and __devexit from these drivers. Based on patches originally written by Bill Pemberton, but redone by me in order to handle some of the coding style issues better, by hand. Cc: Bill Pemberton <wfp5p@virginia.edu> Cc: Joey Lee <jlee@novell.com> Cc: Matthew Garrett <mjg@redhat.com> Cc: Peter Feuerer <peter@piie.net> Cc: Corentin Chary <corentin.chary@gmail.com> Cc: Cezary Jackiewicz <cezary.jackiewicz@gmail.com> Cc: Robert Gerlach <khnz@gmx.de> Cc: Ike Panhc <ike.pan@canonical.com> Cc: Henrique de Moraes Holschuh <ibm-acpi@hmh.eng.br> Signed-off-by:
Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-
- 05 Oct, 2012 1 commit
-
-
Andi Kleen authored
Signed-off-by:
Andi Kleen <ak@linux.intel.com> Cc: Matthew Garrett <mjg@redhat.com> Signed-off-by:
Andrew Morton <akpm@linux-foundation.org> Signed-off-by:
Linus Torvalds <torvalds@linux-foundation.org>
-
- 10 Aug, 2012 1 commit
-
-
Rafael J. Wysocki authored
According to compiler warnings, quite some suspend/resume functions in platform x86 drivers are not used for CONFIG_PM_SLEEP unset, so add #ifdefs to prevent them from being built in that case. Signed-off-by:
Rafael J. Wysocki <rjw@sisk.pl>
-
- 01 Jul, 2012 1 commit
-
-
Rafael J. Wysocki authored
Make the fujitsu-tablet driver define its PM callbacks through a struct dev_pm_ops object rather than by using legacy PM hooks in struct acpi_device_ops. Signed-off-by:
Rafael J. Wysocki <rjw@sisk.pl>
-
- 31 May, 2012 3 commits
-
-
Robert Gerlach authored
This patch adds a quirk to fix the dock detection for Fujitsu Stylistic devices and fixes an bug in which tablet mode state was not correctly reported in Fujitsu Lifebook and Stylistic models. Signed-off-by:
Robert Gerlach <khnz@gmx.de> Signed-off-by:
Matthew Garrett <mjg@redhat.com>
-
Robert Gerlach authored
Signed-off-by:
Robert Gerlach <khnz@gmx.de> Signed-off-by:
Matthew Garrett <mjg@redhat.com>
-
Robert Gerlach authored
Signed-off-by:
Robert Gerlach <khnz@gmx.de> Signed-off-by:
Matthew Garrett <mjg@redhat.com>
-
- 12 Mar, 2012 1 commit
-
-
Robert Gerlach authored
This patch adds support for some of the devices within a wide variety of Fujitsu Tablet Computers, both convertibles and slates. Primarily it allows for the automatic detection of the tablet/notebook mode for convertible tablet pc's, and orientation for docked slates. It also adds support for the application panel buttons usually found next to the tablet screen, and docking station detection for slates. Signed-off-by:
Robert Gerlach <khnz@gmx.de> Signed-off-by:
Matthew Garrett <mjg@redhat.com>
-