···11-sane-desc does not include unsupported .desc entries like EPSON V300 PHOTO,
22-which can be supported by the (unfree) epkowa driver.
33-But we need those entries so that unprivileged users which have installed epkowa
44-can use the scanner.
55-diff --git a/tools/sane-desc.c b/tools/sane-desc.c
66-index 7a8645dea..9c9719fef 100644
77---- a/tools/sane-desc.c
88-+++ b/tools/sane-desc.c
99-@@ -3243,10 +3243,6 @@ create_usbids_table (void)
1010-1111- for (model = mfg->model; model; model = model->next)
1212- {
1313-- if ((model->status == status_unsupported)
1414-- || (model->status == status_unknown))
1515-- continue;
1616--
1717- if (model->usb_vendor_id && model->usb_product_id)
1818- {
1919- first_usbid = add_usbid (first_usbid, mfg->name,