View | Details | Raw Unified | Return to bug 21556 | Differences between
and this patch

Collapse All | Expand All

(-)upsd.c (+1 lines)
Lines 30-35 Link Here
30
30
31
/* All supported UPS models. */
31
/* All supported UPS models. */
32
struct ups_model *upslist[] = {
32
struct ups_model *upslist[] = {
33
	&apc_SmartUPS_115,
33
	&apc_SmartUPS_230,
34
	&apc_SmartUPS_230,
34
	&apc_SmartUPS_vs_420,
35
	&apc_SmartUPS_vs_420,
35
	NULL
36
	NULL

Return to bug 21556