|
@@ -245,8 +245,6 @@ static int wacom_parse_hid(struct usb_interface *intf, struct hid_descriptor *hi
|
|
|
/* penabled only accepts exact bytes of data */
|
|
|
if (features->type == TABLETPC2FG)
|
|
|
features->pktlen = WACOM_PKGLEN_GRAPHIRE;
|
|
|
- if (features->type == BAMBOO_PT)
|
|
|
- features->pktlen = WACOM_PKGLEN_BBFUN;
|
|
|
features->device_type = BTN_TOOL_PEN;
|
|
|
features->x_max =
|
|
|
get_unaligned_le16(&report[i + 3]);
|
|
@@ -295,8 +293,6 @@ static int wacom_parse_hid(struct usb_interface *intf, struct hid_descriptor *hi
|
|
|
/* penabled only accepts exact bytes of data */
|
|
|
if (features->type == TABLETPC2FG)
|
|
|
features->pktlen = WACOM_PKGLEN_GRAPHIRE;
|
|
|
- if (features->type == BAMBOO_PT)
|
|
|
- features->pktlen = WACOM_PKGLEN_BBFUN;
|
|
|
features->device_type = BTN_TOOL_PEN;
|
|
|
features->y_max =
|
|
|
get_unaligned_le16(&report[i + 3]);
|