Re: [PATCH v1 7/7] input: cyapa: add CYAP0002 Gen6 device for ACPI configuration

2015-07-20 Thread Dmitry Torokhov
On Mon, Jun 15, 2015 at 05:01:37PM +0800, Dudley Du wrote:
> Add CYTP0002 name for Gen6 device for ACPI configuration
> TEST=test on Chromebook.
> 
> Signed-off-by: Dudley Du 

Applied, thank you.

> ---
>  drivers/input/mouse/cyapa.c | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/drivers/input/mouse/cyapa.c b/drivers/input/mouse/cyapa.c
> index 7b6d6d4..7f674aa 100644
> --- a/drivers/input/mouse/cyapa.c
> +++ b/drivers/input/mouse/cyapa.c
> @@ -1558,6 +1558,7 @@ MODULE_DEVICE_TABLE(i2c, cyapa_id_table);
>  static const struct acpi_device_id cyapa_acpi_id[] = {
>   { "CYAP", 0 },  /* Gen3 trackpad with 0x67 I2C address. */
>   { "CYAP0001", 0 },  /* Gen5 trackpad with 0x24 I2C address. */
> + { "CYAP0002", 0 },  /* Gen6 trackpad with 0x24 I2C address. */
>   { }
>  };
>  MODULE_DEVICE_TABLE(acpi, cyapa_acpi_id);
> -- 
> 1.9.1
> 
> 
> ---
> This message and any attachments may contain Cypress (or its
> subsidiaries) confidential information. If it has been received
> in error, please advise the sender and immediately delete this
> message.
> ---
> 

-- 
Dmitry
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: [PATCH v1 7/7] input: cyapa: add CYAP0002 Gen6 device for ACPI configuration

2015-07-20 Thread Dmitry Torokhov
On Mon, Jun 15, 2015 at 05:01:37PM +0800, Dudley Du wrote:
 Add CYTP0002 name for Gen6 device for ACPI configuration
 TEST=test on Chromebook.
 
 Signed-off-by: Dudley Du d...@cypress.com

Applied, thank you.

 ---
  drivers/input/mouse/cyapa.c | 1 +
  1 file changed, 1 insertion(+)
 
 diff --git a/drivers/input/mouse/cyapa.c b/drivers/input/mouse/cyapa.c
 index 7b6d6d4..7f674aa 100644
 --- a/drivers/input/mouse/cyapa.c
 +++ b/drivers/input/mouse/cyapa.c
 @@ -1558,6 +1558,7 @@ MODULE_DEVICE_TABLE(i2c, cyapa_id_table);
  static const struct acpi_device_id cyapa_acpi_id[] = {
   { CYAP, 0 },  /* Gen3 trackpad with 0x67 I2C address. */
   { CYAP0001, 0 },  /* Gen5 trackpad with 0x24 I2C address. */
 + { CYAP0002, 0 },  /* Gen6 trackpad with 0x24 I2C address. */
   { }
  };
  MODULE_DEVICE_TABLE(acpi, cyapa_acpi_id);
 -- 
 1.9.1
 
 
 ---
 This message and any attachments may contain Cypress (or its
 subsidiaries) confidential information. If it has been received
 in error, please advise the sender and immediately delete this
 message.
 ---
 

-- 
Dmitry
--
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


[PATCH v1 7/7] input: cyapa: add CYAP0002 Gen6 device for ACPI configuration

2015-06-15 Thread Dudley Du
Add CYTP0002 name for Gen6 device for ACPI configuration
TEST=test on Chromebook.

Signed-off-by: Dudley Du 
---
 drivers/input/mouse/cyapa.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/input/mouse/cyapa.c b/drivers/input/mouse/cyapa.c
index 7b6d6d4..7f674aa 100644
--- a/drivers/input/mouse/cyapa.c
+++ b/drivers/input/mouse/cyapa.c
@@ -1558,6 +1558,7 @@ MODULE_DEVICE_TABLE(i2c, cyapa_id_table);
 static const struct acpi_device_id cyapa_acpi_id[] = {
{ "CYAP", 0 },  /* Gen3 trackpad with 0x67 I2C address. */
{ "CYAP0001", 0 },  /* Gen5 trackpad with 0x24 I2C address. */
+   { "CYAP0002", 0 },  /* Gen6 trackpad with 0x24 I2C address. */
{ }
 };
 MODULE_DEVICE_TABLE(acpi, cyapa_acpi_id);
-- 
1.9.1


---
This message and any attachments may contain Cypress (or its
subsidiaries) confidential information. If it has been received
in error, please advise the sender and immediately delete this
message.
---

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


[PATCH v1 7/7] input: cyapa: add CYAP0002 Gen6 device for ACPI configuration

2015-06-15 Thread Dudley Du
Add CYTP0002 name for Gen6 device for ACPI configuration
TEST=test on Chromebook.

Signed-off-by: Dudley Du d...@cypress.com
---
 drivers/input/mouse/cyapa.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/input/mouse/cyapa.c b/drivers/input/mouse/cyapa.c
index 7b6d6d4..7f674aa 100644
--- a/drivers/input/mouse/cyapa.c
+++ b/drivers/input/mouse/cyapa.c
@@ -1558,6 +1558,7 @@ MODULE_DEVICE_TABLE(i2c, cyapa_id_table);
 static const struct acpi_device_id cyapa_acpi_id[] = {
{ CYAP, 0 },  /* Gen3 trackpad with 0x67 I2C address. */
{ CYAP0001, 0 },  /* Gen5 trackpad with 0x24 I2C address. */
+   { CYAP0002, 0 },  /* Gen6 trackpad with 0x24 I2C address. */
{ }
 };
 MODULE_DEVICE_TABLE(acpi, cyapa_acpi_id);
-- 
1.9.1


---
This message and any attachments may contain Cypress (or its
subsidiaries) confidential information. If it has been received
in error, please advise the sender and immediately delete this
message.
---

--
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/