Skip to content

Commit

Permalink
Fix MSI claw
Browse files Browse the repository at this point in the history
  • Loading branch information
NeroReflex committed Jul 11, 2024
1 parent 0476349 commit 30be2f4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion drivers/hid/hid-ids.h
Original file line number Diff line number Diff line change
Expand Up @@ -966,7 +966,7 @@
#define USB_DEVICE_ID_GENIUS_KB29E 0x3004

#define USB_VENDOR_ID_MSI_FIRST 0x0DB0
#define USB_DEVICE_ID_MSI_CLAW 0x1901
#define USB_DEVICE_ID_MSI_CLAW 0xc548

#define USB_VENDOR_ID_MSI 0x1770
#define USB_DEVICE_ID_MSI_GT683R_LED_PANEL 0xff00
Expand Down
2 changes: 1 addition & 1 deletion drivers/hid/hid-msi-claw.c
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ static int msi_claw_probe(struct hid_device *hdev, const struct hid_device_id *i
}

// TODO: remove me
hid_err(hdev, "msi-claw started\n", ret);
hid_err(hdev, "msi-claw started\n");

ret = msi_claw_switch_gamepad_mode(hdev, MSI_CLAW_GAMEPAD_MODE_MSI, MSI_CLAW_MKEY_FUNCTION_MACRO);
if (ret != 0) {
Expand Down

0 comments on commit 30be2f4

Please sign in to comment.