Hi, I had the same issue and it's to do with a shared MAC address for the USB port, exclude your MAC with this script that you run against the LS DB using the tool...
INSERT INTO tsysMacBlacklist (Mac, Comment) VALUES ('48:6F:73:74:50:43', 'UPS USB Port')
GO
UPDATE tsysupdate SET MacBlacklist = GETDATE()
GO