From: Jaejoong Kim <hidden> Date: 2017-03-02 14:02:16
The cp2112 driver is working on hidraw not hiddev. So we need to use proper
hidraw name with hidraw's minor number.
Signed-off-by: Jaejoong Kim <redacted>
---
drivers/hid/hid-cp2112.c | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
From: Benjamin Tissoires <hidden> Date: 2017-03-02 14:17:41
On Mar 02 2017 or thereabouts, Jaejoong Kim wrote:
The cp2112 driver is working on hidraw not hiddev. So we need to use proper
hidraw name with hidraw's minor number.
Signed-off-by: Jaejoong Kim <redacted>
---
Looks good to me:
Reviewed-by: Benjamin Tissoires <redacted>
However, this one should probably be sent in the series "[PATCH 0/2]
HID: hiddev: move hiddev's minor number and refactoring" as it is a
requirement for this series.
I'd say resubmit this one in the v2 of the series (with my reviewed-by),
so that the series is consistent and Jiri knows that this one needs to
come before the rest of the series.
Cheers,
Benjamin
From: Kim Jaejoong <hidden> Date: 2017-03-03 06:57:38
Hi Benjamin
2017-03-02 23:08 GMT+09:00 Benjamin Tissoires [off-list ref]:
On Mar 02 2017 or thereabouts, Jaejoong Kim wrote:
quoted
The cp2112 driver is working on hidraw not hiddev. So we need to use proper
hidraw name with hidraw's minor number.
Signed-off-by: Jaejoong Kim <redacted>
---
Looks good to me:
Reviewed-by: Benjamin Tissoires <redacted>
Thanks for the review.
However, this one should probably be sent in the series "[PATCH 0/2]
HID: hiddev: move hiddev's minor number and refactoring" as it is a
requirement for this series.
I'd say resubmit this one in the v2 of the series (with my reviewed-by),
so that the series is consistent and Jiri knows that this one needs to
come before the rest of the series.
OK, I will resend v2 patchset with cp2112
Thanks,
jaejoong