Rev 483 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 483 | Rev 484 | ||
---|---|---|---|
Line 6... | Line 6... | ||
6 | char *input_joydev_name; |
6 | char *input_joydev_name; |
Line 7... | Line 7... | ||
7 | 7 | ||
8 | char *bluetooth_mac; |
8 | char *bluetooth_mac; |
Line -... | Line 9... | ||
- | 9 | char *mk_tty; |
|
- | 10 | ||
- | 11 | ||
9 | char *mk_tty; |
12 | char *evdev_path; |
10 | 13 | ||
Line 11... | Line 14... | ||
11 | int mk_socket_port=0; |
14 | int mk_socket_port=0; |
12 | int loop_delay=0; |
15 | int loop_delay=0; |
Line 70... | Line 73... | ||
70 | cfg_opt_t opts[] = { |
73 | cfg_opt_t opts[] = { |
71 | CFG_SEC("input", input_opts, CFGF_MULTI | CFGF_TITLE), |
74 | CFG_SEC("input", input_opts, CFGF_MULTI | CFGF_TITLE), |
72 | CFG_SIMPLE_STR("bluetooth_mac", &bluetooth_mac), |
75 | CFG_SIMPLE_STR("bluetooth_mac", &bluetooth_mac), |
Line 73... | Line 76... | ||
73 | 76 | ||
- | 77 | CFG_SIMPLE_STR("mk_tty", &mk_tty), |
|
Line 74... | Line 78... | ||
74 | CFG_SIMPLE_STR("mk_tty", &mk_tty), |
78 | CFG_SIMPLE_STR("evdev_path", &evdev_path), |
75 | 79 | ||
76 | CFG_SIMPLE_BOOL("exit_after_init", &exit_after_init), |
80 | CFG_SIMPLE_BOOL("exit_after_init", &exit_after_init), |
77 | CFG_SIMPLE_STR("input_evdev", &input_evdev_name), |
81 | CFG_SIMPLE_STR("input_evdev", &input_evdev_name), |