Skip to content

Commit 50e97f4

Browse files
committed
gen-usbhid-subdriver.sh: suggest "fix_report_desc" in subdriver_t (follow-up to PR networkupstools#1245)
1 parent 8bdbb18 commit 50e97f4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/subdriver/gen-usbhid-subdriver.sh

+1
Original file line numberDiff line numberDiff line change
@@ -296,6 +296,7 @@ subdriver_t ${LDRIVER}_subdriver = {
296296
${LDRIVER}_format_model,
297297
${LDRIVER}_format_mfr,
298298
${LDRIVER}_format_serial,
299+
fix_report_desc, /* may optionally be customized, see cps-hid.c for example */
299300
};
300301
EOF
301302

0 commit comments

Comments
 (0)