diff options
author | Kenji Aoyama <aoyama@cvs.openbsd.org> | 2013-10-30 12:28:20 +0000 |
---|---|---|
committer | Kenji Aoyama <aoyama@cvs.openbsd.org> | 2013-10-30 12:28:20 +0000 |
commit | 7b18bdd598d69dfdc62dddeccaba76ba400064f8 (patch) | |
tree | 0a0bacdb0f438e97281d2f6e92ccdc9a03dabafc /sys/dev/usb/usbdevs | |
parent | 6eee17936e90f5a76d0a261c3bca3ad0ecc05202 (diff) |
Treat another OMRON UPS, BY35S, as ugen(4).
Now NUT (sysutils/nut in ports) works on this device, and may work on
other OMRON UPSs, by:
1. Apply following diff to NUT source:
https://gist.github.com/ao-kenji/7070817
2. Put following setting in /etc/nut/ups.conf.
---
[by35s]
driver = blazer_usb
port = auto
desc = "OMRON BY35S"
vendorid = 0590
productid = 0080
subdriver = ippon
---
Reference:
http://sunnyone41.blogspot.jp/2011/05/omron-by50subuntu-1104.html
(written in Japanese)
ok deraadt@ mpi@
Diffstat (limited to 'sys/dev/usb/usbdevs')
-rw-r--r-- | sys/dev/usb/usbdevs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/usb/usbdevs b/sys/dev/usb/usbdevs index 731a5226df6..8218b0a6f46 100644 --- a/sys/dev/usb/usbdevs +++ b/sys/dev/usb/usbdevs @@ -1,4 +1,4 @@ -$OpenBSD: usbdevs,v 1.609 2013/10/25 02:55:58 jeremy Exp $ +$OpenBSD: usbdevs,v 1.610 2013/10/30 12:28:19 aoyama Exp $ /* $NetBSD: usbdevs,v 1.322 2003/05/10 17:47:14 hamajima Exp $ */ /* @@ -3085,6 +3085,7 @@ product OMNIVISION OV511PLUS 0xa511 OV511+ /* OMRON products */ product OMRON BX50F 0x0057 BX50F UPS product OMRON BX35F 0x0058 BX35F UPS +product OMRON BY35S 0x0080 BY35S UPS /* OnSpec Electronic, Inc. */ product ONSPEC MD2 0x0103 disk |