commit | cfbe20106fa00e89c1fb2c74dbff0ba80e0e539d | [log] [tgz] |
---|---|---|
author | Anssi Hannula <anssi.hannula@gmail.com> | Thu Apr 03 16:18:57 2008 -0400 |
committer | Dmitry Torokhov <dmitry.torokhov@gmail.com> | Thu Apr 03 16:18:57 2008 -0400 |
tree | 737c2a591d6f240fe1a38f7f94f0e4d583b92433 | |
parent | fc55e95214f1e8384e48cff88279d16507fa5358 [diff] |
Input: xpad - enable force feedback on xbox 360 controllers only Commit 4994cd8dadcf9d484ab3ec19f3c7c7a4e5353c1c introduced a regression which causes xpad to report force feedback cababilities for non-360 controllers too, even while there is no actual support for those. Fix that by adding a check for XTYPE_XBOX360 to xpad_init_ff(). Signed-off-by: Anssi Hannula <anssi.hannula@gmail.com> Signed-off-by: Dmitry Torokhov <dtor@mail.ru>