Re: [V2 PATCH 1/2] ACPI / scan: Add support for ACPI _CLS device matching

2015-02-08 Thread Suravee Suthikulpanit
Thank you for review comment. I am sending out V3 with your suggestions. Suravee On 01/22/2015 06:40 AM, Rafael J. Wysocki wrote: On Monday, January 05, 2015 03:11:14 PM Suravee Suthikulpanit wrote: Device drivers typically use ACPI _HIDs/_CIDs listed in struct device_driver acpi_match_table

Re: [V2 PATCH 1/2] ACPI / scan: Add support for ACPI _CLS device matching

2015-01-21 Thread Rafael J. Wysocki
On Monday, January 05, 2015 03:11:14 PM Suravee Suthikulpanit wrote: > Device drivers typically use ACPI _HIDs/_CIDs listed in struct device_driver > acpi_match_table to match devices. However, for generic drivers, we do > not want to list _HID for all supported devices, and some device classes > d

[V2 PATCH 1/2] ACPI / scan: Add support for ACPI _CLS device matching

2015-01-05 Thread Suravee Suthikulpanit
Device drivers typically use ACPI _HIDs/_CIDs listed in struct device_driver acpi_match_table to match devices. However, for generic drivers, we do not want to list _HID for all supported devices, and some device classes do not have _CID (e.g. SATA, USB). Instead, we can leverage ACPI _CLS, which s