diff options
| author | kimi <kimi.h.kuparinen@gmail.com> | 2020-06-12 08:29:46 -0400 |
|---|---|---|
| committer | kimi <kimi.h.kuparinen@gmail.com> | 2020-06-12 08:29:46 -0400 |
| commit | d5aab6602a990987914d76208f761da9b0fbf2c3 (patch) | |
| tree | 6b1ed4814576419198ed31f71a0a74deb491f907 /hid-tmff2.c | |
| parent | 3e2342e69d11d5f938fd3c7800a9eb761a5e9375 (diff) | |
| download | hid-tmff2-d5aab6602a990987914d76208f761da9b0fbf2c3.tar.gz hid-tmff2-d5aab6602a990987914d76208f761da9b0fbf2c3.zip | |
Trying to be GPL-2.0 compliant, not sure if I'm doing it right.
Diffstat (limited to 'hid-tmff2.c')
| -rw-r--r-- | hid-tmff2.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/hid-tmff2.c b/hid-tmff2.c index 86a5da4..08849cd 100644 --- a/hid-tmff2.c +++ b/hid-tmff2.c @@ -1,3 +1,5 @@ +/*This file has been modified from the Linux kernel driver drivers/hid/hid-tmff.c, starting from May 7 2020*/ + // SPDX-License-Identifier: GPL-2.0-or-later /* * Force feedback support for various HID compliant devices by ThrustMaster: |
