From c1f774a20ce0367119336ab4aaf8716961fb344e Mon Sep 17 00:00:00 2001 From: YusukeKato Date: Thu, 7 Nov 2024 11:59:29 +0900 Subject: [PATCH] =?UTF-8?q?rtmouse=5Fspi.c=E3=81=AB=E3=82=B3=E3=83=A1?= =?UTF-8?q?=E3=83=B3=E3=83=88=E3=82=92=E8=BF=BD=E5=8A=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/drivers/rtmouse_spi.c | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/src/drivers/rtmouse_spi.c b/src/drivers/rtmouse_spi.c index 3e3f319..8d6a134 100644 --- a/src/drivers/rtmouse_spi.c +++ b/src/drivers/rtmouse_spi.c @@ -1,3 +1,25 @@ +/* + * + * rtmouse_spi.c + * SPI Driver + * + * Copyright (C) 2024 RT Corporation + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; version 2. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, + * MA 02110-1301, USA. + */ + #include "rtmouse.h" #if LINUX_VERSION_CODE < KERNEL_VERSION(5, 18, 0)