| .. | .. |
|---|
| 1 | +// SPDX-License-Identifier: GPL-2.0-only |
|---|
| 1 | 2 | /* |
|---|
| 2 | 3 | * drivers/input/keyboard/jornada720_kbd.c |
|---|
| 3 | 4 | * |
|---|
| .. | .. |
|---|
| 9 | 10 | Filip Zyzniewsk <Filip.Zyzniewski@tefnet.plX |
|---|
| 10 | 11 | * based on (C) 2004 jornada 720 kbd driver by |
|---|
| 11 | 12 | Alex Lange <chicken@handhelds.org> |
|---|
| 12 | | - * |
|---|
| 13 | | - * This program is free software; you can redistribute it and/or modify |
|---|
| 14 | | - * it under the terms of the GNU General Public License version 2 as |
|---|
| 15 | | - * published by the Free Software Foundation. |
|---|
| 16 | | - * |
|---|
| 17 | 13 | */ |
|---|
| 18 | 14 | #include <linux/device.h> |
|---|
| 19 | 15 | #include <linux/errno.h> |
|---|