Hi, I wanted to use an USB gamepad on my Galaxy SII so I cross-compiled the joydev kernel module. When I plug it, a new device is created on /dev/input/js0 but when I "cat" the device nothing happens when I press the gamepad buttons. Using DMESG I noticed my joystick is recognized as "input: DragonRise Inc. Generic USB Wheel as /devices/platform/s3c_otghcd/ usb2/2-1/2-1:1.0/input/input8" (wheel = mouse ?) but it's identified as "Generic USB Joystick" on Ubuntu. So I'm lost here, as my kernel hardware knowledge is quite limited.
Also I tried to plug a Xbox 360 controller but "unknown USB device" is mentioned by Android when it's plugged. Using the hardware device guide : http://developer.android.com/guide/developing/device.html I created the file : "/etc/udev/rules.d/51-android.rules" and added : SUBSYSTEM=="usb_device", SYSFS{idVendor}=="045E", MODE "0666", NAME=="Microsoft" But I still have the unknown USB message... So I'd really appreciate if someone points me in the right direction ! Thanks, Alex -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

