CVSROOT: /cvs Module name: src Changes by: aoy...@cvs.openbsd.org 2013/10/30 06:28:20
Modified files: sys/dev/usb : usbdevs usb_quirks.c Log message: 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@