[PATCH 2/4] ACPI: add module autoloading support for ACPI enumerated devices

2014-01-14 Thread Zhang Rui
An ACPI enumerated device may have its compatible id strings. To support the compatible ACPI ids (acpi_device-pnp.ids), we introduced acpi_driver_match_device() to match the driver-acpi_match_table and acpi_device-pnp.ids. For those drivers, MODULE_DEVICE_TABLE(acpi, xxx) is used to exports the

[PATCH 2/4] ACPI: add module autoloading support for ACPI enumerated devices

2014-01-13 Thread Zhang Rui
An ACPI enumerated device may have its compatible id strings. To support the compatible ACPI ids (acpi_device-pnp.ids), we introduced acpi_driver_match_device() to match the driver-acpi_match_table and acpi_device-pnp.ids. For those drivers, MODULE_DEVICE_TABLE(acpi, xxx) is used to exports the