hid-picolcd.h (e5451c8f8330e03ad3cfa16048b4daf961af434f) | hid-picolcd.h (24c9d96ddb9cd13b5b409c4e0e20ad6b18e56df6) |
---|---|
1/* SPDX-License-Identifier: GPL-2.0-only */ |
|
1/*************************************************************************** 2 * Copyright (C) 2010-2012 by Bruno Prémont <bonbons@linux-vserver.org> * 3 * * 4 * Based on Logitech G13 driver (v0.4) * 5 * Copyright (C) 2009 by Rick L. Vinyard, Jr. <rvinyard@cs.nmsu.edu> * 6 * * | 2/*************************************************************************** 3 * Copyright (C) 2010-2012 by Bruno Prémont <bonbons@linux-vserver.org> * 4 * * 5 * Based on Logitech G13 driver (v0.4) * 6 * Copyright (C) 2009 by Rick L. Vinyard, Jr. <rvinyard@cs.nmsu.edu> * 7 * * |
7 * This program is free software: you can redistribute it and/or modify * 8 * it under the terms of the GNU General Public License as published by * 9 * the Free Software Foundation, version 2 of the License. * 10 * * 11 * This driver is distributed in the hope that it will be useful, but * 12 * WITHOUT ANY WARRANTY; without even the implied warranty of * 13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * 14 * General Public License for more details. * 15 * * 16 * You should have received a copy of the GNU General Public License * 17 * along with this software. If not see <http://www.gnu.org/licenses/>. * | |
18 ***************************************************************************/ 19 20#define PICOLCD_NAME "PicoLCD (graphic)" 21 22/* Report numbers */ 23#define REPORT_ERROR_CODE 0x10 /* LCD: IN[16] */ 24#define ERR_SUCCESS 0x00 25#define ERR_PARAMETER_MISSING 0x01 --- 284 unchanged lines hidden --- | 8 ***************************************************************************/ 9 10#define PICOLCD_NAME "PicoLCD (graphic)" 11 12/* Report numbers */ 13#define REPORT_ERROR_CODE 0x10 /* LCD: IN[16] */ 14#define ERR_SUCCESS 0x00 15#define ERR_PARAMETER_MISSING 0x01 --- 284 unchanged lines hidden --- |