Skip to content

Commit

Permalink
rtmouse_spi.cにコメントを追加
Browse files Browse the repository at this point in the history
  • Loading branch information
YusukeKato committed Nov 7, 2024
1 parent 5b87a72 commit c1f774a
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions src/drivers/rtmouse_spi.c
Original file line number Diff line number Diff line change
@@ -1,3 +1,25 @@
/*
*
* rtmouse_spi.c
* SPI Driver
*
* Copyright (C) 2024 RT Corporation <[email protected]>
*
* 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)
Expand Down

0 comments on commit c1f774a

Please sign in to comment.