[Nut-upsdev] [PATCH] megatec_usb: add support for online yunto
Axel Gembe
ago at bastart.eu.org
Fri Jun 6 20:40:28 UTC 2008
Uses Megatec USB Phoenix Subdriver, USB Id is 06da:0002.
Signed-off-by: Axel Gembe <ago at bastart.eu.org>
---
drivers/megatec_usb.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/drivers/megatec_usb.c b/drivers/megatec_usb.c
index 178b0b3..958876b 100644
--- a/drivers/megatec_usb.c
+++ b/drivers/megatec_usb.c
@@ -120,6 +120,7 @@ static usb_ups_t KnownDevices[] = {
{0xffff, 0x0000, &krauler_subdriver}, /* Ablerex 625L USB */
{0x0665, 0x5161, &phoenix_subdriver}, /* Belkin F6C1200-UNV */
{0x06da, 0x0003, &phoenix_subdriver}, /* Mustek Powermust */
+ {0x06da, 0x0002, &phoenix_subdriver}, /* Online Yanto */
{0x0f03, 0x0001, &phoenix_subdriver}, /* Unitek Alpha 1200Sx */
{-1, -1, NULL} /* end of list */
};
--
1.5.5.1
More information about the Nut-upsdev
mailing list