Skip to content

Commit 692a05c

Browse files
committed
Enable Yiynova tablets also
Invoke huion_tablet_enable for Yiynova tablets also. This fixes Yiynova tablet enabling.
1 parent 5f15dcc commit 692a05c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

hid-huion.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -224,6 +224,7 @@ static int huion_probe(struct hid_device *hdev, const struct hid_device_id *id)
224224

225225
switch (id->product) {
226226
case USB_DEVICE_ID_HUION_TABLET:
227+
case USB_DEVICE_ID_YIYNOVA_MXP:
227228
/* If this is the pen interface */
228229
if (intf->cur_altsetting->desc.bInterfaceNumber == 0) {
229230
rc = huion_tablet_enable(hdev);

0 commit comments

Comments
 (0)