microtek.c (123656d4cc8c946f578ebd18c2050f5251720428) | microtek.c (3c6bee1d4037a5c569f30d40bd852a57ba250912) |
---|---|
1/* Driver for Microtek Scanmaker X6 USB scanner, and possibly others. 2 * 3 * (C) Copyright 2000 John Fremlin <vii@penguinpowered.com> 4 * (C) Copyright 2000 Oliver Neukum <Oliver.Neukum@lrz.uni-muenchen.de> 5 * 6 * Parts shamelessly stolen from usb-storage and copyright by their 7 * authors. Thanks to Matt Dharm for giving us permission! 8 * --- 660 unchanged lines hidden (view full) --- 669 mts_sup_alpha, 670 mts_sup_full 671 } 672 support_status; 673} ; 674 675 676/* These are taken from the msmUSB.inf file on the Windows driver CD */ | 1/* Driver for Microtek Scanmaker X6 USB scanner, and possibly others. 2 * 3 * (C) Copyright 2000 John Fremlin <vii@penguinpowered.com> 4 * (C) Copyright 2000 Oliver Neukum <Oliver.Neukum@lrz.uni-muenchen.de> 5 * 6 * Parts shamelessly stolen from usb-storage and copyright by their 7 * authors. Thanks to Matt Dharm for giving us permission! 8 * --- 660 unchanged lines hidden (view full) --- 669 mts_sup_alpha, 670 mts_sup_full 671 } 672 support_status; 673} ; 674 675 676/* These are taken from the msmUSB.inf file on the Windows driver CD */ |
677const static struct vendor_product mts_supported_products[] = | 677static const struct vendor_product mts_supported_products[] = |
678{ 679 { "Phantom 336CX", mts_sup_unknown}, 680 { "Phantom 336CX", mts_sup_unknown}, 681 { "Scanmaker X6", mts_sup_alpha}, 682 { "Phantom C6", mts_sup_unknown}, 683 { "Phantom 336CX", mts_sup_unknown}, 684 { "ScanMaker V6USL", mts_sup_unknown}, 685 { "ScanMaker V6USL", mts_sup_unknown}, --- 193 unchanged lines hidden --- | 678{ 679 { "Phantom 336CX", mts_sup_unknown}, 680 { "Phantom 336CX", mts_sup_unknown}, 681 { "Scanmaker X6", mts_sup_alpha}, 682 { "Phantom C6", mts_sup_unknown}, 683 { "Phantom 336CX", mts_sup_unknown}, 684 { "ScanMaker V6USL", mts_sup_unknown}, 685 { "ScanMaker V6USL", mts_sup_unknown}, --- 193 unchanged lines hidden --- |