Hi Linus, Please pull from the git repository at git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git acpi-3.10-rc6 to receive one ACPI fix for v3.10-rc6 which is commit 8c9b7a7b2fc2750af418ddc28e707c42e78aa0bf ACPI / video: Do not bind to device objects with a scan handler on top of commit 317ddd256b9c24b0d78fa8018f80f1e495481a10 Linux 3.10-rc5 This is an alternative fix for the regression introduced in 3.9 whose previous fix had to be reverted right before 3.10-rc5, because it broke one of the Tony's machines. In this one the check is confined to the ACPI video driver (which is the only one causing the problem to happen in the first place) and the Tony's box shouldn't even notice it. Thanks! --------------- Rafael J. Wysocki (1): ACPI / video: Do not bind to device objects with a scan handler --------------- drivers/acpi/scan.c | 5 +---- drivers/acpi/video.c | 3 +++ 2 files changed, 4 insertions(+), 4 deletions(-) -- I speak only for myself. Rafael J. Wysocki, Intel Open Source Technology Center. -- To unsubscribe from this list: send the line "unsubscribe linux-acpi" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html