| .. | .. |
|---|
| 1 | +// SPDX-License-Identifier: GPL-2.0-only |
|---|
| 1 | 2 | /* |
|---|
| 2 | 3 | * Acorn RiscPC mouse driver for Linux/ARM |
|---|
| 3 | 4 | * |
|---|
| 4 | 5 | * Copyright (c) 2000-2002 Vojtech Pavlik |
|---|
| 5 | 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 | 11 | * This handles the Acorn RiscPCs mouse. We basically have a couple of |
|---|
| 15 | 12 | * hardware registers that track the sensor count for the X-Y movement and |
|---|