diff options
Diffstat (limited to 'drivers/input/misc/apanel.c')
-rw-r--r-- | drivers/input/misc/apanel.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/drivers/input/misc/apanel.c b/drivers/input/misc/apanel.c index c1e66f45d552..53ec40d1b90d 100644 --- a/drivers/input/misc/apanel.c +++ b/drivers/input/misc/apanel.c | |||
@@ -1,13 +1,10 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * Fujitsu Lifebook Application Panel button drive | 3 | * Fujitsu Lifebook Application Panel button drive |
3 | * | 4 | * |
4 | * Copyright (C) 2007 Stephen Hemminger <shemminger@linux-foundation.org> | 5 | * Copyright (C) 2007 Stephen Hemminger <shemminger@linux-foundation.org> |
5 | * Copyright (C) 2001-2003 Jochen Eisinger <jochen@penguin-breeder.org> | 6 | * Copyright (C) 2001-2003 Jochen Eisinger <jochen@penguin-breeder.org> |
6 | * | 7 | * |
7 | * This program is free software; you can redistribute it and/or modify it | ||
8 | * under the terms of the GNU General Public License version 2 as published by | ||
9 | * the Free Software Foundation. | ||
10 | * | ||
11 | * Many Fujitsu Lifebook laptops have a small panel of buttons that are | 8 | * Many Fujitsu Lifebook laptops have a small panel of buttons that are |
12 | * accessible via the i2c/smbus interface. This driver polls those | 9 | * accessible via the i2c/smbus interface. This driver polls those |
13 | * buttons and generates input events. | 10 | * buttons and generates input events. |