Not connecting. LIBUSB_ERROR_TIMEOUT
ForumLiker opened this issue · 1 comments
I can't solve the problem....LIBUSB_ERROR_TIMEOUT
sudo ./bloody
Available devices:
2:Bloody P91
Enter device address: 2
Current backlight level: LIBUSB_ERROR_TIMEOUT
239
Select backlight level(0-3):0
LIBUSB_ERROR_TIMEOUT
Select backlight level(0-3)
Mouse.cpp
case BLOODY_J95S_PID:
name = "Bloody J95S";
break;
case BLOODY_P91_PID:
name = "Bloody P91";
break;
default:
name = "Unknown";
Mouse.h
static const int BLOODY_A9_PID = 0x1003;
static const int BLOODY_P91_PID = 0x7ccf;
.
.
.
...BLOODY_A9_PID, BLOODY_P91_PID};
lsusb -d 09da: | cut -d ' ' -f6 | cut -d ':' -f2
7ccf
Mouse: Bloody P91 PRO
OS: Arch Linux x64
libusb 1.0.26-1
What could be the problem?
This repo is dead, since you're on Arch, use aur/a4tech-bloody-driver-git
Still a dead repo(it is mine), but less dead than that and should work with your mouse.