Loading rootdir/ueventd.rc +1 −1 Original line number Original line Diff line number Diff line Loading @@ -46,7 +46,7 @@ subsystem adf /dev/tty0 0660 root system /dev/tty0 0660 root system /dev/graphics/* 0660 root graphics /dev/graphics/* 0660 root graphics /dev/msm_hw3dm 0660 system graphics /dev/msm_hw3dm 0660 system graphics /dev/input/* 0640 system input /dev/input/* 0660 root input /dev/eac 0660 root audio /dev/eac 0660 root audio /dev/cam 0660 root camera /dev/cam 0660 root camera /dev/pmem 0660 system graphics /dev/pmem 0660 system graphics Loading toolbox/getevent.c +1 −1 Original line number Original line Diff line number Diff line Loading @@ -321,7 +321,7 @@ static int open_device(const char *device, int print_flags) char idstr[80]; char idstr[80]; struct input_id id; struct input_id id; fd = open(device, O_RDONLY); fd = open(device, O_RDWR); if(fd < 0) { if(fd < 0) { if(print_flags & PRINT_DEVICE_ERRORS) if(print_flags & PRINT_DEVICE_ERRORS) fprintf(stderr, "could not open %s, %s\n", device, strerror(errno)); fprintf(stderr, "could not open %s, %s\n", device, strerror(errno)); Loading Loading
rootdir/ueventd.rc +1 −1 Original line number Original line Diff line number Diff line Loading @@ -46,7 +46,7 @@ subsystem adf /dev/tty0 0660 root system /dev/tty0 0660 root system /dev/graphics/* 0660 root graphics /dev/graphics/* 0660 root graphics /dev/msm_hw3dm 0660 system graphics /dev/msm_hw3dm 0660 system graphics /dev/input/* 0640 system input /dev/input/* 0660 root input /dev/eac 0660 root audio /dev/eac 0660 root audio /dev/cam 0660 root camera /dev/cam 0660 root camera /dev/pmem 0660 system graphics /dev/pmem 0660 system graphics Loading
toolbox/getevent.c +1 −1 Original line number Original line Diff line number Diff line Loading @@ -321,7 +321,7 @@ static int open_device(const char *device, int print_flags) char idstr[80]; char idstr[80]; struct input_id id; struct input_id id; fd = open(device, O_RDONLY); fd = open(device, O_RDWR); if(fd < 0) { if(fd < 0) { if(print_flags & PRINT_DEVICE_ERRORS) if(print_flags & PRINT_DEVICE_ERRORS) fprintf(stderr, "could not open %s, %s\n", device, strerror(errno)); fprintf(stderr, "could not open %s, %s\n", device, strerror(errno)); Loading