ACPI video hotkey: remove invalid events handler for video output devices
authorZhang Rui <rui.zhang@intel.com>
Mon, 20 Aug 2007 10:23:51 +0000 (18:23 +0800)
committerLen Brown <len.brown@intel.com>
Fri, 24 Aug 2007 03:06:11 +0000 (23:06 -0400)
commita1eb96a2f635cdb8f626f4074dae2ba5a6fce1e8
treed7e3a8a97594b79ceb3b59a8d593a087d60bb058
parenta7ecd1ea913346a72f41a002c365882dc05c9bd5
ACPI video hotkey: remove invalid events handler for video output devices

Both ACPI_VIDEO_NOTIFY_SWITCH and ACPI_VIDEO_NOTIFY_PROBE
are valid for video bus devices only. Actually ACPI video output
device should never be notified for a output device switch/probe.

ACPI bus devices notify handler already has the code to
handle these kinds of events.

Signed-off-by: Zhang Rui <rui.zhang@intel.com>
Signed-off-by: Len Brown <len.brown@intel.com>
drivers/acpi/video.c