.. | .. |
---|
| 1 | +// SPDX-License-Identifier: GPL-2.0-or-later |
---|
1 | 2 | /* |
---|
2 | 3 | * Wacom protocol 4 serial tablet driver |
---|
3 | 4 | * |
---|
4 | 5 | * Copyright 2014 Hans de Goede <hdegoede@redhat.com> |
---|
5 | 6 | * 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. |
---|
12 | 7 | * |
---|
13 | 8 | * Many thanks to Bill Seremetis, without whom PenPartner support |
---|
14 | 9 | * would not have been possible. Thanks to Patrick Mahoney. |
---|
.. | .. |
---|
218 | 213 | case 0x3731: /* PL-710 */ |
---|
219 | 214 | wacom->res_x = 2540; |
---|
220 | 215 | wacom->res_y = 2540; |
---|
221 | | - /* fall through */ |
---|
| 216 | + fallthrough; |
---|
222 | 217 | case 0x3535: /* PL-550 */ |
---|
223 | 218 | case 0x3830: /* PL-800 */ |
---|
224 | 219 | wacom->extra_z_bits = 2; |
---|