diff mbox series

[v4,5/6] platform/x86: dell-smo8800: Add a couple more models to lis3lv02d_devices[]

Message ID 20240624111519.15652-6-hdegoede@redhat.com (mailing list archive)
State New
Headers show
Series i2c-i801 / dell-lis3lv02d: Move instantiation of lis3lv02d i2c_client from i2c-i801 to dell-lis3lv02d | expand

Commit Message

Hans de Goede June 24, 2024, 11:15 a.m. UTC
Add the accelerometer address for the following laptop models
to lis3lv02d_devices[]:

Dell Latitude E6330
Dell Latitude E6430
Dell XPS 15 9550

Tested-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
q# Please enter the commit message for your changes. Lines starting
---
 drivers/platform/x86/dell/dell-lis3lv02d.c | 3 +++
 1 file changed, 3 insertions(+)

Comments

Pali Rohár June 24, 2024, 6:14 p.m. UTC | #1
On Monday 24 June 2024 13:15:17 Hans de Goede wrote:
> Add the accelerometer address for the following laptop models
> to lis3lv02d_devices[]:
> 
> Dell Latitude E6330
> Dell Latitude E6430
> Dell XPS 15 9550
> 
> Tested-by: Hans de Goede <hdegoede@redhat.com>
> Signed-off-by: Hans de Goede <hdegoede@redhat.com>
> q# Please enter the commit message for your changes. Lines starting

Garbage at the end of commit message.

> ---
>  drivers/platform/x86/dell/dell-lis3lv02d.c | 3 +++
>  1 file changed, 3 insertions(+)
> 
> diff --git a/drivers/platform/x86/dell/dell-lis3lv02d.c b/drivers/platform/x86/dell/dell-lis3lv02d.c
> index e581b8e2a603..a7409db0505b 100644
> --- a/drivers/platform/x86/dell/dell-lis3lv02d.c
> +++ b/drivers/platform/x86/dell/dell-lis3lv02d.c
> @@ -43,10 +43,13 @@ static const struct dmi_system_id lis3lv02d_devices[] = {
>  	 * Additional individual entries were added after verification.
>  	 */
>  	DELL_LIS3LV02D_DMI_ENTRY("Latitude 5480",      0x29),
> +	DELL_LIS3LV02D_DMI_ENTRY("Latitude E6330",     0x29),
> +	DELL_LIS3LV02D_DMI_ENTRY("Latitude E6430",     0x29),
>  	DELL_LIS3LV02D_DMI_ENTRY("Precision 3540",     0x29),
>  	DELL_LIS3LV02D_DMI_ENTRY("Vostro V131",        0x1d),
>  	DELL_LIS3LV02D_DMI_ENTRY("Vostro 5568",        0x29),
>  	DELL_LIS3LV02D_DMI_ENTRY("XPS 15 7590",        0x29),
> +	DELL_LIS3LV02D_DMI_ENTRY("XPS 15 9550",        0x29),
>  	{ }
>  };
>  
> -- 
> 2.45.1
>
diff mbox series

Patch

diff --git a/drivers/platform/x86/dell/dell-lis3lv02d.c b/drivers/platform/x86/dell/dell-lis3lv02d.c
index e581b8e2a603..a7409db0505b 100644
--- a/drivers/platform/x86/dell/dell-lis3lv02d.c
+++ b/drivers/platform/x86/dell/dell-lis3lv02d.c
@@ -43,10 +43,13 @@  static const struct dmi_system_id lis3lv02d_devices[] = {
 	 * Additional individual entries were added after verification.
 	 */
 	DELL_LIS3LV02D_DMI_ENTRY("Latitude 5480",      0x29),
+	DELL_LIS3LV02D_DMI_ENTRY("Latitude E6330",     0x29),
+	DELL_LIS3LV02D_DMI_ENTRY("Latitude E6430",     0x29),
 	DELL_LIS3LV02D_DMI_ENTRY("Precision 3540",     0x29),
 	DELL_LIS3LV02D_DMI_ENTRY("Vostro V131",        0x1d),
 	DELL_LIS3LV02D_DMI_ENTRY("Vostro 5568",        0x29),
 	DELL_LIS3LV02D_DMI_ENTRY("XPS 15 7590",        0x29),
+	DELL_LIS3LV02D_DMI_ENTRY("XPS 15 9550",        0x29),
 	{ }
 };