.. | .. |
---|
| 1 | +// SPDX-License-Identifier: GPL-2.0-or-later |
---|
1 | 2 | /* |
---|
2 | 3 | * Roccat Kone driver for Linux |
---|
3 | 4 | * |
---|
.. | .. |
---|
5 | 6 | */ |
---|
6 | 7 | |
---|
7 | 8 | /* |
---|
8 | | - * This program is free software; you can redistribute it and/or modify it |
---|
9 | | - * under the terms of the GNU General Public License as published by the Free |
---|
10 | | - * Software Foundation; either version 2 of the License, or (at your option) |
---|
11 | | - * any later version. |
---|
12 | 9 | */ |
---|
13 | 10 | |
---|
14 | 11 | /* |
---|
.. | .. |
---|
795 | 792 | case kone_mouse_event_switch_profile: |
---|
796 | 793 | kone->actual_dpi = kone->profiles[event->value - 1]. |
---|
797 | 794 | startup_dpi; |
---|
| 795 | + fallthrough; |
---|
798 | 796 | case kone_mouse_event_osd_profile: |
---|
799 | 797 | kone->actual_profile = event->value; |
---|
800 | 798 | break; |
---|