File tree Expand file tree Collapse file tree 1 file changed +0
-15
lines changed
Controllers/LianLiController/LianLiUniHubSLV2Controller Expand file tree Collapse file tree 1 file changed +0
-15
lines changed Original file line number Diff line number Diff line change @@ -201,26 +201,11 @@ class LianLiUniHubSLV2Controller
201201
202202private:
203203 hid_device* dev;
204- unsigned short dev_pid;
205-
206- /* ---------------------------------------------------------*\
207- | Device-specific protocol settings |
208- \*---------------------------------------------------------*/
209- unsigned char dev_transaction_id;
210- unsigned char dev_led_id;
211204
212205 /* ---------------------------------------------------------*\
213206 | Device information strings |
214207 \*---------------------------------------------------------*/
215208 std::string firmware_version;
216209 std::string location;
217210 std::string name;
218- device_type type;
219-
220- /* ---------------------------------------------------------*\
221- | HID report index for request and response |
222- \*---------------------------------------------------------*/
223- unsigned char report_index;
224- unsigned char response_index;
225-
226211};
You can’t perform that action at this time.
0 commit comments