2020#include <kunit/visibility.h>
2121
2222/* Fixed WP4030U report descriptor */
23- __u8 uclogic_rdesc_wp4030u_fixed_arr [] = {
23+ const __u8 uclogic_rdesc_wp4030u_fixed_arr [] = {
2424 0x05 , 0x0D , /* Usage Page (Digitizer), */
2525 0x09 , 0x01 , /* Usage (Digitizer), */
2626 0xA1 , 0x01 , /* Collection (Application), */
@@ -65,7 +65,7 @@ const size_t uclogic_rdesc_wp4030u_fixed_size =
6565 sizeof (uclogic_rdesc_wp4030u_fixed_arr );
6666
6767/* Fixed WP5540U report descriptor */
68- __u8 uclogic_rdesc_wp5540u_fixed_arr [] = {
68+ const __u8 uclogic_rdesc_wp5540u_fixed_arr [] = {
6969 0x05 , 0x0D , /* Usage Page (Digitizer), */
7070 0x09 , 0x01 , /* Usage (Digitizer), */
7171 0xA1 , 0x01 , /* Collection (Application), */
@@ -142,7 +142,7 @@ const size_t uclogic_rdesc_wp5540u_fixed_size =
142142 sizeof (uclogic_rdesc_wp5540u_fixed_arr );
143143
144144/* Fixed WP8060U report descriptor */
145- __u8 uclogic_rdesc_wp8060u_fixed_arr [] = {
145+ const __u8 uclogic_rdesc_wp8060u_fixed_arr [] = {
146146 0x05 , 0x0D , /* Usage Page (Digitizer), */
147147 0x09 , 0x01 , /* Usage (Digitizer), */
148148 0xA1 , 0x01 , /* Collection (Application), */
@@ -219,7 +219,7 @@ const size_t uclogic_rdesc_wp8060u_fixed_size =
219219 sizeof (uclogic_rdesc_wp8060u_fixed_arr );
220220
221221/* Fixed WP1062 report descriptor */
222- __u8 uclogic_rdesc_wp1062_fixed_arr [] = {
222+ const __u8 uclogic_rdesc_wp1062_fixed_arr [] = {
223223 0x05 , 0x0D , /* Usage Page (Digitizer), */
224224 0x09 , 0x01 , /* Usage (Digitizer), */
225225 0xA1 , 0x01 , /* Collection (Application), */
@@ -267,7 +267,7 @@ const size_t uclogic_rdesc_wp1062_fixed_size =
267267 sizeof (uclogic_rdesc_wp1062_fixed_arr );
268268
269269/* Fixed PF1209 report descriptor */
270- __u8 uclogic_rdesc_pf1209_fixed_arr [] = {
270+ const __u8 uclogic_rdesc_pf1209_fixed_arr [] = {
271271 0x05 , 0x0D , /* Usage Page (Digitizer), */
272272 0x09 , 0x01 , /* Usage (Digitizer), */
273273 0xA1 , 0x01 , /* Collection (Application), */
@@ -344,7 +344,7 @@ const size_t uclogic_rdesc_pf1209_fixed_size =
344344 sizeof (uclogic_rdesc_pf1209_fixed_arr );
345345
346346/* Fixed PID 0522 tablet report descriptor, interface 0 (stylus) */
347- __u8 uclogic_rdesc_twhl850_fixed0_arr [] = {
347+ const __u8 uclogic_rdesc_twhl850_fixed0_arr [] = {
348348 0x05 , 0x0D , /* Usage Page (Digitizer), */
349349 0x09 , 0x01 , /* Usage (Digitizer), */
350350 0xA1 , 0x01 , /* Collection (Application), */
@@ -390,7 +390,7 @@ const size_t uclogic_rdesc_twhl850_fixed0_size =
390390 sizeof (uclogic_rdesc_twhl850_fixed0_arr );
391391
392392/* Fixed PID 0522 tablet report descriptor, interface 1 (mouse) */
393- __u8 uclogic_rdesc_twhl850_fixed1_arr [] = {
393+ const __u8 uclogic_rdesc_twhl850_fixed1_arr [] = {
394394 0x05 , 0x01 , /* Usage Page (Desktop), */
395395 0x09 , 0x02 , /* Usage (Mouse), */
396396 0xA1 , 0x01 , /* Collection (Application), */
@@ -430,7 +430,7 @@ const size_t uclogic_rdesc_twhl850_fixed1_size =
430430 sizeof (uclogic_rdesc_twhl850_fixed1_arr );
431431
432432/* Fixed PID 0522 tablet report descriptor, interface 2 (frame buttons) */
433- __u8 uclogic_rdesc_twhl850_fixed2_arr [] = {
433+ const __u8 uclogic_rdesc_twhl850_fixed2_arr [] = {
434434 0x05 , 0x01 , /* Usage Page (Desktop), */
435435 0x09 , 0x06 , /* Usage (Keyboard), */
436436 0xA1 , 0x01 , /* Collection (Application), */
@@ -456,7 +456,7 @@ const size_t uclogic_rdesc_twhl850_fixed2_size =
456456 sizeof (uclogic_rdesc_twhl850_fixed2_arr );
457457
458458/* Fixed TWHA60 report descriptor, interface 0 (stylus) */
459- __u8 uclogic_rdesc_twha60_fixed0_arr [] = {
459+ const __u8 uclogic_rdesc_twha60_fixed0_arr [] = {
460460 0x05 , 0x0D , /* Usage Page (Digitizer), */
461461 0x09 , 0x01 , /* Usage (Digitizer), */
462462 0xA1 , 0x01 , /* Collection (Application), */
@@ -505,7 +505,7 @@ const size_t uclogic_rdesc_twha60_fixed0_size =
505505 sizeof (uclogic_rdesc_twha60_fixed0_arr );
506506
507507/* Fixed TWHA60 report descriptor, interface 1 (frame buttons) */
508- __u8 uclogic_rdesc_twha60_fixed1_arr [] = {
508+ const __u8 uclogic_rdesc_twha60_fixed1_arr [] = {
509509 0x05 , 0x01 , /* Usage Page (Desktop), */
510510 0x09 , 0x06 , /* Usage (Keyboard), */
511511 0xA1 , 0x01 , /* Collection (Application), */
0 commit comments