APC's AP7921 uses the same driver as AP7922. Document this model as
being supported by the existing driver.
Change-Id: I611695e201c5df397dee24f8d270351b06efe6af
This model was found to be working using the in-tree driver. Mark it as
such to help future operators.
Change-Id: I5327064f836c6c10896b22cd634b387f17a9f12f
Provide 3 new snmp_driver values for different APC product families:
- apc_masterswitch
- apc_masterswitchplus
- apc_rackpdu
The "apc" snmp_driver is still supported and maps to the MasterSwitch driver
to avoid breaking backwards compatibility.
Different APC product families support different OIDs for power control.
- APC MasterSwitch uses sPDUOutletCtl
- APC MasterSwitchPlus uses sPDUOutletControlMSPOutletCommand
- APC Rack PDU uses rPDUOutletControlOutletCommand
Change-Id: I9d8724543d7da7b1c9cdc180c3396d131ed52615
Closes-Bug: #1471025