Skip to content

Commit

Permalink
gen-usbhid-subdriver.sh: suggest "fix_report_desc" in subdriver_t (fo…
Browse files Browse the repository at this point in the history
…llow-up to PR networkupstools#1245)
  • Loading branch information
jimklimov committed Feb 9, 2022
1 parent 8bdbb18 commit 50e97f4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/subdriver/gen-usbhid-subdriver.sh
Original file line number Diff line number Diff line change
Expand Up @@ -296,6 +296,7 @@ subdriver_t ${LDRIVER}_subdriver = {
${LDRIVER}_format_model,
${LDRIVER}_format_mfr,
${LDRIVER}_format_serial,
fix_report_desc, /* may optionally be customized, see cps-hid.c for example */
};
EOF

Expand Down

0 comments on commit 50e97f4

Please sign in to comment.