lkml.org 
[lkml]   [2021]   [Mar]   [1]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
From
Date
SubjectRe: [PATCH 3/5] HID: core: Export some report item parsing functions.
On Sun, Feb 28, 2021 at 3:30 AM Ronald Tschalär <ronald@innovation.ch> wrote:
>
> These are useful to drivers that need to scan or parse reports
> themselves.

...

> - while ((start = fetch_item(start, end, &item)) != NULL)
> + while ((start = hid_fetch_item(start, end, &item)) != NULL)
> dispatch_type[item.type](parser, &item);

> - while ((next = fetch_item(start, end, &item)) != NULL) {
> + while ((next = hid_fetch_item(start, end, &item)) != NULL) {
> start = next;

I don't see the full picture, but perhaps you may also introduce
for_each_hid_item() or so.

--
With Best Regards,
Andy Shevchenko

\
 
 \ /
  Last update: 2021-03-01 15:21    [W:0.111 / U:0.120 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site