We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce5a68f commit a328fc1Copy full SHA for a328fc1
1 file changed
hid-uclogic-params.h
@@ -73,7 +73,7 @@ struct uclogic_params_pen {
73
unsigned int desc_size;
74
/* Report ID, if reports should be tweaked, zero if not */
75
unsigned int id;
76
- /* The list of subreports */
+ /* The list of subreports, only valid if "id" is not zero */
77
struct uclogic_params_pen_subreport subreport_list[3];
78
/* Type of in-range reporting, only valid if "id" is not zero */
79
enum uclogic_params_pen_inrange inrange;
0 commit comments