| .. | .. |
|---|
| 1 | +// SPDX-License-Identifier: GPL-2.0-or-later |
|---|
| 1 | 2 | /* |
|---|
| 2 | 3 | * HID driver for Xin-Mo devices, currently only the Dual Arcade controller. |
|---|
| 3 | 4 | * Fixes the negative axis event values (the devices sends -2) to match the |
|---|
| .. | .. |
|---|
| 9 | 10 | */ |
|---|
| 10 | 11 | |
|---|
| 11 | 12 | /* |
|---|
| 12 | | - * This program is free software; you can redistribute it and/or modify it |
|---|
| 13 | | - * under the terms of the GNU General Public License as published by the Free |
|---|
| 14 | | - * Software Foundation; either version 2 of the License, or (at your option) |
|---|
| 15 | | - * any later version. |
|---|
| 16 | 13 | */ |
|---|
| 17 | 14 | |
|---|
| 18 | 15 | #include <linux/device.h> |
|---|