From: Yu Luming Date: Tue, 19 Dec 2006 20:56:15 +0000 (-0800) Subject: ACPI: video: Add dev argument for backlight_device_register X-Git-Tag: v2.6.20-rc2~6^2~5^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=519ab5f2be65b72cf12ae99c89752bbe79b44df6;p=pandora-kernel.git ACPI: video: Add dev argument for backlight_device_register This patch set adds generic abstract layer support for acpi video driver to have generic user interface to control backlight and output switch control by leveraging the existing backlight sysfs class driver, and by adding a new video output sysfs class driver. This patch: Add dev argument for backlight_device_register to link the class device to real device object. The platform specific driver should find a way to get the real device object for their video device. [akpm@osdl.org: build fix] [akpm@osdl.org: fix msi-laptop.c] Signed-off-by: Luming Yu Cc: "Antonino A. Daplas" Cc: Greg KH Signed-off-by: Andrew Morton Signed-off-by: Len Brown --- Reading git-diff-tree failed