Mercurial > sdl-ios-xcode
changeset 3921:746aa4852f87 SDL-1.2
Merged r2987:2988 from trunk/SDL: buggy Sidewinder ID added to linux joysticks.
author | Ryan C. Gordon <icculus@icculus.org> |
---|---|
date | Tue, 20 Feb 2007 22:57:28 +0000 |
parents | e5a65c16913b |
children | 4e02435ad2be |
files | src/joystick/linux/SDL_sysjoystick.c |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/joystick/linux/SDL_sysjoystick.c Tue Feb 20 21:05:12 2007 +0000 +++ b/src/joystick/linux/SDL_sysjoystick.c Tue Feb 20 22:57:28 2007 +0000 @@ -50,6 +50,7 @@ { "SideWinder Precision Pro", 4, 1, 0 }, { "SideWinder 3D Pro", 4, 1, 0 }, { "Microsoft SideWinder 3D Pro", 4, 1, 0 }, + { "Microsoft SideWinder Precision Pro", 4, 1, 0 }, { "Microsoft SideWinder Dual Strike USB version 1.0", 2, 1, 0 }, { "WingMan Interceptor", 3, 3, 0 }, { "WingMan Extreme Digital 3D", 4, 1, 0 },