commit | 78b8e141f8458ba0b8ac53c45bc327112c53887e | [log] [tgz] |
---|---|---|
author | Bjorn Helgaas <bjorn.helgaas@hp.com> | Mon Sep 21 13:35:04 2009 -0600 |
committer | Len Brown <len.brown@intel.com> | Fri Sep 25 14:25:29 2009 -0400 |
tree | cd8e3264d85f7bf57946697384a9fead97b84f44 | |
parent | e3b87f8a9d5a61f6367c66d1bb0a4e19d251194d [diff] |
ACPI: fix synthetic HID for \_SB_ This makes \_SB_ show up as /sys/devices/LNXSYSTM:00/LNXSYBUS:00 rather than "device:00". This has been broken for a loooong time (at least since 2.6.13) because device->parent is an acpi_device pointer, not a handle. Signed-off-by: Bjorn Helgaas <bjorn.helgaas@hp.com> Signed-off-by: Len Brown <len.brown@intel.com>