]> www.infradead.org Git - users/jedix/linux-maple.git/commit
Input: usbtouchscreen - constify usbtouch_dev_info table
authorDmitry Torokhov <dmitry.torokhov@gmail.com>
Fri, 12 Jul 2024 05:18:47 +0000 (22:18 -0700)
committerDmitry Torokhov <dmitry.torokhov@gmail.com>
Tue, 16 Jul 2024 01:07:38 +0000 (18:07 -0700)
commit830f06c01789e1da6d8e7a92b9cf50dc14610181
tree9c46c02f02c882c2511561b52af2095c3671194f
parentfbb1c92282fac71b07ec59c5501d4b7751f5d48d
Input: usbtouchscreen - constify usbtouch_dev_info table

The data in this table is shared between all instances of the
touchscreens so it should not be modified.

Reviewed-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Link: https://lore.kernel.org/r/20240712051851.3463657-5-dmitry.torokhov@gmail.com
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
drivers/input/touchscreen/usbtouchscreen.c