hc
2024-05-10 37f49e37ab4cb5d0bc4c60eb5c6d4dd57db767bb
kernel/drivers/hid/hid-samsung.c
....@@ -1,3 +1,4 @@
1
+// SPDX-License-Identifier: GPL-2.0-or-later
12 /*
23 * HID driver for some samsung "special" devices
34 *
....@@ -8,7 +9,6 @@
89 * Copyright (c) 2008 Jiri Slaby
910 * Copyright (c) 2010 Don Prince <dhprince.devel@yahoo.co.uk>
1011 *
11
- *
1212 * This driver supports several HID devices:
1313 *
1414 * [0419:0001] Samsung IrDA remote controller (reports as Cypress USB Mouse).
....@@ -17,14 +17,9 @@
1717 * [0419:0600] Creative Desktop Wireless 6000 keyboard/mouse combo
1818 * several key mappings used from the consumer usage page
1919 * deviate from the USB HUT 1.12 standard.
20
- *
2120 */
2221
2322 /*
24
- * This program is free software; you can redistribute it and/or modify it
25
- * under the terms of the GNU General Public License as published by the Free
26
- * Software Foundation; either version 2 of the License, or (at your option)
27
- * any later version.
2823 */
2924
3025 #include <linux/device.h>