Commit 47ede754 authored by Sam Lantinga's avatar Sam Lantinga

Temporary band-aid for bug #575

It looks like newer kernels do the logical device mapping in the driver,
so this code crashes.  I don't have one of these nor do I have remote
access to debug this, so I'm disabling the logical mapping for now.

--HG--
branch : SDL-1.2
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/branches/SDL-1.2%403936
parent 2a75c8d9
......@@ -59,6 +59,9 @@ static struct {
{ "Saitek Saitek X45", 6, 1, 0 }
};
/* It looks like newer kernels have the logical mapping at the driver level */
#define NO_LOGICAL_JOYSTICKS
#ifndef NO_LOGICAL_JOYSTICKS
/*
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment