From: Ping Cheng Date: Tue, 16 Apr 2013 23:10:08 +0000 (-0700) Subject: Input: wacom - fix "can not retrieve extra class descriptor" for DTH2242 X-Git-Tag: upstream/snapshot3+hdmi~3244^2~69 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=5846115b30f3a881e542c8bfde59a699c1c13740;p=platform%2Fadaptation%2Frenesas_rcar%2Frenesas_kernel.git Input: wacom - fix "can not retrieve extra class descriptor" for DTH2242 Same as Cintiq 24HDT, DTH2242 has two interfaces sharing one configuration. This patch ignores the second interface. Signed-off-by: Ping Cheng Signed-off-by: Dmitry Torokhov --- diff --git a/drivers/input/tablet/wacom_wac.c b/drivers/input/tablet/wacom_wac.c index 9ec24df..0bfd8cf 100644 --- a/drivers/input/tablet/wacom_wac.c +++ b/drivers/input/tablet/wacom_wac.c @@ -2144,7 +2144,7 @@ const struct usb_device_id wacom_ids[] = { { USB_DEVICE_WACOM(0x44) }, { USB_DEVICE_WACOM(0x45) }, { USB_DEVICE_WACOM(0x59) }, - { USB_DEVICE_WACOM(0x5D) }, + { USB_DEVICE_DETAILED(0x5D, USB_CLASS_HID, 0, 0) }, { USB_DEVICE_WACOM(0xB0) }, { USB_DEVICE_WACOM(0xB1) }, { USB_DEVICE_WACOM(0xB2) },