genesys: Readd missed comment

merge-requests/213/head^2
Povilas Kanapickas 2020-04-11 15:50:03 +03:00
rodzic 3b1d7d59c1
commit 7fbc7dda54
1 zmienionych plików z 2 dodań i 1 usunięć

Wyświetl plik

@ -5268,7 +5268,8 @@ static void sane_open_impl(SANE_String_Const devicename, SANE_Handle * handle)
}
if (is_testing_mode()) {
// during testing w
// during testing we need to initialize dev->model before test scanner interface is created
// as that it needs to know what type of chip it needs to mimic.
auto vendor_id = get_testing_vendor_id();
auto product_id = get_testing_product_id();
auto bcd_device = get_testing_bcd_device();