diff options
Diffstat (limited to 'drivers/input/mouse/synaptics.c')
-rw-r--r-- | drivers/input/mouse/synaptics.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/drivers/input/mouse/synaptics.c b/drivers/input/mouse/synaptics.c index b6da0c1267e3..8904fa251b1e 100644 --- a/drivers/input/mouse/synaptics.c +++ b/drivers/input/mouse/synaptics.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * Synaptics TouchPad PS/2 mouse driver | 3 | * Synaptics TouchPad PS/2 mouse driver |
3 | * | 4 | * |
@@ -16,10 +17,6 @@ | |||
16 | * Copyright (c) 1998-2000 Bruce Kalk <kall@compass.com> | 17 | * Copyright (c) 1998-2000 Bruce Kalk <kall@compass.com> |
17 | * code for the special synaptics commands (from the tpconfig-source) | 18 | * code for the special synaptics commands (from the tpconfig-source) |
18 | * | 19 | * |
19 | * This program is free software; you can redistribute it and/or modify it | ||
20 | * under the terms of the GNU General Public License version 2 as published by | ||
21 | * the Free Software Foundation. | ||
22 | * | ||
23 | * Trademarks are the property of their respective owners. | 20 | * Trademarks are the property of their respective owners. |
24 | */ | 21 | */ |
25 | 22 | ||