We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45888a2 commit 7a87300Copy full SHA for 7a87300
1 file changed
hid-uclogic-params.h
@@ -62,8 +62,8 @@ struct uclogic_params_pen_subreport {
62
*/
63
struct uclogic_params_pen {
64
/*
65
- * Pointer to report descriptor describing the inputs.
66
- * Allocated with kmalloc.
+ * Pointer to report descriptor part describing the pen inputs.
+ * Allocated with kmalloc. NULL if the part is not specified.
67
68
__u8 *desc_ptr;
69
@@ -101,8 +101,8 @@ struct uclogic_params_pen {
101
102
struct uclogic_params_frame {
103
104
105
+ * Pointer to report descriptor part describing the frame inputs.
106
107
108
0 commit comments