/dev/ttyS0 -> /dev/mouse
2000-12-08 Alexander Larsson <alla@lysator.liu.se> * gdk/linux-fb/gdkmouse-fb.c (gdk_fb_mouse_ms_open): /dev/ttyS0 -> /dev/mouse
This commit is contained in:
committed by
Alexander Larsson
parent
b09aade537
commit
78b055e77b
@ -446,7 +446,7 @@ gdk_fb_mouse_ms_open (GdkFBMouse *mouse)
|
||||
guchar buf[7];
|
||||
struct termios tty;
|
||||
|
||||
fd = gdk_fb_mouse_dev_open ("/dev/ttyS0", O_RDWR);
|
||||
fd = gdk_fb_mouse_dev_open ("/dev/mouse", O_RDWR);
|
||||
if (fd < 0)
|
||||
return FALSE;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user