Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fixup! uhd: Add fuzzy serial number checking | mattprost | 2020-04-09 | 1 | -8/+8 |
| | |||||
* | uhd: Add fuzzy serial number checking | Lane Kolbly | 2020-04-08 | 1 | -0/+22 |
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". |