Re: [PATCH 3/8] Input: usbtouchscreen - move the driver ID table
From: Greg KH <gregkh@linuxfoundation.org>
Date: 2024-07-12 07:29:32
Also in:
lkml
From: Greg KH <gregkh@linuxfoundation.org>
Date: 2024-07-12 07:29:32
Also in:
lkml
On Thu, Jul 11, 2024 at 10:18:45PM -0700, Dmitry Torokhov wrote:
Move the driver's ID table closer to where it is used in preparation to it using pointers to device info/parameters instead of device type enum. Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Reviewed-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>