diff options
Diffstat (limited to 'input/device.c')
| -rw-r--r-- | input/device.c | 3 | 
1 files changed, 3 insertions, 0 deletions
diff --git a/input/device.c b/input/device.c index cd8662db..edf8c475 100644 --- a/input/device.c +++ b/input/device.c @@ -195,6 +195,9 @@ static const char *create_input_path(uint8_t major, uint8_t minor)  	static int next_id = 0;  	switch (major) { +	case 0x02: /* Phone */	 +		strcpy(subpath, "phone");	 +		break;  	case 0x04: /* Audio */  		switch (minor) {  		/* FIXME: Testing required */  | 
