Re: [PATCH v3] create sun sysfs file

2012-08-06 Thread Yasuaki Ishimatsu
Hi Toshi, 2012/07/31 0:18, Toshi Kani wrote: On Mon, 2012-07-30 at 09:58 +0900, Yasuaki Ishimatsu wrote: Even if a device has _SUN method, there is no way to know the slot unique-ID. Thus the patch creates "sun" file in sysfs so that we can recognize it. Signed-off-by: Yasuaki Ishimatsu Hi

Re: [PATCH v3] create sun sysfs file

2012-08-06 Thread Yasuaki Ishimatsu
Hi Jiang, Sorry for late reply. I could not work by private reason. 2012/07/31 0:33, Jiang Liu wrote: > On 07/30/2012 08:58 AM, Yasuaki Ishimatsu wrote: >> Even if a device has _SUN method, there is no way to know the slot unique-ID. >> Thus the patch creates "sun" file in sysfs so that we can r

Re: [PATCH v3] create sun sysfs file

2012-07-30 Thread Jiang Liu
On 07/30/2012 08:58 AM, Yasuaki Ishimatsu wrote: > Even if a device has _SUN method, there is no way to know the slot unique-ID. > Thus the patch creates "sun" file in sysfs so that we can recognize it. > > Signed-off-by: Yasuaki Ishimatsu > > --- > drivers/acpi/scan.c | 25 ++

Re: [PATCH v3] create sun sysfs file

2012-07-30 Thread Toshi Kani
On Mon, 2012-07-30 at 09:58 +0900, Yasuaki Ishimatsu wrote: > Even if a device has _SUN method, there is no way to know the slot unique-ID. > Thus the patch creates "sun" file in sysfs so that we can recognize it. > > Signed-off-by: Yasuaki Ishimatsu Hi Yasuaki, Thanks for the quick update. Lo