comparison src/joystick/linux/SDL_sysjoystick.c @ 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 2f381b48b05c
children fc27f3e8eee4
comparison
equal deleted inserted replaced
3920:e5a65c16913b 3921:746aa4852f87
48 } special_joysticks[] = { 48 } special_joysticks[] = {
49 { "MadCatz Panther XL", 3, 2, 1 }, /* We don't handle rudder (axis 8) */ 49 { "MadCatz Panther XL", 3, 2, 1 }, /* We don't handle rudder (axis 8) */
50 { "SideWinder Precision Pro", 4, 1, 0 }, 50 { "SideWinder Precision Pro", 4, 1, 0 },
51 { "SideWinder 3D Pro", 4, 1, 0 }, 51 { "SideWinder 3D Pro", 4, 1, 0 },
52 { "Microsoft SideWinder 3D Pro", 4, 1, 0 }, 52 { "Microsoft SideWinder 3D Pro", 4, 1, 0 },
53 { "Microsoft SideWinder Precision Pro", 4, 1, 0 },
53 { "Microsoft SideWinder Dual Strike USB version 1.0", 2, 1, 0 }, 54 { "Microsoft SideWinder Dual Strike USB version 1.0", 2, 1, 0 },
54 { "WingMan Interceptor", 3, 3, 0 }, 55 { "WingMan Interceptor", 3, 3, 0 },
55 { "WingMan Extreme Digital 3D", 4, 1, 0 }, 56 { "WingMan Extreme Digital 3D", 4, 1, 0 },
56 { "Microsoft SideWinder Precision 2 Joystick", 4, 1, 0 }, 57 { "Microsoft SideWinder Precision 2 Joystick", 4, 1, 0 },
57 { "Logitech Inc. WingMan Extreme Digital 3D", 4, 1, 0 }, 58 { "Logitech Inc. WingMan Extreme Digital 3D", 4, 1, 0 },