| .. | .. |
|---|
| 1 | +// SPDX-License-Identifier: GPL-2.0-or-later |
|---|
| 1 | 2 | /* |
|---|
| 2 | 3 | * HID driver for some samsung "special" devices |
|---|
| 3 | 4 | * |
|---|
| .. | .. |
|---|
| 8 | 9 | * Copyright (c) 2008 Jiri Slaby |
|---|
| 9 | 10 | * Copyright (c) 2010 Don Prince <dhprince.devel@yahoo.co.uk> |
|---|
| 10 | 11 | * |
|---|
| 11 | | - * |
|---|
| 12 | 12 | * This driver supports several HID devices: |
|---|
| 13 | 13 | * |
|---|
| 14 | 14 | * [0419:0001] Samsung IrDA remote controller (reports as Cypress USB Mouse). |
|---|
| .. | .. |
|---|
| 17 | 17 | * [0419:0600] Creative Desktop Wireless 6000 keyboard/mouse combo |
|---|
| 18 | 18 | * several key mappings used from the consumer usage page |
|---|
| 19 | 19 | * deviate from the USB HUT 1.12 standard. |
|---|
| 20 | | - * |
|---|
| 21 | 20 | */ |
|---|
| 22 | 21 | |
|---|
| 23 | 22 | /* |
|---|
| 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. |
|---|
| 28 | 23 | */ |
|---|
| 29 | 24 | |
|---|
| 30 | 25 | #include <linux/device.h> |
|---|