]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/acpi/sbs.c
reverse CONFIG_ACPI_PROC_EVENT default
[linux-2.6-omap-h63xx.git] / drivers / acpi / sbs.c
index 82c3a550016d82068798351123f5d2b429ef64d4..a578986e3214fc9b479ef6978d645e9002137bed 100644 (file)
@@ -440,11 +440,12 @@ static int acpi_sbs_generate_event(struct acpi_device *device,
        strcpy(acpi_device_bid(device), bid);
        strcpy(acpi_device_class(device), class);
 
-       result = acpi_bus_generate_event(device, event, state);
+       result = acpi_bus_generate_proc_event(device, event, state);
 
        strcpy(acpi_device_bid(device), bid_saved);
        strcpy(acpi_device_class(device), class_saved);
 
+       acpi_bus_generate_netlink_event(class, bid, event, state);
        return result;
 }