# HG changeset patch # User ben # Date 1211111780 0 # Node ID 2873fbda71f88be4c20c56fdc111d0a092a09d84 # Parent de7334f3bcbe12d0a62c07f6b500303905e66720 Do not enable AppleIR by default. The amount of computers capable of using it is too low in the field to enable it by default. diff -r de7334f3bcbe -r 2873fbda71f8 input/input.c --- a/input/input.c Sun May 18 11:54:35 2008 +0000 +++ b/input/input.c Sun May 18 11:56:20 2008 +0000 @@ -566,7 +566,7 @@ static char* config_file = "input.conf"; /* Apple Remote */ -static int use_ar = 1; +static int use_ar = 0; static char* js_dev = NULL; static char* ar_dev = NULL;