Re: [PATCH v3 01/18] HID: steelseries: Fix ARCTIS_1_X device mislabeling

From: Bastien Nocera

Date: Tue Mar 03 2026 - 06:06:40 EST


On Fri, 2026-02-27 at 18:50 -0500, Sriman Achanta wrote:
> @@ -97,7 +98,7 @@ static const __u8 steelseries_srws1_rdesc_fixed[] =
> {
>  0x29, 0x11,         /*          Usage Maximum (11h),        */
>  0x95, 0x11,         /*          Report Count (17),          */
>  0x81, 0x02,         /*          Input (Variable),           */
> -                    /*   ---- Dial patch starts here ----   */
> +     /*   ---- Dial patch starts here ----   */
>  0x05, 0x01,         /*          Usage Page (Desktop),       */
>  0x09, 0x33,         /*          Usage (RX),                 */
>  0x75, 0x04,         /*          Report Size (4),            */
> @@ -110,7 +111,7 @@ static const __u8 steelseries_srws1_rdesc_fixed[]
> = {
>  0x95, 0x01,         /*          Report Count (1),           */
>  0x25, 0x03,         /*          Logical Maximum (3),        */
>  0x81, 0x02,         /*          Input (Variable),           */
> -                    /*    ---- Dial patch ends here ----    */
> +     /*    ---- Dial patch ends here ----    */
>  0x06, 0x00, 0xFF,   /*          Usage Page (FF00h),         */
>  0x09, 0x01,         /*          Usage (01h),                */
>  0x75, 0x04,         /* Changed  Report Size (4),            */

Unrelated whitespace changes