Index: acpi.c =================================================================== RCS file: /cvs/hal/hal/hald/linux2/acpi.c,v retrieving revision 1.49 diff -u -p -r1.49 acpi.c --- acpi.c 26 Apr 2006 22:27:43 -0000 1.49 +++ acpi.c 27 Apr 2006 21:25:53 -0000 @@ -938,6 +938,11 @@ acpi_synthesize_sonypi_display (void) HAL_INFO (("Processing sonypi display")); + /* Check that we don't support brightness change through ACPI, + * for type3 VAIOs */ + if (g_file_test ("/proc/acpi/sony/brightness", G_FILE_TEST_EXISTS)) + return; + /* Find the sonypi device, this doesn't work * if the sonypi device doesn't have an IRQ, sorry */ for (i = 0; i < G_N_ELEMENTS (sonypi_irq_list); i++) {