Re: [PATCH 2/3] HID: google: Add of_match table to Whiskers switch device.

2019-10-17 Thread Ikjoon Jang
A gentle ping on adding DT binding for Hammer (2/2). On Sat, Oct 5, 2019 at 6:14 PM Ikjoon Jang wrote: > > Add a device tree match table. > > Change-Id: Iaee68311073cefa4b99cde182bd37d1a67c94ea6 > Signed-off-by: Ikjoon Jang > --- > drivers/hid/hid-google-hammer.c | 10 ++ > 1 file chang

[PATCH 2/3] HID: google: Add of_match table to Whiskers switch device.

2019-10-05 Thread Ikjoon Jang
Add a device tree match table. Change-Id: Iaee68311073cefa4b99cde182bd37d1a67c94ea6 Signed-off-by: Ikjoon Jang --- drivers/hid/hid-google-hammer.c | 10 ++ 1 file changed, 10 insertions(+) diff --git a/drivers/hid/hid-google-hammer.c b/drivers/hid/hid-google-hammer.c index 31e4a39946f5.