@@ -969,7 +969,14 @@ int main(int argc, char **argv) {
}
cmd=args[0];
if(hidraw_path){
fd=open(hidraw_path,O_RDWR);
if(fd<0){
perror(hidraw_path);
}
}else{
fd=open_hidraw();
}
if(fd<0){
return1;
}
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.