Remove comment

This commit is contained in:
Adam Honse
2022-02-13 14:16:53 -06:00
parent b9c0b04772
commit 54939049f4

View File

@@ -30,9 +30,4 @@ void DetectZalmanZSyncControllers(hid_device_info* info, const std::string& name
}
} /* DetectZalmanZSyncControllers() */
/*-----------------------------------------------------------------*\
| Disable due to bricking. Bricking may not be caused by OpenRGB |
| as reports of bricking in the official software are common. Seems|
| to be a bug in the firmware, but I want to investigate further |
\*-----------------------------------------------------------------*/
REGISTER_HID_DETECTOR("Zalman Z Sync", DetectZalmanZSyncControllers, ZALMAN_VID, ZALMAN_Z_SYNC_PID);