Mercurial > sdl-ios-xcode
log src/joystick/linux/SDL_sysjoystick.c @ 3661:22b6a0c7ea6e
age | author | description |
---|---|---|
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. |