Skip to content

Commit

Permalink
Temporary band-aid for bug #575
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
slouken committed Sep 29, 2009
1 parent 9bb78fe commit 1309faf
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/joystick/linux/SDL_sysjoystick.c
Expand Up @@ -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

/*
Expand Down

0 comments on commit 1309faf

Please sign in to comment.