We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f15dcc commit 692a05cCopy full SHA for 692a05c
1 file changed
hid-huion.c
@@ -224,6 +224,7 @@ static int huion_probe(struct hid_device *hdev, const struct hid_device_id *id)
224
225
switch (id->product) {
226
case USB_DEVICE_ID_HUION_TABLET:
227
+ case USB_DEVICE_ID_YIYNOVA_MXP:
228
/* If this is the pen interface */
229
if (intf->cur_altsetting->desc.bInterfaceNumber == 0) {
230
rc = huion_tablet_enable(hdev);
0 commit comments