From 54939049f42287d0bd30ceaad4efb667ac4e5eec Mon Sep 17 00:00:00 2001 From: Adam Honse Date: Sun, 13 Feb 2022 14:16:53 -0600 Subject: [PATCH] Remove comment --- .../ZalmanZSyncController/ZalmanZSyncControllerDetect.cpp | 5 ----- 1 file changed, 5 deletions(-) diff --git a/Controllers/ZalmanZSyncController/ZalmanZSyncControllerDetect.cpp b/Controllers/ZalmanZSyncController/ZalmanZSyncControllerDetect.cpp index e350cd9cc..3075c3f7a 100644 --- a/Controllers/ZalmanZSyncController/ZalmanZSyncControllerDetect.cpp +++ b/Controllers/ZalmanZSyncController/ZalmanZSyncControllerDetect.cpp @@ -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);