File tree Expand file tree Collapse file tree 2 files changed +6
-8
lines changed Expand file tree Collapse file tree 2 files changed +6
-8
lines changed Original file line number Diff line number Diff line change 1
1
/*
2
2
*
3
- * rtmouse_dev .c
4
- * Raspberry Pi Mouse device driver
3
+ * rtmouse_dev_fops .c
4
+ * Define device file operations
5
5
*
6
- * Version: 3.3.2
7
- *
8
- * Copyright (C) 2015-2024 RT Corporation <shop@rt-net.jp>
6
+ * Copyright (C) 2024 RT Corporation <shop@rt-net.jp>
9
7
*
10
8
* This program is free software; you can redistribute it and/or modify
11
9
* it under the terms of the GNU General Public License as published by
Original file line number Diff line number Diff line change 1
1
/*
2
2
*
3
3
* rtmouse_main.c
4
- * Raspberry Pi Mouse device driver
4
+ * Raspberry Pi Mouse device driver main
5
5
*
6
- * Version: 3.3.2
6
+ * Version: 3.3.3
7
7
*
8
8
* Copyright (C) 2015-2024 RT Corporation <shop@rt-net.jp>
9
9
*
26
26
27
27
MODULE_AUTHOR ("RT Corporation" );
28
28
MODULE_LICENSE ("GPL" );
29
- MODULE_VERSION ("3.3.2 " );
29
+ MODULE_VERSION ("3.3.3 " );
30
30
MODULE_DESCRIPTION ("Raspberry Pi Mouse device driver" );
31
31
32
32
/* --- Device Numbers --- */
You can’t perform that action at this time.
0 commit comments