From: Keith Packard Date: Sun, 14 Jan 2018 05:29:08 +0000 (-0800) Subject: libaltos: Use case-insensitive compare when matching BT MACs X-Git-Tag: 1.8.5~1^2~2^2~1 X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=54e8e033ccf47526e5ff08f93c105ef75334924e;hp=54e8e033ccf47526e5ff08f93c105ef75334924e;p=fw%2Faltos libaltos: Use case-insensitive compare when matching BT MACs We use the BT MAC vendor portion to figure out which port to connect to as that is simpler and takes less network traffic than actually doing discovery. However, on Windows, we were generating the address in lower case and comparing against upper case vendors, which didn't work out too well. Signed-off-by: Keith Packard ---