* [Buildroot] [Bug 553] New: Wrong DirectFB ps2mouse limitation
@ 2009-08-09 1:01 bugzilla at busybox.net
2009-08-09 1:02 ` [Buildroot] [Bug 553] " bugzilla at busybox.net
` (4 more replies)
0 siblings, 5 replies; 6+ messages in thread
From: bugzilla at busybox.net @ 2009-08-09 1:01 UTC (permalink / raw)
To: buildroot
https://bugs.busybox.net/show_bug.cgi?id=553
Host: x86-64
Target: sh4
Summary: Wrong DirectFB ps2mouse limitation
Product: buildroot
Version: unspecified
Platform: PC
OS/Version: Linux
Status: NEW
Severity: enhancement
Priority: P5
Component: Other
AssignedTo: unassigned at buildroot.uclibc.org
ReportedBy: lionel.landwerlin at openwide.fr
CC: buildroot at uclibc.org
Estimated Hours: 0.0
In Config.in of DirectFB, ps2mouse is only limited to x86 and x86-64. But the
ps2mouse driver also works with usb mouses and so is not only limited to PC
architecture.
--
Configure bugmail: https://bugs.busybox.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
^ permalink raw reply [flat|nested] 6+ messages in thread* [Buildroot] [Bug 553] Wrong DirectFB ps2mouse limitation 2009-08-09 1:01 [Buildroot] [Bug 553] New: Wrong DirectFB ps2mouse limitation bugzilla at busybox.net @ 2009-08-09 1:02 ` bugzilla at busybox.net 2009-08-09 7:20 ` bugzilla at busybox.net ` (3 subsequent siblings) 4 siblings, 0 replies; 6+ messages in thread From: bugzilla at busybox.net @ 2009-08-09 1:02 UTC (permalink / raw) To: buildroot https://bugs.busybox.net/show_bug.cgi?id=553 --- Comment #1 from Lionel Landwerlin <lionel.landwerlin@openwide.fr> 2009-08-09 01:02:27 UTC --- Created an attachment (id=585) --> (https://bugs.busybox.net/attachment.cgi?id=585) Remove ps2mouse limitation on x86 and x86-64 -- Configure bugmail: https://bugs.busybox.net/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. ^ permalink raw reply [flat|nested] 6+ messages in thread
* [Buildroot] [Bug 553] Wrong DirectFB ps2mouse limitation 2009-08-09 1:01 [Buildroot] [Bug 553] New: Wrong DirectFB ps2mouse limitation bugzilla at busybox.net 2009-08-09 1:02 ` [Buildroot] [Bug 553] " bugzilla at busybox.net @ 2009-08-09 7:20 ` bugzilla at busybox.net 2009-08-09 10:48 ` bugzilla at busybox.net ` (2 subsequent siblings) 4 siblings, 0 replies; 6+ messages in thread From: bugzilla at busybox.net @ 2009-08-09 7:20 UTC (permalink / raw) To: buildroot https://bugs.busybox.net/show_bug.cgi?id=553 --- Comment #2 from Sven Neumann <s.neumann@raumfeld.com> 2009-08-09 07:20:38 UTC --- That's probably correct. But wouldn't you better use the linux_input driver for an USB mouse? -- Configure bugmail: https://bugs.busybox.net/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. ^ permalink raw reply [flat|nested] 6+ messages in thread
* [Buildroot] [Bug 553] Wrong DirectFB ps2mouse limitation 2009-08-09 1:01 [Buildroot] [Bug 553] New: Wrong DirectFB ps2mouse limitation bugzilla at busybox.net 2009-08-09 1:02 ` [Buildroot] [Bug 553] " bugzilla at busybox.net 2009-08-09 7:20 ` bugzilla at busybox.net @ 2009-08-09 10:48 ` bugzilla at busybox.net 2009-08-10 8:39 ` bugzilla at busybox.net 2009-12-06 21:23 ` bugzilla at busybox.net 4 siblings, 0 replies; 6+ messages in thread From: bugzilla at busybox.net @ 2009-08-09 10:48 UTC (permalink / raw) To: buildroot https://bugs.busybox.net/show_bug.cgi?id=553 --- Comment #3 from Lionel Landwerlin <lionel.landwerlin@openwide.fr> 2009-08-09 10:48:20 UTC --- (In reply to comment #2) > That's probably correct. But wouldn't you better use the linux_input driver for > an USB mouse? > I first thought that I needed the linux_input driver, and configured DirectFB with linux_input support but without ps2mouse support. And the mouse I connected to my board wasn't detected. So I tried the ps2mouse driver and it worked. Maybe I missconfigured something in the kernel... I don't know. -- Configure bugmail: https://bugs.busybox.net/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. ^ permalink raw reply [flat|nested] 6+ messages in thread
* [Buildroot] [Bug 553] Wrong DirectFB ps2mouse limitation 2009-08-09 1:01 [Buildroot] [Bug 553] New: Wrong DirectFB ps2mouse limitation bugzilla at busybox.net ` (2 preceding siblings ...) 2009-08-09 10:48 ` bugzilla at busybox.net @ 2009-08-10 8:39 ` bugzilla at busybox.net 2009-12-06 21:23 ` bugzilla at busybox.net 4 siblings, 0 replies; 6+ messages in thread From: bugzilla at busybox.net @ 2009-08-10 8:39 UTC (permalink / raw) To: buildroot https://bugs.busybox.net/show_bug.cgi?id=553 --- Comment #4 from Sven Neumann <s.neumann@raumfeld.com> 2009-08-10 08:39:14 UTC --- Using a USB mouse with the linux_input driver works for me. Of course you need to have support for USB input devices enabled (CONFIG_USB_HID). But anyway, if the psmouse driver in DirectFB works on non-i386 platforms, then I see no reason not to allow users of buildroot to enable it. -- Configure bugmail: https://bugs.busybox.net/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. ^ permalink raw reply [flat|nested] 6+ messages in thread
* [Buildroot] [Bug 553] Wrong DirectFB ps2mouse limitation 2009-08-09 1:01 [Buildroot] [Bug 553] New: Wrong DirectFB ps2mouse limitation bugzilla at busybox.net ` (3 preceding siblings ...) 2009-08-10 8:39 ` bugzilla at busybox.net @ 2009-12-06 21:23 ` bugzilla at busybox.net 4 siblings, 0 replies; 6+ messages in thread From: bugzilla at busybox.net @ 2009-12-06 21:23 UTC (permalink / raw) To: buildroot https://bugs.busybox.net/show_bug.cgi?id=553 Peter Korsgaard <jacmet@uclibc.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #5 from Peter Korsgaard <jacmet@uclibc.org> 2009-12-06 21:23:42 UTC --- Committed, thanks -- Configure bugmail: https://bugs.busybox.net/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. ^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2009-12-06 21:23 UTC | newest] Thread overview: 6+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2009-08-09 1:01 [Buildroot] [Bug 553] New: Wrong DirectFB ps2mouse limitation bugzilla at busybox.net 2009-08-09 1:02 ` [Buildroot] [Bug 553] " bugzilla at busybox.net 2009-08-09 7:20 ` bugzilla at busybox.net 2009-08-09 10:48 ` bugzilla at busybox.net 2009-08-10 8:39 ` bugzilla at busybox.net 2009-12-06 21:23 ` bugzilla at busybox.net
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox