This commit is contained in:
Martin Brodbeck 2018-08-15 14:07:15 +02:00
parent 8319ed6837
commit 1551204bdb
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ struct SupportedPrinters {
std::array<std::tuple<int, int, int>, 2> models{
// {Vendor ID, Model ID, Endpoint}
std::make_tuple(0x0456, 0x0808, 0x03),
std::tuple(0x0416, 0x5011, 0x03),
std::make_tuple(0x0416, 0x5011, 0x03),
};
};