···1-sane-desc does not include unsupported .desc entries like EPSON V300 PHOTO,
2-which can be supported by the (unfree) epkowa driver.
3-But we need those entries so that unprivileged users which have installed epkowa
4-can use the scanner.
5-diff --git a/tools/sane-desc.c b/tools/sane-desc.c
6-index 7a8645dea..9c9719fef 100644
7---- a/tools/sane-desc.c
8-+++ b/tools/sane-desc.c
9-@@ -3243,10 +3243,6 @@ create_usbids_table (void)
10-11- for (model = mfg->model; model; model = model->next)
12- {
13-- if ((model->status == status_unsupported)
14-- || (model->status == status_unknown))
15-- continue;
16--
17- if (model->usb_vendor_id && model->usb_product_id)
18- {
19- first_usbid = add_usbid (first_usbid, mfg->name,