Re: [PATCH] HID: quirks: Ignore Simply Automated UPB PIM

2020-06-24 Thread Jiri Kosina
On Tue, 23 Jun 2020, James Hilliard wrote: > As this is a cypress HID->COM RS232 style device that is handled > by the cypress_M8 driver we also need to add it to the ignore list > in hid-quirks. Applied, thanks. -- Jiri Kosina SUSE Labs

[PATCH] HID: quirks: Ignore Simply Automated UPB PIM

2020-06-23 Thread James Hilliard
As this is a cypress HID->COM RS232 style device that is handled by the cypress_M8 driver we also need to add it to the ignore list in hid-quirks. Cc: stable Signed-off-by: James Hilliard --- drivers/hid/hid-ids.h| 2 ++ drivers/hid/hid-quirks.c | 1 + 2 files changed, 3 insertions(+) diff