summaryrefslogtreecommitdiff
path: root/driver/touchpad_st.c
diff options
context:
space:
mode:
Diffstat (limited to 'driver/touchpad_st.c')
-rw-r--r--driver/touchpad_st.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/driver/touchpad_st.c b/driver/touchpad_st.c
index 1a4835125f..424069c275 100644
--- a/driver/touchpad_st.c
+++ b/driver/touchpad_st.c
@@ -1076,8 +1076,8 @@ static void st_tp_usb_tx_callback(struct usb_isochronous_config const *config);
USB_ISOCHRONOUS_CONFIG_FULL(usb_st_tp_heatmap_config,
USB_IFACE_ST_TOUCHPAD,
USB_CLASS_VENDOR_SPEC,
- 0, /* subclass */
- 0, /* protocol */
+ USB_SUBCLASS_GOOGLE_HEATMAP,
+ USB_PROTOCOL_GOOGLE_HEATMAP,
USB_STR_HEATMAP_NAME, /* interface name */
USB_EP_ST_TOUCHPAD,
USB_ISO_PACKET_SIZE,