log src/joystick/linux/SDL_sysjoystick.c @ 5221:16d5e8e90e01

age author description
Mon, 24 Jan 2011 15:10:16 -0800 Sam Lantinga Fixed compile error
Mon, 24 Jan 2011 14:36:12 -0800 Sam Lantinga Fixed bug #1080
Mon, 24 Jan 2011 14:34:58 -0800 Sam Lantinga Missed a small part of the patch SDL-1.2
Mon, 24 Jan 2011 14:31:32 -0800 Sam Lantinga Fixed bug #1080 SDL-1.2
Thu, 17 Dec 2009 14:33:00 +0000 Sam Lantinga Merged SDL 1.3 revision 5424, fixing a crash in the joystick code on recent kernels. SDL-1.2
Sun, 18 Oct 2009 16:14:57 +0000 Sam Lantinga Fixed bug #853 SDL-1.2
Tue, 29 Sep 2009 00:37:36 +0000 Sam Lantinga Temporary band-aid for bug #575 SDL-1.2
Mon, 21 Sep 2009 11:34:50 +0000 Sam Lantinga Fixed bug #638 SDL-1.2
Sun, 02 Aug 2009 20:45:40 +0000 Sam Lantinga Fixed type size for test_bit() SDL-1.2
Mon, 08 Dec 2008 00:25:42 +0000 Sam Lantinga Updated copyright date SDL-1.2
Sat, 29 Dec 2007 06:16:35 +0000 Sam Lantinga Fixed bug #497 SDL-1.2
Tue, 20 Feb 2007 22:57:28 +0000 Ryan C. Gordon Merged r2987:2988 from trunk/SDL: buggy Sidewinder ID added to linux joysticks. SDL-1.2
Sun, 24 Jan 2010 21:10:53 +0000 Sam Lantinga Fixed bug #926
Thu, 17 Dec 2009 07:22:48 +0000 Sam Lantinga Fixed crash in joystick handling code. Newer 2.6 kernels add an additional 'resolution' field to input_absinfo. Note that we don't use that structure since we want to have enough space for the values even when building with an older kernel.
Sun, 18 Oct 2009 16:14:35 +0000 Sam Lantinga Fixed bug #853