From: "PierreLafrance1@xxxxxxxxxxxx" <PierreLafrance1@xxxxxxxxxxxx>
To: pygame-users@xxxxxxxx
Sent: Wednesday, August 19, 2009 1:36:36 PM
Subject: [pygame] Numeric wireless keyboard
Hi
I have a question on keyboard, about an issue we have.
We develop a pygame application on a desktop, using Ubuntu 7.10. But
target is an embedded ARM board, runing a custom made linux distro, base
on Debian (kernel 2.4). So far, we managed to make application works on
both platforms.
But now we're trying final setup, using a Logitech wireless numeric
keyboard (pruduct number : 920-000217).
http://www.logitech.com/index.cfm/keyboards/keyboard/devices/3075&cl=ca,enThe Pygame application works this wireless keyboard on Ubuntu 7.10.
The Pygame application doesn't work with this wireless keyboard on
embedded ARM platform.
But, keyboard works fine on embedded ARM platform, in a text editor, or
at command line. So the custom Linux distro detect the USB dongle
and
keyboard works fine. But only Pygame application on embedded ARM
doesn't work with this keyboard.
Do you have any suggestion to help me debug this problem ?
Thanks
Pierre