mbox series

[v4,0/4] HID: kye: Add support for all kye tablets

Message ID 20230207043318.23842-1-mmyangfl@gmail.com
Headers show
Series HID: kye: Add support for all kye tablets | expand

Message

David Yang Feb. 7, 2023, 4:33 a.m. UTC
This series refactor kye tablet descriptor fixup routine, by using a
template and filling parameters on the fly, and add support for all
possible kye tablets.
---
v2: fix missing rsize assignment
v3: fix geometry
v4: split patches

David Yang (4):
  HID: kye: Rewrite tablet descriptor fixup routine
  HID: kye: Generate tablet fixup descriptors on the fly
  HID: kye: Sort kye devices
  HID: kye: Add support for all kye tablets

 drivers/hid/hid-ids.h    |   9 +-
 drivers/hid/hid-kye.c    | 917 +++++++++++++++++----------------------
 drivers/hid/hid-quirks.c |  14 +-
 3 files changed, 414 insertions(+), 526 deletions(-)

Comments

Jiri Kosina March 10, 2023, 2:06 p.m. UTC | #1
On Tue, 7 Feb 2023, David Yang wrote:

> This series refactor kye tablet descriptor fixup routine, by using a
> template and filling parameters on the fly, and add support for all
> possible kye tablets.
> ---
> v2: fix missing rsize assignment
> v3: fix geometry
> v4: split patches
> 
> David Yang (4):
>   HID: kye: Rewrite tablet descriptor fixup routine
>   HID: kye: Generate tablet fixup descriptors on the fly
>   HID: kye: Sort kye devices
>   HID: kye: Add support for all kye tablets
> 
>  drivers/hid/hid-ids.h    |   9 +-
>  drivers/hid/hid-kye.c    | 917 +++++++++++++++++----------------------
>  drivers/hid/hid-quirks.c |  14 +-
>  3 files changed, 414 insertions(+), 526 deletions(-)

Now queued in hid.git#for-6.4/kye, thanks David.
David Yang March 11, 2023, 5:47 a.m. UTC | #2
Jiri Kosina <jikos@kernel.org> 于2023年3月10日周五 22:06写道:
>
> On Tue, 7 Feb 2023, David Yang wrote:
>
> > This series refactor kye tablet descriptor fixup routine, by using a
> > template and filling parameters on the fly, and add support for all
> > possible kye tablets.
> > ---
> > v2: fix missing rsize assignment
> > v3: fix geometry
> > v4: split patches
> >
> > David Yang (4):
> >   HID: kye: Rewrite tablet descriptor fixup routine
> >   HID: kye: Generate tablet fixup descriptors on the fly
> >   HID: kye: Sort kye devices
> >   HID: kye: Add support for all kye tablets
> >
> >  drivers/hid/hid-ids.h    |   9 +-
> >  drivers/hid/hid-kye.c    | 917 +++++++++++++++++----------------------
> >  drivers/hid/hid-quirks.c |  14 +-
> >  3 files changed, 414 insertions(+), 526 deletions(-)
>
> Now queued in hid.git#for-6.4/kye, thanks David.
>
> --
> Jiri Kosina
> SUSE Labs
>

Thanks. But seems you missed the last patch.
Jiri Kosina March 24, 2023, 1 p.m. UTC | #3
On Sat, 11 Mar 2023, Yangfl wrote:

> > > This series refactor kye tablet descriptor fixup routine, by using a
> > > template and filling parameters on the fly, and add support for all
> > > possible kye tablets.
> > > ---
> > > v2: fix missing rsize assignment
> > > v3: fix geometry
> > > v4: split patches
> > >
> > > David Yang (4):
> > >   HID: kye: Rewrite tablet descriptor fixup routine
> > >   HID: kye: Generate tablet fixup descriptors on the fly
> > >   HID: kye: Sort kye devices
> > >   HID: kye: Add support for all kye tablets
> > >
> > >  drivers/hid/hid-ids.h    |   9 +-
> > >  drivers/hid/hid-kye.c    | 917 +++++++++++++++++----------------------
> > >  drivers/hid/hid-quirks.c |  14 +-
> > >  3 files changed, 414 insertions(+), 526 deletions(-)
> >
> > Now queued in hid.git#for-6.4/kye, thanks David.
> >
> > --
> > Jiri Kosina
> > SUSE Labs
> >
> 
> Thanks. But seems you missed the last patch.

Weird. Right you are. I have now fixed that. Thanks for catching it,