|
Lines 124-130
Link Here
|
| 124 |
.name = "Plug and Play ACPI", |
124 |
.name = "Plug and Play ACPI", |
| 125 |
.get = pnpacpi_get_resources, |
125 |
.get = pnpacpi_get_resources, |
| 126 |
.set = pnpacpi_set_resources, |
126 |
.set = pnpacpi_set_resources, |
|
|
127 |
#if 0 /* Breaks parport, and should not be needed for onboard device anyway */ |
| 127 |
.disable = pnpacpi_disable_resources, |
128 |
.disable = pnpacpi_disable_resources, |
|
|
129 |
#endif |
| 128 |
}; |
130 |
}; |
| 129 |
|
131 |
|
| 130 |
static int __init pnpacpi_add_device(struct acpi_device *device) |
132 |
static int __init pnpacpi_add_device(struct acpi_device *device) |