hid-twinhan.c (e5451c8f8330e03ad3cfa16048b4daf961af434f) | hid-twinhan.c (84a14ae8c44fb4828a05f363a09c3261472de00e) |
---|---|
1// SPDX-License-Identifier: GPL-2.0-only |
|
1/* 2 * HID driver for TwinHan IR remote control 3 * 4 * Based on hid-gyration.c 5 * 6 * Copyright (c) 2009 Bruno Prémont <bonbons@linux-vserver.org> 7 */ 8 9/* | 2/* 3 * HID driver for TwinHan IR remote control 4 * 5 * Based on hid-gyration.c 6 * 7 * Copyright (c) 2009 Bruno Prémont <bonbons@linux-vserver.org> 8 */ 9 10/* |
10 * This program is free software; you can redistribute it and/or modify it 11 * under the terms of the GNU General Public License as published by the Free 12 * Software Foundation; either version 2 of the License. | |
13 */ 14 15#include <linux/device.h> 16#include <linux/input.h> 17#include <linux/hid.h> 18#include <linux/module.h> 19 20#include "hid-ids.h" --- 116 unchanged lines hidden --- | 11 */ 12 13#include <linux/device.h> 14#include <linux/input.h> 15#include <linux/hid.h> 16#include <linux/module.h> 17 18#include "hid-ids.h" --- 116 unchanged lines hidden --- |