mirror of
https://github.com/yawut/SDL.git
synced 2026-08-19 23:34:04 -05:00
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.
This commit is contained in:
@@ -60,6 +60,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
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user