From 3c5cb33f7f9b8ff1ed2ac96e044d5fe5bb3ade9c Mon Sep 17 00:00:00 2001 From: kurasawa Date: Wed, 28 Aug 2024 15:58:50 +0900 Subject: [PATCH] =?UTF-8?q?Raspberry=20Pi=20=E3=81=AE=E3=83=90=E3=83=BC?= =?UTF-8?q?=E3=82=B8=E3=83=A7=E3=83=B3=E6=8C=87=E5=AE=9A=E3=81=8C2?= =?UTF-8?q?=E3=81=8B=E3=82=894=E3=81=AB=E5=A4=89=E3=82=8F=E3=81=A3?= =?UTF-8?q?=E3=81=A6=E3=81=97=E3=81=BE=E3=81=A3=E3=81=A6=E3=81=84=E3=81=9F?= =?UTF-8?q?=E3=81=AE=E3=81=A7=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/drivers/rtmouse.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/drivers/rtmouse.c b/src/drivers/rtmouse.c index a057d3e..6563a98 100644 --- a/src/drivers/rtmouse.c +++ b/src/drivers/rtmouse.c @@ -51,7 +51,7 @@ // Raspberry Pi 2 B : 2 // Raspberry Pi 3 B/A+/B+ : 2 // Raspberry Pi 4 B : 4 -#define RASPBERRYPI 4 +#define RASPBERRYPI 2 MODULE_AUTHOR("RT Corporation"); MODULE_LICENSE("GPL");