Skip to content

Commit

Permalink
docs/new-drivers.txt: quote driver names; note modbus unrelated drive…
Browse files Browse the repository at this point in the history
…rs so far [#50, #1765]

Signed-off-by: Jim Klimov <[email protected]>
  • Loading branch information
jimklimov committed Dec 1, 2024
1 parent 368e734 commit d85921e
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions docs/new-drivers.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,11 @@ This chapter will present the process of creating a new driver to support
another device.

Since NUT already supports many major power device protocols through
several generic drivers (genericups, usbhid-ups, snmp-ups, blazer_* and
nutdrv_qx), creation of new drivers has become rare.
several generic drivers (`genericups`, `usbhid-ups`, `snmp-ups`, `blazer_*`
and `nutdrv_qx`), creation of new drivers has become rare.

NOTE: We have yet to unify modbus drivers under same umbrella like `nutdrv_qx`
covering the Megatec Qx protocol family.

So most of the time, this process will be limited to completing one of these
generic drivers.
Expand Down

0 comments on commit d85921e

Please sign in to comment.