Re: [PATCH V7 02/11] PNPACPI: use whilte list for pnpacpi device enumeration

2014-05-22 Thread Zhang Rui
On Thu, 2014-05-22 at 12:14 -0600, Bjorn Helgaas wrote: > "white" is misspelled in the subject line. I mentioned this before. > oops, forgot to update, thanks for the reminder. >From a8e08d7a6e050f31cec069cc1704f21214b90566 Mon Sep 17 00:00:00 2001 From: Zhang Rui Date: Tue, 8 Apr 2014 00:06:49

Re: [PATCH V7 02/11] PNPACPI: use whilte list for pnpacpi device enumeration

2014-05-22 Thread Bjorn Helgaas
"white" is misspelled in the subject line. I mentioned this before. On Thu, May 22, 2014 at 12:02 PM, Zhang Rui wrote: > ACPI can be used to enumerate PNP devices, but the code does not > handle this in a good manner. > ... -- To unsubscribe from this list: send the line "unsubscribe linux-kerne

[PATCH V7 02/11] PNPACPI: use whilte list for pnpacpi device enumeration

2014-05-22 Thread Zhang Rui
ACPI can be used to enumerate PNP devices, but the code does not handle this in a good manner. Currently, if an ACPI device 1. has _CRS method, 2. has an identifications of "three capital charactors followed by four hex numbers", 3. is not in the excluded id list, it is enumerated to PNP bus.