On Thu, May 02, 2013 at 11:37:48AM -0400, Todd Showalter wrote: > Ok, here's a question: could gamepad-like devices have two dev > entries? One that exported the full raw device, and one that > responded to EVIOCGNAME with "Standard Gamepad"? That way, the raw > device in all its glory would be available for anything that wanted to > understand the device, and games that just wanted bog standard console > gamepad controls could have it without having to jump through hoops. No, not in the kernel please. Create a library that implements the "standard gamepad", like we have tslib for "standard touchscreen" and have it do the transformations. Kernel can try doing proper mapping but userspace should examine device and try to make most out of what it offers even if it is not exactly PS3 controller. Thanks. -- Dmitry -- To unsubscribe from this list: send the line "unsubscribe linux-input" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html