Skip to content

Commit fc11f9b

Browse files
committed
uclogic: Align original rdesc size macro definitions
1 parent e656dde commit fc11f9b

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

hid-uclogic-rdesc.h

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
#include <linux/usb.h>
2020

2121
/* Size of the original descriptor of WPXXXXU tablets */
22-
#define UCLOGIC_RDESC_WPXXXXU_ORIG_SIZE 212
22+
#define UCLOGIC_RDESC_WPXXXXU_ORIG_SIZE 212
2323

2424
/* Fixed WP4030U report descriptor */
2525
extern __u8 uclogic_rdesc_wp4030u_fixed_arr[];
@@ -37,14 +37,14 @@ extern const size_t uclogic_rdesc_wp8060u_fixed_size;
3737
#define UCLOGIC_RDESC_WP5540U_V2_ORIG_SIZE 232
3838

3939
/* Size of the original descriptor of WP1062 tablet */
40-
#define UCLOGIC_RDESC_WP1062_ORIG_SIZE 254
40+
#define UCLOGIC_RDESC_WP1062_ORIG_SIZE 254
4141

4242
/* Fixed WP1062 report descriptor */
4343
extern __u8 uclogic_rdesc_wp1062_fixed_arr[];
4444
extern const size_t uclogic_rdesc_wp1062_fixed_size;
4545

4646
/* Size of the original descriptor of PF1209 tablet */
47-
#define UCLOGIC_RDESC_PF1209_ORIG_SIZE 234
47+
#define UCLOGIC_RDESC_PF1209_ORIG_SIZE 234
4848

4949
/* Fixed PF1209 report descriptor */
5050
extern __u8 uclogic_rdesc_pf1209_fixed_arr[];
@@ -68,8 +68,8 @@ extern __u8 uclogic_rdesc_twhl850_fixed2_arr[];
6868
extern const size_t uclogic_rdesc_twhl850_fixed2_size;
6969

7070
/* Size of the original descriptors of TWHA60 tablet */
71-
#define UCLOGIC_RDESC_TWHA60_ORIG0_SIZE 254
72-
#define UCLOGIC_RDESC_TWHA60_ORIG1_SIZE 139
71+
#define UCLOGIC_RDESC_TWHA60_ORIG0_SIZE 254
72+
#define UCLOGIC_RDESC_TWHA60_ORIG1_SIZE 139
7373

7474
/* Fixed TWHA60 report descriptor, interface 0 (stylus) */
7575
extern __u8 uclogic_rdesc_twha60_fixed0_arr[];

0 commit comments

Comments
 (0)