hc
2023-12-11 d2ccde1c8e90d38cee87a1b0309ad2827f3fd30d
kernel/drivers/input/tablet/wacom_serial4.c
....@@ -1,14 +1,9 @@
1
+// SPDX-License-Identifier: GPL-2.0-or-later
12 /*
23 * Wacom protocol 4 serial tablet driver
34 *
45 * Copyright 2014 Hans de Goede <hdegoede@redhat.com>
56 * Copyright 2011-2012 Julian Squires <julian@cipht.net>
6
- *
7
- * This program is free software; you can redistribute it and/or modify it
8
- * under the terms of the GNU General Public License as published by the
9
- * Free Software Foundation; either version of 2 of the License, or (at your
10
- * option) any later version. See the file COPYING in the main directory of
11
- * this archive for more details.
127 *
138 * Many thanks to Bill Seremetis, without whom PenPartner support
149 * would not have been possible. Thanks to Patrick Mahoney.
....@@ -218,7 +213,7 @@
218213 case 0x3731: /* PL-710 */
219214 wacom->res_x = 2540;
220215 wacom->res_y = 2540;
221
- /* fall through */
216
+ fallthrough;
222217 case 0x3535: /* PL-550 */
223218 case 0x3830: /* PL-800 */
224219 wacom->extra_z_bits = 2;