Skip to content

Commit c1f774a

Browse files
committed
rtmouse_spi.cにコメントを追加
1 parent 5b87a72 commit c1f774a

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

src/drivers/rtmouse_spi.c

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,25 @@
1+
/*
2+
*
3+
* rtmouse_spi.c
4+
* SPI Driver
5+
*
6+
* Copyright (C) 2024 RT Corporation <shop@rt-net.jp>
7+
*
8+
* This program is free software; you can redistribute it and/or modify
9+
* it under the terms of the GNU General Public License as published by
10+
* the Free Software Foundation; version 2.
11+
*
12+
* This program is distributed in the hope that it will be useful,
13+
* but WITHOUT ANY WARRANTY; without even the implied warranty of
14+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15+
* GNU General Public License for more details.
16+
*
17+
* You should have received a copy of the GNU General Public License
18+
* along with this program; if not, write to the Free Software
19+
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
20+
* MA 02110-1301, USA.
21+
*/
22+
123
#include "rtmouse.h"
224

325
#if LINUX_VERSION_CODE < KERNEL_VERSION(5, 18, 0)

0 commit comments

Comments
 (0)