Re: [PATCH 5/7] Support new Alps device that name is T4

2017-09-15 Thread Jiri Kosina
On Tue, 12 Sep 2017, Masaki Ota wrote: > From: Masaki Ota > -Add T4 device code and Product ID > -This device is used on HP EliteBook 1000 series and Zbook Stduio [ ... snip ... ] > Signed-off-by: Masaki Ota > +static int

Re: [PATCH 5/7] Support new Alps device that name is T4

2017-09-15 Thread Jiri Kosina
On Tue, 12 Sep 2017, Masaki Ota wrote: > From: Masaki Ota > -Add T4 device code and Product ID > -This device is used on HP EliteBook 1000 series and Zbook Stduio [ ... snip ... ] > Signed-off-by: Masaki Ota > +static int t4_read_write_register(struct hid_device *hdev, u32 address, > + u8

[PATCH 5/7] Support new Alps device that name is T4

2017-09-11 Thread Masaki Ota
From: Masaki Ota -Add T4 device code and Product ID -This device is used on HP EliteBook 1000 series and Zbook Stduio Signed-off-by: Masaki Ota --- drivers/hid/hid-alps.c | 343 ++---

[PATCH 5/7] Support new Alps device that name is T4

2017-09-11 Thread Masaki Ota
From: Masaki Ota -Add T4 device code and Product ID -This device is used on HP EliteBook 1000 series and Zbook Stduio Signed-off-by: Masaki Ota --- drivers/hid/hid-alps.c | 343 ++--- drivers/hid/hid-core.c | 3 +- drivers/hid/hid-ids.h | 1 + 3