aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/include/uhdlib/utils/serial_number.hpp
Commit message (Collapse)AuthorAgeFilesLines
* uhd: Add fuzzy serial number checkingLane Kolbly2020-04-081-0/+29
We have integer 32-bit serial numbers for MPM devices, for example "1234abcd". For serial numbers which have less than eight digits, e.g. "123abcd", a user may feel inclined to prefix this number with a 0 when they are searching for devices, e.g. "0123abcd". This change makes it so that specifying "0123abcd" will match a device with serial number "123ABCD".