From 9b5a7241e88f8147a391f1bb79ce01593a02d443 Mon Sep 17 00:00:00 2001 From: wm4 Date: Tue, 24 Mar 2015 16:02:48 +0100 Subject: input: remove Linux joystick support Why did this exist in the first place? Other than being completely useless, this even caused some regressions in the past. For example, there was the case of a laptop exposing its accelerometer as joystick device, which led to extremely fun things due to the default mappings of axis movement being mapped to seeking. I suppose those who really want to use their joystick to control a media player (???) can configure it as mouse device or so. --- wscript | 5 ----- 1 file changed, 5 deletions(-) (limited to 'wscript') diff --git a/wscript b/wscript index c03c9d1cb3..df0c02a676 100644 --- a/wscript +++ b/wscript @@ -308,11 +308,6 @@ iconv support use --disable-iconv.", 'name' : '--encoding', 'desc' : 'Encoding', 'func': check_true, - }, { - 'name' : '--joystick', - 'desc' : 'joystick', - 'func': check_cc(header_name='linux/joystick.h'), - 'default': 'disable' }, { 'name': '--libbluray', 'desc': 'Bluray support', -- cgit v1.2.3