From f259bcd8d5a99ce0ed211f53e3951aafef9117c9 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Wed, 16 Oct 2002 16:46:06 +0000 Subject: initIMPS2: use /dev/mouse instead of /dev/cdrom (!) --- perl-install/c/stuff.xs.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/c') diff --git a/perl-install/c/stuff.xs.pl b/perl-install/c/stuff.xs.pl index ce2977f40..60eb94b92 100644 --- a/perl-install/c/stuff.xs.pl +++ b/perl-install/c/stuff.xs.pl @@ -89,7 +89,7 @@ void initIMPS2() { unsigned char imps2_s1[] = { 243, 200, 243, 100, 243, 80, }; unsigned char imps2_s2[] = { 246, 230, 244, 243, 100, 232, 3, }; - int fd = open("/dev/cdrom", O_WRONLY); + int fd = open("/dev/mouse", O_WRONLY); if (fd < 0) return; write (fd, imps2_s1, sizeof (imps2_s1)); -- cgit v1.2.1