On Thu, Jul 11, 2024 at 10:18:46PM -0700, Dmitry Torokhov wrote: > In preparation of splitting big usbtouch_dev_info table into separate > per-protocol structures and constifying them move process_pkt() from the > device info into main drvice structure and set it up in probe(). > We can derive if we should use single- or multi-packet handling based > on presence of get_pkt_len() method. > > Signed-off-by: Dmitry Torokhov <dmitry.torokhov@xxxxxxxxx> Reviewed-by: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>