log src/joystick/linux/SDL_sysjoystick.c @ 4121:917ca146d901 SDL-1.2

age author description
2007-12-29 Sam Lantinga Fixed bug #497 SDL-1.2
2007-02-20 Ryan C. Gordon Merged r2987:2988 from trunk/SDL: buggy Sidewinder ID added to linux joysticks. SDL-1.2
2010-01-24 Sam Lantinga Fixed bug #926
2009-12-17 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.
2009-10-18 Sam Lantinga Fixed bug #853
2009-09-29 Sam Lantinga Temporary band-aid for bug #575
2009-08-02 Sam Lantinga Fixed type size for test_bit()
2009-03-06 Sam Lantinga Fixed potential double-free crash
2009-02-21 Edgar Simo Fixed haptic subsystem on linux 2.6.28 by lowering the EV_IsJoystick check (seems like some stuff was changed). Shouldn't break anything with earlier versions. Might need to be more robust if false positives show up.
2009-01-11 Couriersud Fix a 64bit issue in linux/SDL_sysjoystick (int != long on 64bit)
2009-01-10 Sam Lantinga Reverted Bob's indent checkin
2009-01-09 Bob Pendleton I ran a global "make indent" it modified the following files.
2008-12-08 Sam Lantinga Updated copyright date
2008-08-27 Sam Lantinga Final merge of Google Summer of Code 2008 work...
2008-08-25 Sam Lantinga Final merge of Google Summer of Code 2008 work...
2008-08-27 Darren Alton Clean up. gsoc2008_nds
2008-07-02 Edgar Simo Some more error checking. gsoc2008_force_feedback
2008-07-02 Edgar Simo Exposed some of the joystick stuff to the haptic subsystem. gsoc2008_force_feedback
2007-12-29 Sam Lantinga Fixed bug #497
2007-06-14 Sam Lantinga make indent
2007-02-20 Ryan C. Gordon Added id of another buggy Microsoft SideWinder to the Linux joystick driver.
2006-07-10 Sam Lantinga SDL 1.2 is moving to a branch, and SDL 1.3 is becoming the head.
2006-05-11 Sam Lantinga Date: Thu, 11 May 2006 19:08:05 -0400
2006-05-01 Sam Lantinga SDL_sysjoystick.c:983: warning: 'return' with a value, in function returning void
2006-05-29 Sam Lantinga more tweaking indent options SDL-1.3
2006-05-28 Sam Lantinga Revamp of the video system in progress - adding support for multiple displays, multiple windows, and a full video mode selection API. SDL-1.3
2006-05-17 Sam Lantinga Merge trunk-1.3-3 SDL-1.3
2006-04-14 Sam Lantinga Make sure code is only compiled if the appropriate subsystem is enabled
2006-03-19 Sam Lantinga Fixed bug #4
2006-02-21 Sam Lantinga Use consistent identifiers for the various platforms we support.
2006-02-19 Sam Lantinga Use only safe string functions
2006-02-16 Sam Lantinga New configure-based build system. Still work in progress, but much improved
2006-02-10 Sam Lantinga More header massaging... works great on Windows. ;-)
2006-02-07 Sam Lantinga Removed uses of stdlib.h and string.h
2006-02-07 Sam Lantinga Use SDL_ prefixed versions of C library functions.
2006-02-01 Sam Lantinga Updated copyright information and removed rcs id lines (problematic in branch merges)
2006-01-31 Sam Lantinga Reverted in favor of this one:
2006-01-31 Sam Lantinga Date: Sat, 14 Jan 2006 15:16:01 -0500
2006-01-27 Sam Lantinga Fixed to match the docs
2004-09-11 Sam Lantinga Backing out new changes, at Chris Nelson's request.
2004-07-25 Sam Lantinga Date: Wed, 23 Jun 2004 17:05:33 -0400
2004-05-16 Sam Lantinga Date: Tue, 16 Mar 2004 12:40:33 +0000
2004-05-16 Sam Lantinga Date: Sun, 18 Apr 2004 16:09:53 -0400 (EDT)
2004-03-06 Sam Lantinga Date: Fri, 05 Mar 2004 16:08:01 +0000
2004-03-05 Sam Lantinga Avoid FPE with Linux 2.6
2004-01-04 Sam Lantinga Updated copyright information for 2004 (Happy New Year!)
2003-02-01 Sam Lantinga Removed obsolete Linux joystick code
2002-12-02 Sam Lantinga Linux joystick cleanups from Alan Swanson
2002-06-12 Sam Lantinga *** empty log message ***
2002-06-12 Sam Lantinga Added some more joysticks on Linux
2002-05-20 Sam Lantinga *** empty log message ***
2002-03-06 Sam Lantinga Updated copyright information for 2002
2001-12-14 Sam Lantinga Updated the source with the correct e-mail address
2001-11-26 Sam Lantinga *** empty log message ***
2001-11-02 Sam Lantinga *** empty log message ***
2001-10-22 Sam Lantinga If we're looking at the /dev/input event devices, and we found
2001-04-26 Sam Lantinga Initial revision