Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions src/lib/razermouse_driver.c
Original file line number Diff line number Diff line change
Expand Up @@ -1803,6 +1803,7 @@ ssize_t razer_attr_read_get_battery(IOUSBDeviceInterface **usb_dev, char *buf)
case USB_DEVICE_ID_RAZER_OROCHI_V2_BLUETOOTH:
case USB_DEVICE_ID_RAZER_BASILISK_V3_PRO_35K_WIRED:
case USB_DEVICE_ID_RAZER_BASILISK_V3_PRO_35K_WIRELESS:
case USB_DEVICE_ID_RAZER_BASILISK_V3_X_HYPERSPEED:
report.transaction_id.id = 0x1f;
break;
}
Expand All @@ -1828,6 +1829,7 @@ ssize_t razer_attr_read_is_charging(IOUSBDeviceInterface **usb_dev, char *buf)
case USB_DEVICE_ID_RAZER_ATHERIS_RECEIVER:
case USB_DEVICE_ID_RAZER_OROCHI_V2_RECEIVER:
case USB_DEVICE_ID_RAZER_OROCHI_V2_BLUETOOTH:
case USB_DEVICE_ID_RAZER_BASILISK_V3_X_HYPERSPEED:
return sprintf(buf, "0\n");
break;

Expand Down