1;;; utsushi.desc -*- emacs-lisp -*- (sort of) 2;;; Copyright (C) 2015-2021 Olaf Meeuwissen 3;;; 4;;; License: GPL-3.0+ 5;;; Author : Olaf Meeuwissen 6;;; 7;;; This file is part of the 'Utsushi' package. 8;;; This package is free software: you can redistribute it and/or modify 9;;; it under the terms of the GNU General Public License as published by 10;;; the Free Software Foundation, either version 3 of the License or, at 11;;; your option, any later version. 12;;; 13;;; This program is distributed in the hope that it will be useful, 14;;; but WITHOUT ANY WARRANTY; without even the implied warranty of 15;;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 16;;; GNU General Public License for more details. 17;;; 18;;; You ought to have received a copy of the GNU General Public License 19;;; along with this package. If not, see <http://www.gnu.org/licenses/>. 20 21;; Backend data 22;; 23:backend "utsushi" 24:url "https://gitlab.com/utsushi/utsushi" 25 26;; Device and manufacturer information. 27;; 28:devicetype :scanner 29:mfg "EPSON" 30:url "http://www.epson.com/" 31 32;; List of EPSON scanners and all-in-ones. 33 34:model "DS-40" 35:interface "USB" 36:usbid "0x04b8" "0x0152" 37:status :good 38 39:model "DS-70" 40:interface "USB" 41:status :good 42:comment "USB product ID one of 0x0160, 0x0166, 0x016c or 0x016e" 43 44:model "DS-80W" 45:interface "USB" 46:status :good 47:comment "USB product ID one of 0x0160, 0x0166, 0x016c or 0x016e" 48 49:model "DS-410" 50:interface "USB" 51:status :good 52 53:model "DS-510" 54:interface "USB" 55:usbid "0x04b8" "0x014c" 56:status :good 57 58:model "DS-520" 59:interface "USB" 60:usbid "0x04b8" "0x0154" 61:status :good 62 63:model "DS-530" 64:interface "USB" 65:usbid "0x04b8" "0x0155" 66:status :good 67 68:model "DS-535" 69:interface "USB" 70:status :good 71 72:model "DS-535H" 73:interface "USB" 74:usbid "0x04b8" "0x017a" 75:status :good 76 77:model "DS-560" 78:interface "USB" 79:usbid "0x04b8" "0x0150" 80:status :good 81 82:model "DS-575W" 83:interface "USB" 84:status :good 85 86:model "DS-760" 87:interface "USB" 88:usbid "0x04b8" "0x014d" 89:status :good 90 91:model "DS-775" 92:interface "USB" 93:status :good 94 95:model "DS-780N" 96:interface "USB" 97:usbid "0x04b8" "0x0164" 98:status :good 99 100:model "DS-860" 101:interface "USB" 102:usbid "0x04b8" "0x014d" 103:status :good 104 105:model "DS-1630" 106:interface "USB" 107:usbid "0x04b8" "0x015c" 108:status :good 109 110:model "DS-5500" 111:interface "USB" 112:usbid "0x04b8" "0x0145" 113:status :good 114 115:model "DS-6500" 116:interface "USB" 117:usbid "0x04b8" "0x0145" 118:status :good 119 120:model "DS-7500" 121:interface "USB" 122:usbid "0x04b8" "0x0145" 123:status :good 124 125:model "DS-50000" 126:interface "USB" 127:usbid "0x04b8" "0x0146" 128:status :good 129 130:model "DS-60000" 131:interface "USB" 132:usbid "0x04b8" "0x0146" 133:status :good 134 135:model "DS-70000" 136:interface "USB" 137:usbid "0x04b8" "0x0146" 138:status :good 139 140:model "EP-10VA" 141:interface "USB" 142:usbid "0x04b8" "0x1108" 143:status :good 144 145:model "EP-808A" 146:interface "USB" 147:usbid "0x04b8" "0x110a" 148:status :good 149 150:model "EP-978A3" 151:interface "USB" 152:usbid "0x04b8" "0x1109" 153:status :good 154 155:model "ES-50" 156:interface "USB" 157:status :good 158:comment "USB product ID one of 0x0160, 0x0166, 0x016c or 0x016e" 159 160:model "ES-55R" 161:interface "USB" 162:status :good 163:comment "USB product ID one of 0x016d or 0x016f" 164 165:model "ES-60W" 166:interface "USB" 167:status :good 168:comment "USB product ID one of 0x0160, 0x0166, 0x016c or 0x016e" 169 170:model "ES-65WR" 171:interface "USB" 172:status :good 173:comment "USB product ID one of 0x016d or 0x016f" 174 175:model "ES-400" 176:interface "USB" 177:usbid "0x04b8" "0x0156" 178:status :good 179 180:model "ES-8500" 181:interface "USB" 182:usbid "0x04b8" "0x0109" 183:status :basic 184 185:model "ET-2500" 186:interface "USB" 187:usbid "0x04b8" "0x1105" 188:status :good 189 190:model "ET-2550" 191:interface "USB" 192:usbid "0x04b8" "0x1106" 193:status :good 194 195:model "ET-2600" 196:interface "USB" 197:usbid "0x04b8" "0x1122" 198:status :good 199 200:model "ET-2720" 201:interface "USB" 202:usbid "0x04b8" "0x1157" 203:status :good 204 205:model "ET-3750" 206:interface "USB" 207:usbid "0x04b8" "0x1130" 208:status :good 209 210:model "ET-4500" 211:interface "USB" 212:usbid "0x04b8" "0x1107" 213:status :good 214 215:model "ET-4550" 216:interface "USB" 217:usbid "0x04b8" "0x1101" 218:status :good 219 220:model "Expression 1640XL" 221:interface "USB" 222:usbid "0x04b8" "0x0109" 223:status :basic 224 225:model "L220" 226:interface "USB" 227:usbid "0x04b8" "0x08d1" 228:status :good 229 230:model "L360" 231:interface "USB" 232:usbid "0x04b8" "0x08d1" 233:status :good 234 235:model "L365" 236:interface "USB" 237:usbid "0x04b8" "0x08d2" 238:status :good 239 240:model "L366" 241:interface "USB" 242:usbid "0x04b8" "0x08d2" 243:status :good 244 245:model "L380 Series" 246:interface "USB" 247:usbid "0x04b8" "0x1120" 248:status :good 249 250:model "L455" 251:interface "USB" 252:usbid "0x04b8" "0x08c2" 253:status :good 254 255:model "L565" 256:interface "USB" 257:usbid "0x04b8" "0x08d3" 258:status :good 259 260:model "L566" 261:interface "USB" 262:usbid "0x04b8" "0x08d3" 263:status :good 264 265:model "L655" 266:interface "USB" 267:usbid "0x04b8" "0x1101" 268:status :good 269 270:model "PX-M7050" 271:interface "USB" 272:usbid "0x04b8" "0x08bc" 273:status :good 274 275:model "PX-M7050FX" 276:interface "USB" 277:usbid "0x04b8" "0x08cc" 278:status :good 279 280:model "PX-M840FX" 281:interface "USB" 282:usbid "0x04b8" "0x08cd" 283:status :good 284 285:model "PX-M860F" 286:interface "USB" 287:usbid "0x04b8" "0x08ce" 288:status :good 289 290:model "PX-M884F" 291:interface "USB" 292:usbid "0x04b8" "0x112e" 293:status :good 294 295:model "RR-60" 296:interface "USB" 297:status :good 298:comment "USB ID 0x018b or 0x018c" 299 300:model "RR-70W" 301:interface "USB" 302:status :good 303:comment "USB ID 0x018b or 0x018c" 304 305:model "WF-2850" 306:interface "USB" 307:usbid "0x04b8" "0x1138" 308:status :good 309 310:model "WF-4720" 311:interface "USB" 312:usbid "0x04b8" "0x1125" 313:status :good 314 315:model "WF-6530" 316:interface "USB" 317:usbid "0x04b8" "0x08cd" 318:status :good 319 320:model "WF-6590" 321:interface "USB" 322:usbid "0x04b8" "0x08cf" 323:status :good 324 325:model "WF-7720" 326:interface "USB" 327:usbid "0x04b8" "0x112d" 328:status :good 329 330:model "WF-8510" 331:interface "USB" 332:usbid "0x04b8" "0x08bc" 333:status :good 334 335:model "WF-8590" 336:interface "USB" 337:usbid "0x04b8" "0x08bc" 338:status :good 339 340:model "WF-R8590" 341:interface "USB" 342:usbid "0x04b8" "0x08cc" 343:status :good 344 345:model "XP-220" 346:interface "USB" 347:usbid "0x04b8" "0x08c0" 348:status :good 349 350:model "XP-230" 351:interface "USB" 352:usbid "0x04b8" "0x1102" 353:status :good 354 355:model "XP-235" 356:interface "USB" 357:usbid "0x04b8" "0x1102" 358:status :good 359 360:model "XP-322" 361:interface "USB" 362:usbid "0x04b8" "0x1103" 363:status :good 364 365:model "XP-335" 366:interface "USB" 367:usbid "0x04b8" "0x1103" 368:status :good 369 370:model "XP-430" 371:interface "USB" 372:usbid "0x04b8" "0x1104" 373:status :good 374 375:model "XP-432" 376:interface "USB" 377:usbid "0x04b8" "0x1104" 378:status :good 379 380:model "XP-435" 381:interface "USB" 382:usbid "0x04b8" "0x1104" 383:status :good 384 385:model "XP-530" 386:interface "USB" 387:usbid "0x04b8" "0x110c" 388:status :good 389 390:model "XP-540" 391:interface "USB" 392:usbid "0x04b8" "0x1117" 393:status :good 394 395:model "XP-630" 396:interface "USB" 397:usbid "0x04b8" "0x110c" 398:status :good 399 400:model "XP-640" 401:interface "USB" 402:usbid "0x04b8" "0x1117" 403:status :good 404 405:model "XP-830" 406:interface "USB" 407:usbid "0x04b8" "0x110b" 408:status :good 409 410:model "XP-960" 411:interface "USB" 412:usbid "0x04b8" "0x1109" 413:status :good 414 415; These are models for which we don't know the model name yet. 416; Upstream releases have stopped providing the information we 417; need to fill out the :model fields :-( 418 419:model "PID 0157" 420:interface "USB" 421:usbid "0x04b8" "0x0157" 422:status :good 423 424:model "PID 0159" 425:interface "USB" 426:usbid "0x04b8" "0x0159" 427:status :good 428 429:model "PID 015A" 430:interface "USB" 431:usbid "0x04b8" "0x015a" 432:status :good 433 434:model "PID 015C" 435:interface "USB" 436:usbid "0x04b8" "0x015c" 437:status :good 438 439:model "PID 015D" 440:interface "USB" 441:usbid "0x04b8" "0x015d" 442:status :good 443 444:model "PID 015E" 445:interface "USB" 446:usbid "0x04b8" "0x015e" 447:status :good 448 449:model "PID 015F" 450:interface "USB" 451:usbid "0x04b8" "0x015f" 452:status :good 453 454:model "PID 0162" 455:interface "USB" 456:usbid "0x04b8" "0x0162" 457:status :good 458 459:model "PID 0163" 460:interface "USB" 461:usbid "0x04b8" "0x0163" 462:status :good 463 464:model "PID 0165" 465:interface "USB" 466:usbid "0x04b8" "0x0165" 467:status :good 468:comment "probably one of DS-410, DS-535, DS-575W, DS-775" 469 470:model "PID 0167" 471:interface "USB" 472:usbid "0x04b8" "0x0167" 473:status :good 474:comment "probably one of DS-410, DS-535, DS-575W, DS-775" 475 476:model "PID 0168" 477:interface "USB" 478:usbid "0x04b8" "0x0168" 479:status :good 480:comment "probably one of DS-410, DS-535, DS-575W, DS-775" 481 482:model "PID 0169" 483:interface "USB" 484:usbid "0x04b8" "0x0169" 485:status :good 486:comment "probably one of DS-410, DS-535, DS-575W, DS-775" 487 488:model "PID 016B" 489:interface "USB" 490:usbid "0x04b8" "0x016b" 491:status :good 492:comment "probably a FastFoto 680W, could be a WorkForce ES-300WR or ES-500WR" 493 494:model "PID 016D" 495:interface "USB" 496:usbid "0x04b8" "0x016d" 497:status :good 498:comment "probably one of ES-55R, ES-65WR" 499 500:model "PID 016F" 501:interface "USB" 502:usbid "0x04b8" "0x016f" 503:status :good 504:comment "probably one of ES-55R, ES-65WR" 505 506:model "PID 0176" 507:interface "USB" 508:usbid "0x04b8" "0x0176" 509:status :good 510:comment "probably a WorkForce ES-300WR or ES-500WR, could be a FastFoto 680W" 511 512:model "PID 0177" 513:interface "USB" 514:usbid "0x04b8" "0x0177" 515:status :good 516:comment "probably a WorkForce ES-500WR or ES-300WR, could be a FastFoto 680W" 517 518:model "PID 110D" 519:interface "USB" 520:usbid "0x04b8" "0x110d" 521:status :good 522 523:model "PID 110F" 524:interface "USB" 525:usbid "0x04b8" "0x110f" 526:status :good 527 528:model "PID 1112" 529:interface "USB" 530:usbid "0x04b8" "0x1112" 531:status :good 532 533:model "PID 1113" 534:interface "USB" 535:usbid "0x04b8" "0x1113" 536:status :good 537 538:model "PID 1114" 539:interface "USB" 540:usbid "0x04b8" "0x1114" 541:status :good 542 543:model "PID 1115" 544:interface "USB" 545:usbid "0x04b8" "0x1115" 546:status :good 547 548:model "PID 1116" 549:interface "USB" 550:usbid "0x04b8" "0x1116" 551:status :good 552 553:model "PID 1117" 554:interface "USB" 555:usbid "0x04b8" "0x1117" 556:status :good 557 558:model "PID 1118" 559:interface "USB" 560:usbid "0x04b8" "0x1118" 561:status :good 562 563:model "PID 1119" 564:interface "USB" 565:usbid "0x04b8" "0x1119" 566:status :good 567 568:model "PID 111A" 569:interface "USB" 570:usbid "0x04b8" "0x111a" 571:status :good 572 573:model "PID 111B" 574:interface "USB" 575:usbid "0x04b8" "0x111b" 576:status :good 577:comment "EP-879A?" 578 579:model "PID 111C" 580:interface "USB" 581:usbid "0x04b8" "0x111c" 582:status :good 583 584:model "PID 111D" 585:interface "USB" 586:usbid "0x04b8" "0x111d" 587:status :good 588 589:model "PID 111E" 590:interface "USB" 591:usbid "0x04b8" "0x111e" 592:status :good 593 594:model "PID 111F" 595:interface "USB" 596:usbid "0x04b8" "0x111f" 597:status :good 598 599:model "PID 1121" 600:interface "USB" 601:usbid "0x04b8" "0x1121" 602:status :good 603 604:model "PID 1122" 605:interface "USB" 606:usbid "0x04b8" "0x1122" 607:status :good 608:comment "ET-2600" 609 610:model "PID 1123" 611:interface "USB" 612:usbid "0x04b8" "0x1123" 613:status :good 614:comment "EP-30VA?" 615 616:model "PID 1125" 617:interface "USB" 618:usbid "0x04b8" "0x1125" 619:status :good 620 621:model "PID 1126" 622:interface "USB" 623:usbid "0x04b8" "0x1126" 624:status :good 625 626:model "PID 1127" 627:interface "USB" 628:usbid "0x04b8" "0x1127" 629:status :good 630 631:model "PID 1128" 632:interface "USB" 633:usbid "0x04b8" "0x1128" 634:status :good 635:comment "PX-Mxxxx?" 636 637:model "PID 1129" 638:interface "USB" 639:usbid "0x04b8" "0x1129" 640:status :good 641:comment "L61x0?" 642 643:model "PID 112A" 644:interface "USB" 645:usbid "0x04b8" "0x112a" 646:status :good 647:comment "L61x0?" 648 649:model "PID 112B" 650:interface "USB" 651:usbid "0x04b8" "0x112b" 652:status :good 653:comment "ET-77xx?" 654 655:model "PID 112C" 656:interface "USB" 657:usbid "0x04b8" "0x112c" 658:status :good 659:comment "ET-77xx?" 660 661:model "PID 112D" 662:interface "USB" 663:usbid "0x04b8" "0x112d" 664:status :good 665 666:model "PID 112F" 667:interface "USB" 668:usbid "0x04b8" "0x112f" 669:status :good 670 671:model "PID 1130" 672:interface "USB" 673:usbid "0x04b8" "0x1130" 674:status :good 675:comment "L61x0?" 676 677:model "PID 1131" 678:interface "USB" 679:usbid "0x04b8" "0x1131" 680:status :good 681:comment "EP-8xxA?" 682 683:model "PID 1132" 684:interface "USB" 685:usbid "0x04b8" "0x1132" 686:status :good 687 688:model "PID 1133" 689:interface "USB" 690:usbid "0x04b8" "0x1133" 691:status :good 692:comment "EP-810A?" 693 694:model "PID 1134" 695:interface "USB" 696:usbid "0x04b8" "0x1134" 697:status :good 698:comment "EP-710A?" 699 700:model "PID 1135" 701:interface "USB" 702:usbid "0x04b8" "0x1135" 703:status :good 704:comment "L61x0?" 705 706:model "PID 1136" 707:interface "USB" 708:usbid "0x04b8" "0x1136" 709:status :good 710:comment "L61x0?" 711 712:model "PID 1137" 713:interface "USB" 714:usbid "0x04b8" "0x1137" 715:status :good 716:comment "L61x0?" 717 718:model "PID 1138" 719:interface "USB" 720:usbid "0x04b8" "0x1138" 721:status :good 722:comment "L61x0?" 723 724:model "PID 1139" 725:interface "USB" 726:usbid "0x04b8" "0x1139" 727:status :good 728 729:model "PID 113A" 730:interface "USB" 731:usbid "0x04b8" "0x113a" 732:status :good 733 734:model "PID 113B" 735:interface "USB" 736:usbid "0x04b8" "0x113b" 737:status :good 738:comment "PX-Mxxxx?" 739 740:model "PID 113C" 741:interface "USB" 742:usbid "0x04b8" "0x113c" 743:status :good 744:comment "PX-Mxxxx?" 745 746:model "PID 113D" 747:interface "USB" 748:usbid "0x04b8" "0x113d" 749:status :good 750 751:model "PID 113E" 752:interface "USB" 753:usbid "0x04b8" "0x113e" 754:status :good 755 756:model "PID 113F" 757:interface "USB" 758:usbid "0x04b8" "0x113f" 759:status :good 760 761:model "PID 1140" 762:interface "USB" 763:usbid "0x04b8" "0x1140" 764:status :good 765 766:model "PID 1141" 767:interface "USB" 768:usbid "0x04b8" "0x1141" 769:status :good 770 771:model "PID 1142" 772:interface "USB" 773:usbid "0x04b8" "0x1142" 774:status :good 775 776:model "PID 1143" 777:interface "USB" 778:usbid "0x04b8" "0x1143" 779:status :good 780:comment "L3xxx?" 781 782:model "PID 1145" 783:interface "USB" 784:usbid "0x04b8" "0x1145" 785:status :good 786:comment "EP-81xA?" 787 788:model "PID 1146" 789:interface "USB" 790:usbid "0x04b8" "0x1146" 791:status :good 792:comment "EP-71xA?" 793 794:model "PID 1147" 795:interface "USB" 796:usbid "0x04b8" "0x1147" 797:status :good 798:comment "XP-7xxx?" 799 800:model "PID 1148" 801:interface "USB" 802:usbid "0x04b8" "0x1148" 803:status :good 804:comment "PX-M8xxFX?" 805 806:model "PID 1149" 807:interface "USB" 808:usbid "0x04b8" "0x1149" 809:status :good 810:comment "WF-37xx?" 811 812:model "PID 114A" 813:interface "USB" 814:usbid "0x04b8" "0x114a" 815:status :good 816:comment "L61x0?" 817 818:model "PID 114B" 819:interface "USB" 820:usbid "0x04b8" "0x114b" 821:status :good 822:comment "EP-8xxA?" 823 824:model "PID 114C" 825:interface "USB" 826:usbid "0x04b8" "0x114c" 827:status :good 828:comment "EP-8xxA?" 829 830:model "PID 114D" 831:interface "USB" 832:usbid "0x04b8" "0x114d" 833:status :good 834:comment "L5xxx" 835 836:model "PID 114E" 837:interface "USB" 838:usbid "0x04b8" "0x114e" 839:status :good 840:comment "XP21xx" 841 842:model "PID 114F" 843:interface "USB" 844:usbid "0x04b8" "0x114f" 845:status :good 846:comment "L5xxx" 847 848:model "PID 1150" 849:interface "USB" 850:usbid "0x04b8" "0x1150" 851:status :good 852:comment "L5xxx" 853 854:model "PID 1151" 855:interface "USB" 856:usbid "0x04b8" "0x1151" 857:status :good 858:comment "L5xxx" 859 860:model "PID 1152" 861:interface "USB" 862:usbid "0x04b8" "0x1152" 863:status :good 864:comment "PX-Mxxxx" 865 866:model "PID 1153" 867:interface "USB" 868:usbid "0x04b8" "0x1153" 869:status :good 870:comment "PX-Mxxxx" 871 872:model "PID 1154" 873:interface "USB" 874:usbid "0x04b8" "0x1154" 875:status :good 876:comment "L61x0" 877 878:model "PID 1155" 879:interface "USB" 880:usbid "0x04b8" "0x1155" 881:status :good 882:comment "L61x0" 883 884:model "PID 1156" 885:interface "USB" 886:usbid "0x04b8" "0x1156" 887:status :good 888:comment "L61x0" 889 890:model "PID 1157" 891:interface "USB" 892:usbid "0x04b8" "0x1157" 893:status :good 894:comment "ET-2720, L3xxx" 895 896:model "PID 1158" 897:interface "USB" 898:usbid "0x04b8" "0x1158" 899:status :good 900:comment "L3xxx" 901 902:model "PID 1159" 903:interface "USB" 904:usbid "0x04b8" "0x1159" 905:status :good 906 907:model "PID 115A" 908:interface "USB" 909:usbid "0x04b8" "0x115a" 910:status :good 911:comment "EP8xxA" 912 913:model "PID 115B" 914:interface "USB" 915:usbid "0x04b8" "0x115b" 916:status :good 917:comment "EP9xxA3" 918 919:model "PID 115C" 920:interface "USB" 921:usbid "0x04b8" "0x115c" 922:status :good 923:comment "EP7xxA" 924 925:model "PID 115D" 926:interface "USB" 927:usbid "0x04b8" "0x115c" 928:status :good 929:comment "EP9xxA3" 930 931:model "PID 1160" 932:interface "USB" 933:usbid "0x04b8" "0x1160" 934:status :good 935:comment "L5xxx" 936 937:model "PID 1161" 938:interface "USB" 939:usbid "0x04b8" "0x1161" 940:status :good 941:comment "LX-10xxx" 942 943:model "PID 1162" 944:interface "USB" 945:usbid "0x04b8" "0x1162" 946:status :good 947:comment "EWM7xxTR" 948 949:model "PID 1163" 950:interface "USB" 951:usbid "0x04b8" "0x1163" 952:status :good 953:comment "EPM5xxT" 954 955:model "PID 1164" 956:interface "USB" 957:usbid "0x04b8" "0x1164" 958:status :good 959:comment "L61x0" 960 961:model "PID 1165" 962:interface "USB" 963:usbid "0x04b8" "0x1165" 964:status :good 965:comment "L61x0" 966 967:model "PID 1166" 968:interface "USB" 969:usbid "0x04b8" "0x1166" 970:status :good 971:comment "L61x0" 972 973:model "PID 1167" 974:interface "USB" 975:usbid "0x04b8" "0x1167" 976:status :good 977:comment "ET-16xxx" 978 979:model "PID 1168" 980:interface "USB" 981:usbid "0x04b8" "0x1168" 982:status :good 983:comment "ET-16xxx" 984 985:model "PID 1169" 986:interface "USB" 987:usbid "0x04b8" "0x1169" 988:status :good 989:comment "EWM7xxTR" 990 991:model "PID 116A" 992:interface "USB" 993:usbid "0x04b8" "0x116a" 994:status :good 995:comment "EWM7xxTR" 996 997:model "PID 116B" 998:interface "USB" 999:usbid "0x04b8" "0x116b" 1000:status :good 1001 1002:model "PID 116C" 1003:interface "USB" 1004:usbid "0x04b8" "0x116c" 1005:status :good 1006:comment "WFC8xxR" 1007 1008:model "PID 116D" 1009:interface "USB" 1010:usbid "0x04b8" "0x116d" 1011:status :good 1012:comment "WFC8xxR" 1013 1014:model "PID 116E" 1015:interface "USB" 1016:usbid "0x04b8" "0x116e" 1017:status :good 1018:comment "EWM7xxTR" 1019 1020:model "PID 116F" 1021:interface "USB" 1022:usbid "0x04b8" "0x116f" 1023:status :good 1024:comment "ET-16xxx" 1025 1026:model "PID 1170" 1027:interface "USB" 1028:usbid "0x04b8" "0x1170" 1029:status :good 1030:comment "ET-16xxx" 1031 1032:model "PID 1171" 1033:interface "USB" 1034:usbid "0x04b8" "0x1171" 1035:status :good 1036:comment "WFC2xxxx" 1037 1038:model "PID 1172" 1039:interface "USB" 1040:usbid "0x04b8" "0x1172" 1041:status :good 1042:comment "WFC2xxxx" 1043 1044:model "PID 1173" 1045:interface "USB" 1046:usbid "0x04b8" "0x1173" 1047:status :good 1048:comment "WFC2xxxx" 1049 1050:model "PID 1174" 1051:interface "USB" 1052:usbid "0x04b8" "0x1174" 1053:status :good 1054:comment "ET-58xx" 1055 1056:model "PID 1175" 1057:interface "USB" 1058:usbid "0x04b8" "0x1175" 1059:status :good 1060:comment "ET-58xx" 1061 1062:model "PID 1176" 1063:interface "USB" 1064:usbid "0x04b8" "0x1176" 1065:status :good 1066:comment "ET-58xx" 1067 1068:model "PID 1177" 1069:interface "USB" 1070:usbid "0x04b8" "0x1177" 1071:status :good 1072:comment "ET-16xxx" 1073 1074:model "PID 117A" 1075:interface "USB" 1076:usbid "0x04b8" "0x117a" 1077:status :good 1078:comment "WF-48xx" 1079 1080:model "PID 117B" 1081:interface "USB" 1082:usbid "0x04b8" "0x117b" 1083:status :good 1084:comment "WF-48xx" 1085 1086:model "PID 117C" 1087:interface "USB" 1088:usbid "0x04b8" "0x117c" 1089:status :good 1090:comment "WF-48xx" 1091