@@ -713,12 +713,12 @@ const __u8 uclogic_rdesc_v2_frame_buttons_arr[] = {
713713const size_t uclogic_rdesc_v2_frame_buttons_size =
714714 sizeof (uclogic_rdesc_v2_frame_buttons_arr );
715715
716- /* Fixed report descriptor for (tweaked) v2 frame dial reports */
717- const __u8 uclogic_rdesc_v2_frame_dial_arr [] = {
716+ /* Fixed report descriptor for (tweaked) v2 frame touch ring reports */
717+ const __u8 uclogic_rdesc_v2_frame_touch_ring_arr [] = {
718718 0x05 , 0x01 , /* Usage Page (Desktop), */
719719 0x09 , 0x07 , /* Usage (Keypad), */
720720 0xA1 , 0x01 , /* Collection (Application), */
721- 0x85 , UCLOGIC_RDESC_V2_FRAME_DIAL_ID ,
721+ 0x85 , UCLOGIC_RDESC_V2_FRAME_TOUCH_RING_ID ,
722722 /* Report ID (DIAL_ID), */
723723 0x14 , /* Logical Minimum (0), */
724724 0x05 , 0x0D , /* Usage Page (Digitizer), */
@@ -758,8 +758,8 @@ const __u8 uclogic_rdesc_v2_frame_dial_arr[] = {
758758 0xC0 , /* End Collection, */
759759 0xC0 /* End Collection */
760760};
761- const size_t uclogic_rdesc_v2_frame_dial_size =
762- sizeof (uclogic_rdesc_v2_frame_dial_arr );
761+ const size_t uclogic_rdesc_v2_frame_touch_ring_size =
762+ sizeof (uclogic_rdesc_v2_frame_touch_ring_arr );
763763
764764/* Fixed report descriptor for Ugee EX07 frame */
765765const __u8 uclogic_rdesc_ugee_ex07_frame_arr [] = {
0 commit comments