ACPI: work around duplicate name "VID" problem on T61
authorZhang Rui <rui.zhang@intel.com>
Sat, 25 Aug 2007 06:23:31 +0000 (02:23 -0400)
committerLen Brown <len.brown@intel.com>
Sat, 25 Aug 2007 06:23:31 +0000 (02:23 -0400)
commite6d9da1de0f31c57cfe3837b1b4e51c6d96fcd3c
tree51191b8b9b706f424bcadaadf02261caf80a9d2a
parent1a8f46100b657f533ce677e79bc27c6794c91c46
ACPI: work around duplicate name "VID" problem on T61

This can only fix the problem that more than one video bus device
have the same AML name "VID".
ie. the proc I/F for the second "VID" video bus device is located under
/proc/acpi/video/VID1/...

As this is really rare and the ACPI proc I/F is a legacy feature that
we are planning to remove.
We won't provide a generic solution for this problem.

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