genesys: Use consistent model name for Canon CanoScan 5600F

merge-requests/213/head^2
Povilas Kanapickas 2020-04-17 05:38:42 +03:00
rodzic ff2ba89b06
commit c0deb9b2c4
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -886,9 +886,9 @@ void genesys_init_usb_device_tables()
model = Genesys_Model();
model.name = "canon-5600f";
model.name = "canon-canoscan-5600f";
model.vendor = "Canon";
model.model = "5600F";
model.model = "CanoScan 5600F";
model.model_id = ModelId::CANON_5600F;
model.asic_type = AsicType::GL847;