Get rid of razerchromahdk driver as it was never merged and use razeraccessory instead

This commit is contained in:
Adam Honse
2020-01-27 21:14:55 -06:00
parent d4cd2a6853
commit 9603489f4a

View File

@@ -58,7 +58,7 @@ void DetectOpenRazerControllers(std::vector<RGBController*> &rgb_controllers)
break;
case 7:
strcpy(driver_path, "/sys/bus/hid/drivers/razerchromahdk/");
strcpy(driver_path, "/sys/bus/hid/drivers/razeraccessory/");
break;
}