Re: [PATCH] firmware/dmi: Include product_sku info to modalias

2020-10-28 Thread Kai-Chuan Hsieh
Hello Jean, Thanks for your reminder, I'll read the document for future submission. Sorry for not following the rule this time. Thanks, KaiChuan On 10/28/20 5:04 PM, Jean Delvare wrote: Hi Kai-Chuan, On Wed, 28 Oct 2020 11:50:15 +0800, Kai-Chuan Hsieh wrote: Some Dell platforms rely on

[PATCH] firmware/dmi: Include product_sku info to modalias

2020-10-28 Thread Kai-Chuan Hsieh
Some Dell platforms rely on modalias to customize configuration, the product sku can be more specific for the hardware. Add product_sku to modalias for better utilization. Signed-off-by: Kai-Chuan Hsieh --- drivers/firmware/dmi-id.c | 1 + 1 file changed, 1 insertion(+) diff --git

[PATCH] firmware/dmi: Include product_sku info to modalias

2020-10-28 Thread Kai-Chuan Hsieh
Some Dell platforms rely on modalias to customize configuration, the product sku can be more specific for the hardware. Add product_sku to modalias for better utilization. Signed-off-by: Kai-Chuan Hsieh --- drivers/firmware/dmi-id.c | 1 + 1 file changed, 1 insertion(+) diff --git

[PATCH] firmware/dmi: Include product_sku info to modalias

2020-10-28 Thread Kai-Chuan Hsieh
Some Dell platforms rely on modalias to customize configuration, the product sku can be more specific for the hardware. Add product_sku to modalias for better utilization. Signed-off-by: Kai-Chuan Hsieh --- drivers/firmware/dmi-id.c | 1 + 1 file changed, 1 insertion(+) diff --git

Re: [PATCH] firmware/dmi: Include product_sku info to modalias

2020-10-28 Thread Jean Delvare
Hi Kai-Chuan, On Wed, 28 Oct 2020 11:50:15 +0800, Kai-Chuan Hsieh wrote: > Some Dell platforms rely on modalias to customize configuration, > the product sku can be more specific for the hardware. > > Add product_sku to modalias for better utilization. > > Signed-off-by: Kai-Chuan Hsieh > ---

Re: [PATCH] firmware/dmi: Include product_sku info to modalias

2020-10-27 Thread Jean Delvare
Hi Kai-Chuan, On Thu, 22 Oct 2020 21:11:32 +0800, Kai-Chuan Hsieh wrote: > There are multiple product skus share the same product name, like > clamshell and 2-in-1 for Latitude series. > Both of them have 3-axis accelerator, but rotation is only disable for > clamshell model. > Originally, it

Re: [PATCH] firmware/dmi: Include product_sku info to modalias

2020-10-22 Thread Kai-Chuan Hsieh
Hello Jean, There are multiple product skus share the same product name, like clamshell and 2-in-1 for Latitude series. Both of them have 3-axis accelerator, but rotation is only disable for clamshell model. Originally, it should be descriminated by chassis_type, but found that chassis_type

Re: [PATCH] firmware/dmi: Include product_sku info to modalias

2020-10-22 Thread Jean Delvare
Hi Kai-Chuan, On Thu, 22 Oct 2020 14:40:47 +0800, kaichuan.hs...@canonical.com wrote: > From: Kai-Chuan Hsieh > > Some Dell platforms rely on modalias to customize configuration, > the product sku can be more specific for the hardware. > > Add product_sku to modalias for better utilization.

[PATCH] firmware/dmi: Include product_sku info to modalias

2020-10-22 Thread kaichuan . hsieh
From: Kai-Chuan Hsieh Some Dell platforms rely on modalias to customize configuration, the product sku can be more specific for the hardware. Add product_sku to modalias for better utilization. Signed-off-by: Kai-Chuan Hsieh --- drivers/firmware/dmi-id.c | 31 ---