Commit b3a989d0dfeae6944f71459d31abf5e5cd89dc7e

Sebastian Krzyszkowiak 2021-08-10T13:08:27

video: Fix false positives in driver name comparison Without this change, driver names don't get matched correctly; for example "x" can get matched with "x11" since it only checks whether the string matches up to the length of the requested driver name.