diff options
Diffstat (limited to 'drivers/input/mouse/rpcmouse.c')
-rw-r--r-- | drivers/input/mouse/rpcmouse.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/drivers/input/mouse/rpcmouse.c b/drivers/input/mouse/rpcmouse.c index 21c60fea5d31..6774029e0a1a 100644 --- a/drivers/input/mouse/rpcmouse.c +++ b/drivers/input/mouse/rpcmouse.c | |||
@@ -1,15 +1,12 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * Acorn RiscPC mouse driver for Linux/ARM | 3 | * Acorn RiscPC mouse driver for Linux/ARM |
3 | * | 4 | * |
4 | * Copyright (c) 2000-2002 Vojtech Pavlik | 5 | * Copyright (c) 2000-2002 Vojtech Pavlik |
5 | * Copyright (C) 1996-2002 Russell King | 6 | * Copyright (C) 1996-2002 Russell King |
6 | * | ||
7 | */ | 7 | */ |
8 | 8 | ||
9 | /* | 9 | /* |
10 | * This program is free software; you can redistribute it and/or modify it | ||
11 | * under the terms of the GNU General Public License version 2 as published by | ||
12 | * the Free Software Foundation. | ||
13 | * | 10 | * |
14 | * This handles the Acorn RiscPCs mouse. We basically have a couple of | 11 | * This handles the Acorn RiscPCs mouse. We basically have a couple of |
15 | * hardware registers that track the sensor count for the X-Y movement and | 12 | * hardware registers that track the sensor count for the X-Y movement and |