Hi all, I am attempting to use my HP4100c scanner with sane on mac osx 10.5 leopard. I installed the latest sane-backends-1.0.17-1002 using fink. Now when I run sane-find-scanner I get:
# sane-find-scanner will now attempt to detect your scanner. If the # result is different from what you expected, first make sure your # scanner is powered up and properly connected to your computer. # No SCSI scanners found. If you expected something different, make sure that # you have loaded a kernel SCSI driver for your SCSI adapter. found USB scanner (vendor=0x03f0 [Hewlett-Packard], product=0x0101 [HP ScanJet 4100C]) at libusb:004:003-03f0-0101-00-00 # Your USB scanner was (probably) detected. It may or may not be supported by # SANE. Try scanimage -L and read the backend's manpage. # Not checking for parallel port scanners. # Most Scanners connected to the parallel port or other proprietary ports # can't be detected by this program. # You may want to run this program as root to find all devices. Once you # found the scanner devices, be sure to adjust access permissions as # necessary. When I run scanimage -L I get: device `hp:libusb:004:003-03f0-0101-00-00' is a Hewlett-Packard ScanJet 4100C flatbed scanner So I put hp:libusb:004:003-03f0-0101-00-00 in /sw/etc/sane.d/usb.conf in place of /dev/scanner Then I ran scanimage --format tiff > test.tiff and got: scanimage: sane_start: End of file reached and the test.tiff file created is zero size. What is wrong? I set SANE_DEBUG_HP to 255 and ran again and got: [sanei_debug] Setting debug level of hp to 255. [hp] sane_init called [hp] hp_init: global.is_up = 1 [hp] sane_init will finish with Success [hp] sane_get_devices called [hp] hp_read_config: hp backend v1.06/$Revision: 1.21 $ starts reading config file [hp] hp_read_config: processing line <scsi HP> [hp] hp_read_config: processing line <# Uncomment the following if you have "Error during device I/O" on SCSI> [hp] hp_read_config: processing line <# option dumb-read> [hp] hp_read_config: processing line <#> [hp] hp_read_config: processing line <# The usual place for a SCSI- scanner on Linux> [hp] hp_read_config: processing line <hp:libusb:004:003-03f0-0101-00-00> [hp] hp_attach_matching_devices: attach matching scsi HP [hp] hp_read_config: processing line <#/dev/scanner> [hp] hp_read_config: processing line <#> [hp] hp_read_config: processing line <# USB-scanners supported by the hp-backend> [hp] hp_read_config: processing line <# HP ScanJet 4100C> [hp] hp_read_config: processing line <usb 0x03f0 0x0101> [hp] hp_attach_matching_devices: attach matching hp:libusb: 004:003-03f0-0101-00-00 [hp] hp_attach: "hp:libusb:004:003-03f0-0101-00-00" [hp] sanei_hp_device_info_get: searching hp:libusb: 004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check hp:libusb:004:003-03f0-0101-00-00 [hp] hp_get_dev: New device hp:libusb:004:003-03f0-0101-00-00, connect- scsi, scsi-request=1 [hp] sanei_hp_device_new: hp:libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: searching hp:libusb: 004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check hp:libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_get_connect: WARNING [hp] Device hp:libusb:004:003-03f0-0101-00-00 assumed to be SCSI, but device name [hp] looks like USB. Will continue with USB. [hp] If you really want it as SCSI, add the following [hp] to your file .../etc/sane.d/hp.conf: [hp] hp:libusb:004:003-03f0-0101-00-00 [hp] option connect-scsi [hp] The same warning applies to other device names containing [hp] "usb", "uscanner" or "ugen". [hp] hp_GetOpenDevice: device hp:libusb:004:003-03f0-0101-00-00 not open [hp] hp_nonscsi_open: open device hp:libusb:004:003-03f0-0101-00-00 failed (No such file or directory) [hp] hp_nonscsi_open: open device hp:libusb:004:003-03f0-0101-00-00 failed [hp] nonscsi_new: open failed (Invalid argument) [hp] hp:libusb:004:003-03f0-0101-00-00: Can't open nonscsi device [hp] hp_read_config: processing line <# HP ScanJet 5200C> [hp] hp_read_config: processing line <usb 0x03f0 0x0401> [hp] hp_attach_matching_devices: usb attach matching "usb 0x03f0 0x0101" [hp] hp_attach: "libusb:004:003-03f0-0101-00-00" [hp] sanei_hp_device_info_get: searching libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check hp:libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check libusb:004:003-03f0-0101-00-00 [hp] hp_get_dev: New device libusb:004:003-03f0-0101-00-00, connect- usb, scsi-request=0 [hp] sanei_hp_device_new: libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: searching libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check hp:libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check libusb:004:003-03f0-0101-00-00 [hp] hp_GetOpenDevice: device libusb:004:003-03f0-0101-00-00 not open [hp] hp_nonscsi_open: open usb with "libusb:004:003-03f0-0101-00-00" [hp] hp_nonscsi_open: device libusb:004:003-03f0-0101-00-00 opened, fd=0 [hp] hp_AddOpenDevice: added device libusb:004:003-03f0-0101-00-00 with fd=0 [hp] scsi_flush: writing 2 bytes: [hp] 0x0000 1B 45 .E [hp] sanei_hp_device_info_get: searching libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check hp:libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check libusb:004:003-03f0-0101-00-00 [hp] scsi_flush: writing 7 bytes: [hp] 0x0000 1B 2A 73 32 35 37 45 .*s257E [hp] sanei_hp_device_info_get: searching libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check hp:libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: searching libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check hp:libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check libusb:004:003-03f0-0101-00-00 [hp] scsi_read: 9 bytes: [hp] 0x0000 1B 2A 73 32 35 37 64 30 56 .*s257d0V [hp] probe_scanner: Probing libusb:004:003-03f0-0101-00-00 [hp] probing ScanJet Plus [hp] scsi_flush: writing 5 bytes: [hp] 0x0000 1B 2A 73 33 45 .*s3E [hp] sanei_hp_device_info_get: searching libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check hp:libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: searching libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check hp:libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check libusb:004:003-03f0-0101-00-00 [hp] scsi_read: 12 bytes: [hp] 0x0000 1B 2A 73 33 64 35 57 39 31 39 35 41 .*s3d5W9195A [hp] probe_scanner: ScanJet Plus compatible (9195A) [hp] probing ScanJet IIc [hp] scsi_flush: writing 6 bytes: [hp] 0x0000 1B 2A 73 31 30 45 .*s10E [hp] sanei_hp_device_info_get: searching libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check hp:libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: searching libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check hp:libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check libusb:004:003-03f0-0101-00-00 [hp] scsi_read: 7 bytes: [hp] 0x0000 1B 2A 73 31 30 64 4E .*s10dN [hp] scl_inq: parameter 10 unsupported [hp] probing ScanJet IIp [hp] scsi_flush: writing 5 bytes: [hp] 0x0000 1B 2A 73 39 45 .*s9E [hp] sanei_hp_device_info_get: searching libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check hp:libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: searching libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check hp:libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check libusb:004:003-03f0-0101-00-00 [hp] scsi_read: 6 bytes: [hp] 0x0000 1B 2A 73 39 64 4E .*s9dN [hp] scl_inq: parameter 9 unsupported [hp] probing ScanJet IIcx [hp] scsi_flush: writing 6 bytes: [hp] 0x0000 1B 2A 73 31 31 45 .*s11E [hp] sanei_hp_device_info_get: searching libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check hp:libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: searching libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check hp:libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check libusb:004:003-03f0-0101-00-00 [hp] scsi_read: 7 bytes: [hp] 0x0000 1B 2A 73 31 31 64 4E .*s11dN [hp] scl_inq: parameter 11 unsupported [hp] probing ScanJet 3c/4c/6100C [hp] scsi_flush: writing 6 bytes: [hp] 0x0000 1B 2A 73 31 32 45 .*s12E [hp] sanei_hp_device_info_get: searching libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check hp:libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: searching libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check hp:libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check libusb:004:003-03f0-0101-00-00 [hp] scsi_read: 7 bytes: [hp] 0x0000 1B 2A 73 31 32 64 4E .*s12dN [hp] scl_inq: parameter 12 unsupported [hp] probing ScanJet 3p [hp] scsi_flush: writing 6 bytes: [hp] 0x0000 1B 2A 73 31 34 45 .*s14E [hp] sanei_hp_device_info_get: searching libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check hp:libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: searching libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check hp:libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check libusb:004:003-03f0-0101-00-00 [hp] scsi_read: 7 bytes: [hp] 0x0000 1B 2A 73 31 34 64 4E .*s14dN [hp] scl_inq: parameter 14 unsupported [hp] probing ScanJet 4p [hp] scsi_flush: writing 6 bytes: [hp] 0x0000 1B 2A 73 31 35 45 .*s15E [hp] sanei_hp_device_info_get: searching libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check hp:libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: searching libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check hp:libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check libusb:004:003-03f0-0101-00-00 [hp] scsi_read: 13 bytes: [hp] 0x0000 1B 2A 73 31 35 64 35 57 31 31 33 30 41 .*s15d5W1130A [hp] probe_scanner: ScanJet 4p compatible (1130A) [hp] probing ScanJet 5p/4100C/5100C [hp] scsi_flush: writing 6 bytes: [hp] 0x0000 1B 2A 73 31 36 45 .*s16E [hp] sanei_hp_device_info_get: searching libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check hp:libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: searching libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check hp:libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check libusb:004:003-03f0-0101-00-00 [hp] scsi_read: 13 bytes: [hp] 0x0000 1B 2A 73 31 36 64 35 57 36 32 39 30 41 .*s16d5W6290A [hp] probe_scanner: ScanJet 5p/4100C/5100C compatible (6290A) [hp] probing PhotoSmart Photo Scanner [hp] scsi_flush: writing 6 bytes: [hp] 0x0000 1B 2A 73 31 37 45 .*s17E [hp] sanei_hp_device_info_get: searching libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check hp:libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: searching libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check hp:libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check libusb:004:003-03f0-0101-00-00 [hp] scsi_read: 7 bytes: [hp] 0x0000 1B 2A 73 31 37 64 4E .*s17dN [hp] scl_inq: parameter 17 unsupported [hp] probing OfficeJet 1150C [hp] scsi_flush: writing 6 bytes: [hp] 0x0000 1B 2A 73 31 38 45 .*s18E [hp] sanei_hp_device_info_get: searching libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check hp:libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: searching libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check hp:libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check libusb:004:003-03f0-0101-00-00 [hp] scsi_read: 7 bytes: [hp] 0x0000 1B 2A 73 31 38 64 4E .*s18dN [hp] scl_inq: parameter 18 unsupported [hp] probing OfficeJet 1170C or later [hp] scsi_flush: writing 6 bytes: [hp] 0x0000 1B 2A 73 31 39 45 .*s19E [hp] sanei_hp_device_info_get: searching libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check hp:libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: searching libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check hp:libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check libusb:004:003-03f0-0101-00-00 [hp] scsi_read: 7 bytes: [hp] 0x0000 1B 2A 73 31 39 64 4E .*s19dN [hp] scl_inq: parameter 19 unsupported [hp] probing ScanJet 62x0C [hp] scsi_flush: writing 6 bytes: [hp] 0x0000 1B 2A 73 32 31 45 .*s21E [hp] sanei_hp_device_info_get: searching libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check hp:libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: searching libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check hp:libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check libusb:004:003-03f0-0101-00-00 [hp] scsi_read: 7 bytes: [hp] 0x0000 1B 2A 73 32 31 64 4E .*s21dN [hp] scl_inq: parameter 21 unsupported [hp] probing ScanJet 5200C [hp] scsi_flush: writing 6 bytes: [hp] 0x0000 1B 2A 73 33 31 45 .*s31E [hp] sanei_hp_device_info_get: searching libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check hp:libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: searching libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check hp:libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check libusb:004:003-03f0-0101-00-00 [hp] scsi_read: 7 bytes: [hp] 0x0000 1B 2A 73 33 31 64 4E .*s31dN [hp] scl_inq: parameter 31 unsupported [hp] probing ScanJet 63x0C [hp] scsi_flush: writing 6 bytes: [hp] 0x0000 1B 2A 73 33 32 45 .*s32E [hp] sanei_hp_device_info_get: searching libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check hp:libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: searching libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check hp:libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check libusb:004:003-03f0-0101-00-00 [hp] scsi_read: 7 bytes: [hp] 0x0000 1B 2A 73 33 32 64 4E .*s32dN [hp] scl_inq: parameter 32 unsupported [hp] hp_device_support_probe: Check supported commands for libusb: 004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: searching libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check hp:libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check libusb:004:003-03f0-0101-00-00 [hp] scsi_flush: writing 9 bytes: [hp] 0x0000 1B 2A 73 31 30 33 30 37 52 .*s10307R [hp] sanei_hp_device_info_get: searching libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check hp:libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: searching libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check hp:libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check libusb:004:003-03f0-0101-00-00 [hp] scsi_read: 11 bytes: [hp] 0x0000 1B 2A 73 31 30 33 30 37 70 30 56 .*s10307p0V [hp] scsi_flush: writing 9 bytes: [hp] 0x0000 1B 2A 73 31 30 33 30 37 4C .*s10307L [hp] sanei_hp_device_info_get: searching libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check hp:libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: searching libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check hp:libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check libusb:004:003-03f0-0101-00-00 [hp] scsi_read: 11 bytes: [hp] 0x0000 1B 2A 73 31 30 33 30 37 6B 30 56 .*s10307k0V [hp] scsi_flush: writing 9 bytes: [hp] 0x0000 1B 2A 73 31 30 33 30 37 48 .*s10307H [hp] sanei_hp_device_info_get: searching libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check hp:libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: searching libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check hp:libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check libusb:004:003-03f0-0101-00-00 [hp] scsi_read: 11 bytes: [hp] 0x0000 1B 2A 73 31 30 33 30 37 67 31 56 .*s10307g1V [hp] hp_device_support_probe: 10307 supported (0..1, 0) [hp] scsi_flush: writing 9 bytes: [hp] 0x0000 1B 2A 73 31 30 33 30 38 52 .*s10308R [hp] sanei_hp_device_info_get: searching libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check hp:libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: searching libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check hp:libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check libusb:004:003-03f0-0101-00-00 [hp] scsi_read: 11 bytes: [hp] 0x0000 1B 2A 73 31 30 33 30 38 70 30 56 .*s10308p0V [hp] scsi_flush: writing 9 bytes: [hp] 0x0000 1B 2A 73 31 30 33 30 38 4C .*s10308L [hp] sanei_hp_device_info_get: searching libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check hp:libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: searching libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check hp:libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check libusb:004:003-03f0-0101-00-00 [hp] scsi_read: 11 bytes: [hp] 0x0000 1B 2A 73 31 30 33 30 38 6B 30 56 .*s10308k0V [hp] scsi_flush: writing 9 bytes: [hp] 0x0000 1B 2A 73 31 30 33 30 38 48 .*s10308H [hp] sanei_hp_device_info_get: searching libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check hp:libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: searching libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check hp:libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check libusb:004:003-03f0-0101-00-00 [hp] scsi_read: 11 bytes: [hp] 0x0000 1B 2A 73 31 30 33 30 38 67 31 56 .*s10308g1V [hp] hp_device_support_probe: 10308 supported (0..1, 0) [hp] scsi_flush: writing 9 bytes: [hp] 0x0000 1B 2A 73 31 30 33 30 39 52 .*s10309R [hp] sanei_hp_device_info_get: searching libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check hp:libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: searching libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check hp:libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check libusb:004:003-03f0-0101-00-00 [hp] scsi_read: 11 bytes: [hp] 0x0000 1B 2A 73 31 30 33 30 39 70 30 56 .*s10309p0V [hp] scsi_flush: writing 9 bytes: [hp] 0x0000 1B 2A 73 31 30 33 30 39 4C .*s10309L [hp] sanei_hp_device_info_get: searching libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check hp:libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: searching libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check hp:libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check libusb:004:003-03f0-0101-00-00 [hp] scsi_read: 11 bytes: [hp] 0x0000 1B 2A 73 31 30 33 30 39 6B 30 56 .*s10309k0V [hp] scsi_flush: writing 9 bytes: [hp] 0x0000 1B 2A 73 31 30 33 30 39 48 .*s10309H [hp] sanei_hp_device_info_get: searching libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check hp:libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: searching libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check hp:libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check libusb:004:003-03f0-0101-00-00 [hp] scsi_read: 12 bytes: [hp] 0x0000 1B 2A 73 31 30 33 30 39 67 31 32 56 .*s10309g12V [hp] hp_device_support_probe: 10309 supported (0..12, 0) [hp] scsi_flush: writing 9 bytes: [hp] 0x0000 1B 2A 73 31 30 33 31 30 52 .*s10310R [hp] sanei_hp_device_info_get: searching libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check hp:libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: searching libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check hp:libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check libusb:004:003-03f0-0101-00-00 [hp] scsi_read: 13 bytes: [hp] 0x0000 1B 2A 73 31 30 33 31 30 70 31 30 30 56 .*s10310p100V [hp] scsi_flush: writing 9 bytes: [hp] 0x0000 1B 2A 73 31 30 33 31 30 4C .*s10310L [hp] sanei_hp_device_info_get: searching libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check hp:libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: searching libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check hp:libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check libusb:004:003-03f0-0101-00-00 [hp] scsi_read: 11 bytes: [hp] 0x0000 1B 2A 73 31 30 33 31 30 6B 34 56 .*s10310k4V [hp] scsi_flush: writing 9 bytes: [hp] 0x0000 1B 2A 73 31 30 33 31 30 48 .*s10310H [hp] sanei_hp_device_info_get: searching libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check hp:libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: searching libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check hp:libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check libusb:004:003-03f0-0101-00-00 [hp] scsi_read: 13 bytes: [hp] 0x0000 1B 2A 73 31 30 33 31 30 67 32 30 30 56 .*s10310g200V [hp] hp_device_support_probe: 10310 supported (4..200, 100) [hp] scsi_flush: writing 9 bytes: [hp] 0x0000 1B 2A 73 31 30 33 31 31 52 .*s10311R [hp] sanei_hp_device_info_get: searching libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check hp:libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: searching libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check hp:libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check libusb:004:003-03f0-0101-00-00 [hp] scsi_read: 13 bytes: [hp] 0x0000 1B 2A 73 31 30 33 31 31 70 31 30 30 56 .*s10311p100V [hp] scsi_flush: writing 9 bytes: [hp] 0x0000 1B 2A 73 31 30 33 31 31 4C .*s10311L [hp] sanei_hp_device_info_get: searching libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check hp:libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: searching libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check hp:libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check libusb:004:003-03f0-0101-00-00 [hp] scsi_read: 11 bytes: [hp] 0x0000 1B 2A 73 31 30 33 31 31 6B 34 56 .*s10311k4V [hp] scsi_flush: writing 9 bytes: [hp] 0x0000 1B 2A 73 31 30 33 31 31 48 .*s10311H [hp] sanei_hp_device_info_get: searching libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check hp:libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: searching libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check hp:libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check libusb:004:003-03f0-0101-00-00 [hp] scsi_read: 13 bytes: [hp] 0x0000 1B 2A 73 31 30 33 31 31 67 32 30 30 56 .*s10311g200V [hp] hp_device_support_probe: 10311 supported (4..200, 100) [hp] scsi_flush: writing 9 bytes: [hp] 0x0000 1B 2A 73 31 30 33 31 32 52 .*s10312R [hp] sanei_hp_device_info_get: searching libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check hp:libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: searching libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check hp:libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check libusb:004:003-03f0-0101-00-00 [hp] scsi_read: 11 bytes: [hp] 0x0000 1B 2A 73 31 30 33 31 32 70 31 56 .*s10312p1V [hp] scsi_flush: writing 9 bytes: [hp] 0x0000 1B 2A 73 31 30 33 31 32 4C .*s10312L [hp] sanei_hp_device_info_get: searching libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check hp:libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: searching libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check hp:libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check libusb:004:003-03f0-0101-00-00 [hp] scsi_read: 11 bytes: [hp] 0x0000 1B 2A 73 31 30 33 31 32 6B 31 56 .*s10312k1V [hp] scsi_flush: writing 9 bytes: [hp] 0x0000 1B 2A 73 31 30 33 31 32 48 .*s10312H [hp] sanei_hp_device_info_get: searching libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check hp:libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: searching libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check hp:libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check libusb:004:003-03f0-0101-00-00 [hp] scsi_read: 11 bytes: [hp] 0x0000 1B 2A 73 31 30 33 31 32 67 31 56 .*s10312g1V [hp] hp_device_support_probe: 10312 supported (1..1, 1) [hp] scsi_flush: writing 9 bytes: [hp] 0x0000 1B 2A 73 31 30 33 31 34 52 .*s10314R [hp] sanei_hp_device_info_get: searching libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check hp:libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: searching libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check hp:libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check libusb:004:003-03f0-0101-00-00 [hp] scsi_read: 11 bytes: [hp] 0x0000 1B 2A 73 31 30 33 31 34 70 30 56 .*s10314p0V [hp] scsi_flush: writing 9 bytes: [hp] 0x0000 1B 2A 73 31 30 33 31 34 4C .*s10314L [hp] sanei_hp_device_info_get: searching libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check hp:libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: searching libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check hp:libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check libusb:004:003-03f0-0101-00-00 [hp] scsi_read: 11 bytes: [hp] 0x0000 1B 2A 73 31 30 33 31 34 6B 30 56 .*s10314k0V [hp] scsi_flush: writing 9 bytes: [hp] 0x0000 1B 2A 73 31 30 33 31 34 48 .*s10314H [hp] sanei_hp_device_info_get: searching libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check hp:libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: searching libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check hp:libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check libusb:004:003-03f0-0101-00-00 [hp] scsi_read: 11 bytes: [hp] 0x0000 1B 2A 73 31 30 33 31 34 67 31 56 .*s10314g1V [hp] hp_device_support_probe: 10314 supported (0..1, 0) [hp] scsi_flush: writing 9 bytes: [hp] 0x0000 1B 2A 73 31 30 33 31 35 52 .*s10315R [hp] sanei_hp_device_info_get: searching libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check hp:libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: searching libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check hp:libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check libusb:004:003-03f0-0101-00-00 [hp] scsi_read: 11 bytes: [hp] 0x0000 1B 2A 73 31 30 33 31 35 70 30 56 .*s10315p0V [hp] scsi_flush: writing 9 bytes: [hp] 0x0000 1B 2A 73 31 30 33 31 35 4C .*s10315L [hp] sanei_hp_device_info_get: searching libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check hp:libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: searching libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check hp:libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check libusb:004:003-03f0-0101-00-00 [hp] scsi_read: 12 bytes: [hp] 0x0000 1B 2A 73 31 30 33 31 35 6B 2D 31 56 .*s10315k-1V [hp] scsi_flush: writing 9 bytes: [hp] 0x0000 1B 2A 73 31 30 33 31 35 48 .*s10315H [hp] sanei_hp_device_info_get: searching libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check hp:libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: searching libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check hp:libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check libusb:004:003-03f0-0101-00-00 [hp] scsi_read: 11 bytes: [hp] 0x0000 1B 2A 73 31 30 33 31 35 67 33 56 .*s10315g3V [hp] hp_device_support_probe: 10315 supported (-1..3, 0) [hp] scsi_flush: writing 9 bytes: [hp] 0x0000 1B 2A 73 31 30 33 31 36 52 .*s10316R [hp] sanei_hp_device_info_get: searching libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check hp:libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: searching libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check hp:libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check libusb:004:003-03f0-0101-00-00 [hp] scsi_read: 11 bytes: [hp] 0x0000 1B 2A 73 31 30 33 31 36 70 30 56 .*s10316p0V [hp] scsi_flush: writing 9 bytes: [hp] 0x0000 1B 2A 73 31 30 33 31 36 4C .*s10316L [hp] sanei_hp_device_info_get: searching libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check hp:libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: searching libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check hp:libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check libusb:004:003-03f0-0101-00-00 [hp] scsi_read: 14 bytes: [hp] 0x0000 1B 2A 73 31 30 33 31 36 6B 2D 31 32 37 56 .*s10316k-127V [hp] scsi_flush: writing 9 bytes: [hp] 0x0000 1B 2A 73 31 30 33 31 36 48 .*s10316H [hp] sanei_hp_device_info_get: searching libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check hp:libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: searching libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check hp:libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check libusb:004:003-03f0-0101-00-00 [hp] scsi_read: 13 bytes: [hp] 0x0000 1B 2A 73 31 30 33 31 36 67 31 32 37 56 .*s10316g127V [hp] probe_scanner: Probing libusb:004:003-03f0-0101-00-00 [hp] probe_scanner: use cached compatibility flags [hp] hp_device_support_probe: 10316 supported (-127..127, 0) [hp] scsi_flush: writing 9 bytes: [hp] 0x0000 1B 2A 73 31 30 33 31 37 52 .*s10317R [hp] sanei_hp_device_info_get: searching libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check hp:libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: searching libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check hp:libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check libusb:004:003-03f0-0101-00-00 [hp] scsi_read: 11 bytes: [hp] 0x0000 1B 2A 73 31 30 33 31 37 70 30 56 .*s10317p0V [hp] scsi_flush: writing 9 bytes: [hp] 0x0000 1B 2A 73 31 30 33 31 37 4C .*s10317L [hp] sanei_hp_device_info_get: searching libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check hp:libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: searching libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check hp:libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check libusb:004:003-03f0-0101-00-00 [hp] scsi_read: 14 bytes: [hp] 0x0000 1B 2A 73 31 30 33 31 37 6B 2D 31 32 37 56 .*s10317k-127V [hp] scsi_flush: writing 9 bytes: [hp] 0x0000 1B 2A 73 31 30 33 31 37 48 .*s10317H [hp] sanei_hp_device_info_get: searching libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check hp:libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: searching libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check hp:libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check libusb:004:003-03f0-0101-00-00 [hp] scsi_read: 13 bytes: [hp] 0x0000 1B 2A 73 31 30 33 31 37 67 31 32 37 56 .*s10317g127V [hp] probe_scanner: Probing libusb:004:003-03f0-0101-00-00 [hp] probe_scanner: use cached compatibility flags [hp] hp_device_support_probe: 10317 supported (-127..127, 0) [hp] scsi_flush: writing 9 bytes: [hp] 0x0000 1B 2A 73 31 30 33 31 39 52 .*s10319R [hp] sanei_hp_device_info_get: searching libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check hp:libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: searching libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check hp:libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check libusb:004:003-03f0-0101-00-00 [hp] scsi_read: 10 bytes: [hp] 0x0000 1B 2A 73 31 30 33 31 39 70 4E .*s10319pN [hp] scl_inq: parameter 10319 unsupported [hp] hp_device_support_probe: 10319 not supported [hp] scsi_flush: writing 9 bytes: [hp] 0x0000 1B 2A 73 31 30 33 31 38 52 .*s10318R [hp] sanei_hp_device_info_get: searching libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check hp:libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: searching libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check hp:libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check libusb:004:003-03f0-0101-00-00 [hp] scsi_read: 11 bytes: [hp] 0x0000 1B 2A 73 31 30 33 31 38 70 30 56 .*s10318p0V [hp] scsi_flush: writing 9 bytes: [hp] 0x0000 1B 2A 73 31 30 33 31 38 4C .*s10318L [hp] sanei_hp_device_info_get: searching libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check hp:libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: searching libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check hp:libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check libusb:004:003-03f0-0101-00-00 [hp] scsi_read: 11 bytes: [hp] 0x0000 1B 2A 73 31 30 33 31 38 6B 30 56 .*s10318k0V [hp] scsi_flush: writing 9 bytes: [hp] 0x0000 1B 2A 73 31 30 33 31 38 48 .*s10318H [hp] sanei_hp_device_info_get: searching libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check hp:libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: searching libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check hp:libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check libusb:004:003-03f0-0101-00-00 [hp] scsi_read: 11 bytes: [hp] 0x0000 1B 2A 73 31 30 33 31 38 67 31 56 .*s10318g1V [hp] hp_device_support_probe: 10318 supported (0..1, 0) [hp] scsi_flush: writing 9 bytes: [hp] 0x0000 1B 2A 73 31 30 33 32 33 52 .*s10323R [hp] sanei_hp_device_info_get: searching libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check hp:libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: searching libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check hp:libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check libusb:004:003-03f0-0101-00-00 [hp] scsi_read: 13 bytes: [hp] 0x0000 1B 2A 73 31 30 33 32 33 70 33 30 30 56 .*s10323p300V [hp] scsi_flush: writing 9 bytes: [hp] 0x0000 1B 2A 73 31 30 33 32 33 4C .*s10323L [hp] sanei_hp_device_info_get: searching libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check hp:libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: searching libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check hp:libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check libusb:004:003-03f0-0101-00-00 [hp] scsi_read: 12 bytes: [hp] 0x0000 1B 2A 73 31 30 33 32 33 6B 31 38 56 .*s10323k18V [hp] scsi_flush: writing 9 bytes: [hp] 0x0000 1B 2A 73 31 30 33 32 33 48 .*s10323H [hp] sanei_hp_device_info_get: searching libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check hp:libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: searching libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check hp:libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check libusb:004:003-03f0-0101-00-00 [hp] scsi_read: 14 bytes: [hp] 0x0000 1B 2A 73 31 30 33 32 33 67 31 36 30 30 56 .*s10323g1600V [hp] hp_device_support_probe: 10323 supported (18..1600, 300) [hp] scsi_flush: writing 9 bytes: [hp] 0x0000 1B 2A 73 31 30 33 32 34 52 .*s10324R [hp] sanei_hp_device_info_get: searching libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check hp:libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: searching libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check hp:libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check libusb:004:003-03f0-0101-00-00 [hp] scsi_read: 13 bytes: [hp] 0x0000 1B 2A 73 31 30 33 32 34 70 33 30 30 56 .*s10324p300V [hp] scsi_flush: writing 9 bytes: [hp] 0x0000 1B 2A 73 31 30 33 32 34 4C .*s10324L [hp] sanei_hp_device_info_get: searching libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check hp:libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: searching libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check hp:libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check libusb:004:003-03f0-0101-00-00 [hp] scsi_read: 12 bytes: [hp] 0x0000 1B 2A 73 31 30 33 32 34 6B 31 38 56 .*s10324k18V [hp] scsi_flush: writing 9 bytes: [hp] 0x0000 1B 2A 73 31 30 33 32 34 48 .*s10324H [hp] sanei_hp_device_info_get: searching libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check hp:libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: searching libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check hp:libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check libusb:004:003-03f0-0101-00-00 [hp] scsi_read: 14 bytes: [hp] 0x0000 1B 2A 73 31 30 33 32 34 67 31 36 30 30 56 .*s10324g1600V [hp] hp_device_support_probe: 10324 supported (18..1600, 300) [hp] scsi_flush: writing 9 bytes: [hp] 0x0000 1B 2A 73 31 30 33 32 35 52 .*s10325R [hp] sanei_hp_device_info_get: searching libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check hp:libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: searching libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check hp:libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check libusb:004:003-03f0-0101-00-00 [hp] scsi_read: 11 bytes: [hp] 0x0000 1B 2A 73 31 30 33 32 35 70 30 56 .*s10325p0V [hp] scsi_flush: writing 9 bytes: [hp] 0x0000 1B 2A 73 31 30 33 32 35 4C .*s10325L [hp] sanei_hp_device_info_get: searching libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check hp:libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: searching libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check hp:libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check libusb:004:003-03f0-0101-00-00 [hp] scsi_read: 11 bytes: [hp] 0x0000 1B 2A 73 31 30 33 32 35 6B 30 56 .*s10325k0V [hp] scsi_flush: writing 9 bytes: [hp] 0x0000 1B 2A 73 31 30 33 32 35 48 .*s10325H [hp] sanei_hp_device_info_get: searching libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check hp:libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: searching libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check hp:libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check libusb:004:003-03f0-0101-00-00 [hp] scsi_read: 11 bytes: [hp] 0x0000 1B 2A 73 31 30 33 32 35 67 35 56 .*s10325g5V [hp] hp_device_support_probe: 10325 supported (0..5, 0) [hp] scsi_flush: writing 9 bytes: [hp] 0x0000 1B 2A 73 31 30 34 36 38 52 .*s10468R [hp] sanei_hp_device_info_get: searching libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check hp:libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: searching libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check hp:libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check libusb:004:003-03f0-0101-00-00 [hp] scsi_read: 10 bytes: [hp] 0x0000 1B 2A 73 31 30 34 36 38 70 4E .*s10468pN [hp] scl_inq: parameter 10468 unsupported [hp] hp_device_support_probe: 10468 not supported [hp] scsi_flush: writing 9 bytes: [hp] 0x0000 1B 2A 73 31 30 34 36 39 52 .*s10469R [hp] sanei_hp_device_info_get: searching libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check hp:libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: searching libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check hp:libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check libusb:004:003-03f0-0101-00-00 [hp] scsi_read: 10 bytes: [hp] 0x0000 1B 2A 73 31 30 34 36 39 70 4E .*s10469pN [hp] scl_inq: parameter 10469 unsupported [hp] hp_device_support_probe: 10469 not supported [hp] scsi_flush: writing 9 bytes: [hp] 0x0000 1B 2A 73 31 30 34 38 31 52 .*s10481R [hp] sanei_hp_device_info_get: searching libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check hp:libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: searching libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check hp:libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check libusb:004:003-03f0-0101-00-00 [hp] scsi_read: 14 bytes: [hp] 0x0000 1B 2A 73 31 30 34 38 31 70 32 35 35 30 56 .*s10481p2550V [hp] scsi_flush: writing 9 bytes: [hp] 0x0000 1B 2A 73 31 30 34 38 31 4C .*s10481L [hp] sanei_hp_device_info_get: searching libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check hp:libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: searching libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check hp:libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check libusb:004:003-03f0-0101-00-00 [hp] scsi_read: 11 bytes: [hp] 0x0000 1B 2A 73 31 30 34 38 31 6B 31 56 .*s10481k1V [hp] scsi_flush: writing 9 bytes: [hp] 0x0000 1B 2A 73 31 30 34 38 31 48 .*s10481H [hp] sanei_hp_device_info_get: searching libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check hp:libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: searching libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check hp:libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check libusb:004:003-03f0-0101-00-00 [hp] scsi_read: 14 bytes: [hp] 0x0000 1B 2A 73 31 30 34 38 31 67 32 35 35 30 56 .*s10481g2550V [hp] hp_device_support_probe: 10481 supported (1..2550, 2550) [hp] scsi_flush: writing 9 bytes: [hp] 0x0000 1B 2A 73 31 30 34 38 32 52 .*s10482R [hp] sanei_hp_device_info_get: searching libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check hp:libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: searching libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check hp:libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check libusb:004:003-03f0-0101-00-00 [hp] scsi_read: 14 bytes: [hp] 0x0000 1B 2A 73 31 30 34 38 32 70 33 35 30 38 56 .*s10482p3508V [hp] scsi_flush: writing 9 bytes: [hp] 0x0000 1B 2A 73 31 30 34 38 32 4C .*s10482L [hp] sanei_hp_device_info_get: searching libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check hp:libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: searching libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check hp:libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check libusb:004:003-03f0-0101-00-00 [hp] scsi_read: 11 bytes: [hp] 0x0000 1B 2A 73 31 30 34 38 32 6B 31 56 .*s10482k1V [hp] scsi_flush: writing 9 bytes: [hp] 0x0000 1B 2A 73 31 30 34 38 32 48 .*s10482H [hp] sanei_hp_device_info_get: searching libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check hp:libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: searching libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check hp:libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check libusb:004:003-03f0-0101-00-00 [hp] scsi_read: 14 bytes: [hp] 0x0000 1B 2A 73 31 30 34 38 32 67 33 35 30 38 56 .*s10482g3508V [hp] hp_device_support_probe: 10482 supported (1..3508, 3508) [hp] scsi_flush: writing 9 bytes: [hp] 0x0000 1B 2A 73 31 30 34 38 39 52 .*s10489R [hp] sanei_hp_device_info_get: searching libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check hp:libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: searching libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check hp:libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check libusb:004:003-03f0-0101-00-00 [hp] scsi_read: 11 bytes: [hp] 0x0000 1B 2A 73 31 30 34 38 39 70 30 56 .*s10489p0V [hp] scsi_flush: writing 9 bytes: [hp] 0x0000 1B 2A 73 31 30 34 38 39 4C .*s10489L [hp] sanei_hp_device_info_get: searching libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check hp:libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: searching libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check hp:libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check libusb:004:003-03f0-0101-00-00 [hp] scsi_read: 11 bytes: [hp] 0x0000 1B 2A 73 31 30 34 38 39 6B 30 56 .*s10489k0V [hp] scsi_flush: writing 9 bytes: [hp] 0x0000 1B 2A 73 31 30 34 38 39 48 .*s10489H [hp] sanei_hp_device_info_get: searching libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check hp:libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: searching libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check hp:libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check libusb:004:003-03f0-0101-00-00 [hp] scsi_read: 14 bytes: [hp] 0x0000 1B 2A 73 31 30 34 38 39 67 32 35 34 39 56 .*s10489g2549V [hp] hp_device_support_probe: 10489 supported (0..2549, 0) [hp] scsi_flush: writing 9 bytes: [hp] 0x0000 1B 2A 73 31 30 34 39 30 52 .*s10490R [hp] sanei_hp_device_info_get: searching libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check hp:libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: searching libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check hp:libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check libusb:004:003-03f0-0101-00-00 [hp] scsi_read: 11 bytes: [hp] 0x0000 1B 2A 73 31 30 34 39 30 70 30 56 .*s10490p0V [hp] scsi_flush: writing 9 bytes: [hp] 0x0000 1B 2A 73 31 30 34 39 30 4C .*s10490L [hp] sanei_hp_device_info_get: searching libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check hp:libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: searching libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check hp:libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check libusb:004:003-03f0-0101-00-00 [hp] scsi_read: 11 bytes: [hp] 0x0000 1B 2A 73 31 30 34 39 30 6B 30 56 .*s10490k0V [hp] scsi_flush: writing 9 bytes: [hp] 0x0000 1B 2A 73 31 30 34 39 30 48 .*s10490H [hp] sanei_hp_device_info_get: searching libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check hp:libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: searching libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check hp:libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check libusb:004:003-03f0-0101-00-00 [hp] scsi_read: 14 bytes: [hp] 0x0000 1B 2A 73 31 30 34 39 30 67 33 35 30 37 56 .*s10490g3507V [hp] hp_device_support_probe: 10490 supported (0..3507, 0) [hp] scsi_flush: writing 9 bytes: [hp] 0x0000 1B 2A 73 31 30 39 35 30 52 .*s10950R [hp] sanei_hp_device_info_get: searching libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check hp:libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: searching libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check hp:libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check libusb:004:003-03f0-0101-00-00 [hp] scsi_read: 11 bytes: [hp] 0x0000 1B 2A 73 31 30 39 35 30 70 30 56 .*s10950p0V [hp] scsi_flush: writing 9 bytes: [hp] 0x0000 1B 2A 73 31 30 39 35 30 4C .*s10950L [hp] sanei_hp_device_info_get: searching libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check hp:libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: searching libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check hp:libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check libusb:004:003-03f0-0101-00-00 [hp] scsi_read: 11 bytes: [hp] 0x0000 1B 2A 73 31 30 39 35 30 6B 30 56 .*s10950k0V [hp] scsi_flush: writing 9 bytes: [hp] 0x0000 1B 2A 73 31 30 39 35 30 48 .*s10950H [hp] sanei_hp_device_info_get: searching libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check hp:libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: searching libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check hp:libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check libusb:004:003-03f0-0101-00-00 [hp] scsi_read: 11 bytes: [hp] 0x0000 1B 2A 73 31 30 39 35 30 67 33 56 .*s10950g3V [hp] hp_device_support_probe: 10950 supported (0..3, 0) [hp] scsi_flush: writing 9 bytes: [hp] 0x0000 1B 2A 73 31 30 39 35 31 52 .*s10951R [hp] sanei_hp_device_info_get: searching libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check hp:libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: searching libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check hp:libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check libusb:004:003-03f0-0101-00-00 [hp] scsi_read: 10 bytes: [hp] 0x0000 1B 2A 73 31 30 39 35 31 70 4E .*s10951pN [hp] scl_inq: parameter 10951 unsupported [hp] hp_device_support_probe: 10951 not supported [hp] scsi_flush: writing 9 bytes: [hp] 0x0000 1B 2A 73 31 30 39 35 36 52 .*s10956R [hp] sanei_hp_device_info_get: searching libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check hp:libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: searching libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check hp:libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check libusb:004:003-03f0-0101-00-00 [hp] scsi_read: 11 bytes: [hp] 0x0000 1B 2A 73 31 30 39 35 36 70 30 56 .*s10956p0V [hp] scsi_flush: writing 9 bytes: [hp] 0x0000 1B 2A 73 31 30 39 35 36 4C .*s10956L [hp] sanei_hp_device_info_get: searching libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check hp:libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: searching libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check hp:libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check libusb:004:003-03f0-0101-00-00 [hp] scsi_read: 12 bytes: [hp] 0x0000 1B 2A 73 31 30 39 35 36 6B 2D 32 56 .*s10956k-2V [hp] scsi_flush: writing 9 bytes: [hp] 0x0000 1B 2A 73 31 30 39 35 36 48 .*s10956H [hp] sanei_hp_device_info_get: searching libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check hp:libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: searching libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check hp:libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check libusb:004:003-03f0-0101-00-00 [hp] scsi_read: 11 bytes: [hp] 0x0000 1B 2A 73 31 30 39 35 36 67 30 56 .*s10956g0V [hp] hp_device_support_probe: 10956 supported (-2..0, 0) [hp] scsi_flush: writing 9 bytes: [hp] 0x0000 1B 2A 73 31 30 39 36 35 52 .*s10965R [hp] sanei_hp_device_info_get: searching libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check hp:libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: searching libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check hp:libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check libusb:004:003-03f0-0101-00-00 [hp] scsi_read: 11 bytes: [hp] 0x0000 1B 2A 73 31 30 39 36 35 70 32 56 .*s10965p2V [hp] scsi_flush: writing 9 bytes: [hp] 0x0000 1B 2A 73 31 30 39 36 35 4C .*s10965L [hp] sanei_hp_device_info_get: searching libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check hp:libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: searching libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check hp:libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check libusb:004:003-03f0-0101-00-00 [hp] scsi_read: 12 bytes: [hp] 0x0000 1B 2A 73 31 30 39 36 35 6B 2D 32 56 .*s10965k-2V [hp] scsi_flush: writing 9 bytes: [hp] 0x0000 1B 2A 73 31 30 39 36 35 48 .*s10965H [hp] sanei_hp_device_info_get: searching libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check hp:libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: searching libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check hp:libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check libusb:004:003-03f0-0101-00-00 [hp] scsi_read: 11 bytes: [hp] 0x0000 1B 2A 73 31 30 39 36 35 67 35 56 .*s10965g5V [hp] hp_device_support_probe: 10965 supported (-2..5, 2) [hp] scsi_flush: writing 9 bytes: [hp] 0x0000 1B 2A 73 31 30 39 36 36 52 .*s10966R [hp] sanei_hp_device_info_get: searching libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check hp:libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: searching libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check hp:libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check libusb:004:003-03f0-0101-00-00 [hp] scsi_read: 10 bytes: [hp] 0x0000 1B 2A 73 31 30 39 36 36 70 4E .*s10966pN [hp] scl_inq: parameter 10966 unsupported [hp] hp_device_support_probe: 10966 not supported [hp] scsi_flush: writing 9 bytes: [hp] 0x0000 1B 2A 73 31 30 39 36 39 52 .*s10969R [hp] sanei_hp_device_info_get: searching libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check hp:libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: searching libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check hp:libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check libusb:004:003-03f0-0101-00-00 [hp] scsi_read: 11 bytes: [hp] 0x0000 1B 2A 73 31 30 39 36 39 70 30 56 .*s10969p0V [hp] scsi_flush: writing 9 bytes: [hp] 0x0000 1B 2A 73 31 30 39 36 39 4C .*s10969L [hp] sanei_hp_device_info_get: searching libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check hp:libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: searching libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check hp:libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check libusb:004:003-03f0-0101-00-00 [hp] scsi_read: 11 bytes: [hp] 0x0000 1B 2A 73 31 30 39 36 39 6B 30 56 .*s10969k0V [hp] scsi_flush: writing 9 bytes: [hp] 0x0000 1B 2A 73 31 30 39 36 39 48 .*s10969H [hp] sanei_hp_device_info_get: searching libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check hp:libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: searching libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check hp:libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check libusb:004:003-03f0-0101-00-00 [hp] scsi_read: 11 bytes: [hp] 0x0000 1B 2A 73 31 30 39 36 39 67 30 56 .*s10969g0V [hp] hp_device_support_probe: 10969 supported (0..0, 0) [hp] scsi_flush: writing 9 bytes: [hp] 0x0000 1B 2A 73 31 30 39 37 30 52 .*s10970R [hp] sanei_hp_device_info_get: searching libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check hp:libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: searching libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check hp:libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check libusb:004:003-03f0-0101-00-00 [hp] scsi_read: 10 bytes: [hp] 0x0000 1B 2A 73 31 30 39 37 30 70 4E .*s10970pN [hp] scl_inq: parameter 10970 unsupported [hp] hp_device_support_probe: 10970 not supported [hp] sanei_hp_optset_new: [hp] sanei_hp_optset_new: [hp] sanei_hp_optset_new: preview [hp] sanei_hp_optset_new: mode [hp] scsi_flush: writing 9 bytes: [hp] 0x0000 1B 2A 73 31 30 33 32 35 52 .*s10325R [hp] sanei_hp_device_info_get: searching libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check hp:libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: searching libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check hp:libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check libusb:004:003-03f0-0101-00-00 [hp] scsi_read: 11 bytes: [hp] 0x0000 1B 2A 73 31 30 33 32 35 70 30 56 .*s10325p0V [hp] scsi_flush: writing 9 bytes: [hp] 0x0000 1B 2A 73 31 30 33 32 35 4C .*s10325L [hp] sanei_hp_device_info_get: searching libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check hp:libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: searching libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check hp:libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check libusb:004:003-03f0-0101-00-00 [hp] scsi_read: 11 bytes: [hp] 0x0000 1B 2A 73 31 30 33 32 35 6B 30 56 .*s10325k0V [hp] scsi_flush: writing 9 bytes: [hp] 0x0000 1B 2A 73 31 30 33 32 35 48 .*s10325H [hp] sanei_hp_device_info_get: searching libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check hp:libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: searching libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check hp:libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check libusb:004:003-03f0-0101-00-00 [hp] scsi_read: 11 bytes: [hp] 0x0000 1B 2A 73 31 30 33 32 35 67 35 56 .*s10325g5V [hp] choice_option_probe_each: 'mode': val, min, max = 0, 0, 5 [hp] choice_option_probe_each: test all values for 'mode' separately [hp] sanei_hp_device_info_get: searching libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check hp:libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check libusb:004:003-03f0-0101-00-00 [hp] probe_scanner: Probing libusb:004:003-03f0-0101-00-00 [hp] probe_scanner: use cached compatibility flags [hp] scsi_flush: writing 4 bytes: [hp] 0x0000 1B 2A 6F 45 .*oE [hp] sanei_hp_device_info_get: searching libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check hp:libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check libusb:004:003-03f0-0101-00-00 [hp] scsi_flush: writing 5 bytes: [hp] 0x0000 1B 2A 61 30 54 .*a0T [hp] sanei_hp_device_info_get: searching libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check hp:libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check libusb:004:003-03f0-0101-00-00 [hp] scsi_flush: writing 7 bytes: [hp] 0x0000 1B 2A 73 32 35 37 45 .*s257E [hp] sanei_hp_device_info_get: searching libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check hp:libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: searching libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check hp:libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check libusb:004:003-03f0-0101-00-00 [hp] scsi_read: 9 bytes: [hp] 0x0000 1B 2A 73 32 35 37 64 30 56 .*s257d0V [hp] probed_choice: value 0 supported [hp] probe_scanner: Probing libusb:004:003-03f0-0101-00-00 [hp] probe_scanner: use cached compatibility flags [hp] scsi_flush: writing 4 bytes: [hp] 0x0000 1B 2A 6F 45 .*oE [hp] sanei_hp_device_info_get: searching libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check hp:libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check libusb:004:003-03f0-0101-00-00 [hp] scsi_flush: writing 5 bytes: [hp] 0x0000 1B 2A 61 33 54 .*a3T [hp] sanei_hp_device_info_get: searching libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check hp:libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check libusb:004:003-03f0-0101-00-00 [hp] scsi_flush: writing 7 bytes: [hp] 0x0000 1B 2A 73 32 35 37 45 .*s257E [hp] sanei_hp_device_info_get: searching libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check hp:libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: searching libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check hp:libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check libusb:004:003-03f0-0101-00-00 [hp] scsi_read: 9 bytes: [hp] 0x0000 1B 2A 73 32 35 37 64 30 56 .*s257d0V [hp] probed_choice: value 3 supported [hp] probe_scanner: Probing libusb:004:003-03f0-0101-00-00 [hp] probe_scanner: use cached compatibility flags [hp] scsi_flush: writing 4 bytes: [hp] 0x0000 1B 2A 6F 45 .*oE [hp] sanei_hp_device_info_get: searching libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check hp:libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check libusb:004:003-03f0-0101-00-00 [hp] scsi_flush: writing 5 bytes: [hp] 0x0000 1B 2A 61 34 54 .*a4T [hp] sanei_hp_device_info_get: searching libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check hp:libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check libusb:004:003-03f0-0101-00-00 [hp] scsi_flush: writing 7 bytes: [hp] 0x0000 1B 2A 73 32 35 37 45 .*s257E [hp] sanei_hp_device_info_get: searching libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check hp:libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: searching libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check hp:libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check libusb:004:003-03f0-0101-00-00 [hp] scsi_read: 9 bytes: [hp] 0x0000 1B 2A 73 32 35 37 64 30 56 .*s257d0V [hp] probed_choice: value 4 supported [hp] probe_scanner: Probing libusb:004:003-03f0-0101-00-00 [hp] probe_scanner: use cached compatibility flags [hp] scsi_flush: writing 4 bytes: [hp] 0x0000 1B 2A 6F 45 .*oE [hp] sanei_hp_device_info_get: searching libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check hp:libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check libusb:004:003-03f0-0101-00-00 [hp] scsi_flush: writing 5 bytes: [hp] 0x0000 1B 2A 61 35 54 .*a5T [hp] sanei_hp_device_info_get: searching libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check hp:libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check libusb:004:003-03f0-0101-00-00 [hp] scsi_flush: writing 7 bytes: [hp] 0x0000 1B 2A 73 32 35 37 45 .*s257E [hp] sanei_hp_device_info_get: searching libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check hp:libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: searching libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check hp:libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check libusb:004:003-03f0-0101-00-00 [hp] scsi_read: 9 bytes: [hp] 0x0000 1B 2A 73 32 35 37 64 30 56 .*s257d0V [hp] probed_choice: value 5 supported [hp] choice_option_probe_each: restore previous value 0 for 'mode' [hp] scsi_flush: writing 5 bytes: [hp] 0x0000 1B 2A 61 30 54 .*a0T [hp] sanei_hp_device_info_get: searching libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check hp:libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_optset_new: resolution [hp] scsi_flush: writing 9 bytes: [hp] 0x0000 1B 2A 73 31 30 33 32 33 52 .*s10323R [hp] sanei_hp_device_info_get: searching libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check hp:libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: searching libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check hp:libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check libusb:004:003-03f0-0101-00-00 [hp] scsi_read: 13 bytes: [hp] 0x0000 1B 2A 73 31 30 33 32 33 70 33 30 30 56 .*s10323p300V [hp] scsi_flush: writing 9 bytes: [hp] 0x0000 1B 2A 73 31 30 33 32 33 4C .*s10323L [hp] sanei_hp_device_info_get: searching libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check hp:libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: searching libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check hp:libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check libusb:004:003-03f0-0101-00-00 [hp] scsi_read: 12 bytes: [hp] 0x0000 1B 2A 73 31 30 33 32 33 6B 31 38 56 .*s10323k18V [hp] scsi_flush: writing 9 bytes: [hp] 0x0000 1B 2A 73 31 30 33 32 33 48 .*s10323H [hp] sanei_hp_device_info_get: searching libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check hp:libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: searching libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check hp:libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check libusb:004:003-03f0-0101-00-00 [hp] scsi_read: 14 bytes: [hp] 0x0000 1B 2A 73 31 30 33 32 33 67 31 36 30 30 56 .*s10323g1600V [hp] scsi_flush: writing 9 bytes: [hp] 0x0000 1B 2A 73 31 30 33 32 34 52 .*s10324R [hp] sanei_hp_device_info_get: searching libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check hp:libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: searching libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check hp:libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check libusb:004:003-03f0-0101-00-00 [hp] scsi_read: 13 bytes: [hp] 0x0000 1B 2A 73 31 30 33 32 34 70 33 30 30 56 .*s10324p300V [hp] scsi_flush: writing 9 bytes: [hp] 0x0000 1B 2A 73 31 30 33 32 34 4C .*s10324L [hp] sanei_hp_device_info_get: searching libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check hp:libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: searching libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check hp:libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check libusb:004:003-03f0-0101-00-00 [hp] scsi_read: 12 bytes: [hp] 0x0000 1B 2A 73 31 30 33 32 34 6B 31 38 56 .*s10324k18V [hp] scsi_flush: writing 9 bytes: [hp] 0x0000 1B 2A 73 31 30 33 32 34 48 .*s10324H [hp] sanei_hp_device_info_get: searching libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check hp:libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: searching libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check hp:libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check libusb:004:003-03f0-0101-00-00 [hp] scsi_read: 14 bytes: [hp] 0x0000 1B 2A 73 31 30 33 32 34 67 31 36 30 30 56 .*s10324g1600V [hp] probe_scanner: Probing libusb:004:003-03f0-0101-00-00 [hp] probe_scanner: use cached compatibility flags [hp] probe_scanner: Probing libusb:004:003-03f0-0101-00-00 [hp] probe_scanner: use cached compatibility flags [hp] _probe_resolution: set range 18..1600, quant=1 [hp] sanei_hp_optset_new: __devpix_resolution__ [hp] scsi_flush: writing 8 bytes: [hp] 0x0000 1B 2A 73 31 30 32 38 45 .*s1028E [hp] sanei_hp_device_info_get: searching libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check hp:libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: searching libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check hp:libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check libusb:004:003-03f0-0101-00-00 [hp] scsi_read: 12 bytes: [hp] 0x0000 1B 2A 73 31 30 32 38 64 33 30 30 56 .*s1028d300V [hp] sanei_hp_optset_new: [hp] sanei_hp_optset_new: brightness [hp] sanei_hp_device_info_get: searching libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check hp:libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check libusb:004:003-03f0-0101-00-00 [hp] scsi_flush: writing 9 bytes: [hp] 0x0000 1B 2A 73 31 30 33 31 37 52 .*s10317R [hp] sanei_hp_device_info_get: searching libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check hp:libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: searching libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check hp:libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check libusb:004:003-03f0-0101-00-00 [hp] scsi_read: 11 bytes: [hp] 0x0000 1B 2A 73 31 30 33 31 37 70 30 56 .*s10317p0V [hp] scsi_flush: writing 9 bytes: [hp] 0x0000 1B 2A 73 31 30 33 31 37 4C .*s10317L [hp] sanei_hp_device_info_get: searching libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check hp:libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: searching libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check hp:libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check libusb:004:003-03f0-0101-00-00 [hp] scsi_read: 14 bytes: [hp] 0x0000 1B 2A 73 31 30 33 31 37 6B 2D 31 32 37 56 .*s10317k-127V [hp] scsi_flush: writing 9 bytes: [hp] 0x0000 1B 2A 73 31 30 33 31 37 48 .*s10317H [hp] sanei_hp_device_info_get: searching libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check hp:libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: searching libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check hp:libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check libusb:004:003-03f0-0101-00-00 [hp] scsi_read: 13 bytes: [hp] 0x0000 1B 2A 73 31 30 33 31 37 67 31 32 37 56 .*s10317g127V [hp] sanei_hp_optset_new: contrast [hp] sanei_hp_device_info_get: searching libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check hp:libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check libusb:004:003-03f0-0101-00-00 [hp] scsi_flush: writing 9 bytes: [hp] 0x0000 1B 2A 73 31 30 33 31 36 52 .*s10316R [hp] sanei_hp_device_info_get: searching libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check hp:libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: searching libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check hp:libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check libusb:004:003-03f0-0101-00-00 [hp] scsi_read: 11 bytes: [hp] 0x0000 1B 2A 73 31 30 33 31 36 70 30 56 .*s10316p0V [hp] scsi_flush: writing 9 bytes: [hp] 0x0000 1B 2A 73 31 30 33 31 36 4C .*s10316L [hp] sanei_hp_device_info_get: searching libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check hp:libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: searching libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check hp:libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check libusb:004:003-03f0-0101-00-00 [hp] scsi_read: 14 bytes: [hp] 0x0000 1B 2A 73 31 30 33 31 36 6B 2D 31 32 37 56 .*s10316k-127V [hp] scsi_flush: writing 9 bytes: [hp] 0x0000 1B 2A 73 31 30 33 31 36 48 .*s10316H [hp] sanei_hp_device_info_get: searching libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check hp:libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: searching libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check hp:libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check libusb:004:003-03f0-0101-00-00 [hp] scsi_read: 13 bytes: [hp] 0x0000 1B 2A 73 31 30 33 31 36 67 31 32 37 56 .*s10316g127V [hp] sanei_hp_optset_new: sharpening [hp] scsi_flush: writing 9 bytes: [hp] 0x0000 1B 2A 73 31 30 33 31 39 52 .*s10319R [hp] sanei_hp_device_info_get: searching libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check hp:libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: searching libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check hp:libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check libusb:004:003-03f0-0101-00-00 [hp] scsi_read: 10 bytes: [hp] 0x0000 1B 2A 73 31 30 33 31 39 70 4E .*s10319pN [hp] scl_inq: parameter 10319 unsupported [hp] sanei_hp_optset_new: auto-threshold [hp] scsi_flush: writing 9 bytes: [hp] 0x0000 1B 2A 73 31 30 33 30 37 52 .*s10307R [hp] sanei_hp_device_info_get: searching libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check hp:libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: searching libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check hp:libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check libusb:004:003-03f0-0101-00-00 [hp] scsi_read: 11 bytes: [hp] 0x0000 1B 2A 73 31 30 33 30 37 70 30 56 .*s10307p0V [hp] sanei_hp_optset_new: [hp] sanei_hp_optset_new: custom-gamma [hp] sanei_hp_device_info_get: searching libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check hp:libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check libusb:004:003-03f0-0101-00-00 [hp] scsi_flush: writing 9 bytes: [hp] 0x0000 1B 2A 73 31 30 39 35 36 52 .*s10956R [hp] sanei_hp_device_info_get: searching libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check hp:libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: searching libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check hp:libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check libusb:004:003-03f0-0101-00-00 [hp] scsi_read: 11 bytes: [hp] 0x0000 1B 2A 73 31 30 39 35 36 70 30 56 .*s10956p0V [hp] sanei_hp_optset_new: gamma-table [hp] scsi_flush: writing 4 bytes: [hp] 0x0000 1B 2A 6F 45 .*oE [hp] sanei_hp_device_info_get: searching libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check hp:libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check libusb:004:003-03f0-0101-00-00 [hp] scsi_flush: writing 5 bytes: [hp] 0x0000 1B 2A 61 31 44 .*a1D [hp] sanei_hp_device_info_get: searching libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check hp:libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check libusb:004:003-03f0-0101-00-00 [hp] scsi_flush: writing 7 bytes: [hp] 0x0000 1B 2A 73 32 35 37 45 .*s257E [hp] sanei_hp_device_info_get: searching libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check hp:libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: searching libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check hp:libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check libusb:004:003-03f0-0101-00-00 [hp] scsi_read: 9 bytes: [hp] 0x0000 1B 2A 73 32 35 37 64 30 56 .*s257d0V [hp] probe_download_type: Download type 1 supported [hp] sanei_hp_optset_new: matrix-type [hp] scsi_flush: writing 9 bytes: [hp] 0x0000 1B 2A 73 31 30 39 36 35 52 .*s10965R [hp] sanei_hp_device_info_get: searching libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check hp:libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: searching libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check hp:libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check libusb:004:003-03f0-0101-00-00 [hp] scsi_read: 11 bytes: [hp] 0x0000 1B 2A 73 31 30 39 36 35 70 32 56 .*s10965p2V [hp] scsi_flush: writing 9 bytes: [hp] 0x0000 1B 2A 73 31 30 39 36 35 4C .*s10965L [hp] sanei_hp_device_info_get: searching libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check hp:libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: searching libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check hp:libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check libusb:004:003-03f0-0101-00-00 [hp] scsi_read: 12 bytes: [hp] 0x0000 1B 2A 73 31 30 39 36 35 6B 2D 32 56 .*s10965k-2V [hp] scsi_flush: writing 9 bytes: [hp] 0x0000 1B 2A 73 31 30 39 36 35 48 .*s10965H [hp] sanei_hp_device_info_get: searching libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check hp:libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: searching libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check hp:libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check libusb:004:003-03f0-0101-00-00 [hp] scsi_read: 11 bytes: [hp] 0x0000 1B 2A 73 31 30 39 36 35 67 35 56 .*s10965g5V [hp] choice_option_probe_each: 'matrix-type': val, min, max = 2, -2, 5 [hp] choice_option_probe_each: test all values for 'matrix-type' separately [hp] sanei_hp_device_info_get: searching libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check hp:libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check libusb:004:003-03f0-0101-00-00 [hp] probed_choice: value -256 is emulated [hp] probe_scanner: Probing libusb:004:003-03f0-0101-00-00 [hp] probe_scanner: use cached compatibility flags [hp] scsi_flush: writing 4 bytes: [hp] 0x0000 1B 2A 6F 45 .*oE [hp] sanei_hp_device_info_get: searching libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check hp:libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check libusb:004:003-03f0-0101-00-00 [hp] scsi_flush: writing 5 bytes: [hp] 0x0000 1B 2A 75 30 54 .*u0T [hp] sanei_hp_device_info_get: searching libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check hp:libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check libusb:004:003-03f0-0101-00-00 [hp] scsi_flush: writing 7 bytes: [hp] 0x0000 1B 2A 73 32 35 37 45 .*s257E [hp] sanei_hp_device_info_get: searching libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check hp:libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: searching libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check hp:libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check libusb:004:003-03f0-0101-00-00 [hp] scsi_read: 9 bytes: [hp] 0x0000 1B 2A 73 32 35 37 64 30 56 .*s257d0V [hp] probed_choice: value 0 supported [hp] probe_scanner: Probing libusb:004:003-03f0-0101-00-00 [hp] probe_scanner: use cached compatibility flags [hp] scsi_flush: writing 4 bytes: [hp] 0x0000 1B 2A 6F 45 .*oE [hp] sanei_hp_device_info_get: searching libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check hp:libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check libusb:004:003-03f0-0101-00-00 [hp] scsi_flush: writing 5 bytes: [hp] 0x0000 1B 2A 75 35 54 .*u5T [hp] sanei_hp_device_info_get: searching libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check hp:libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check libusb:004:003-03f0-0101-00-00 [hp] scsi_flush: writing 7 bytes: [hp] 0x0000 1B 2A 73 32 35 37 45 .*s257E [hp] sanei_hp_device_info_get: searching libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check hp:libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: searching libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check hp:libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check libusb:004:003-03f0-0101-00-00 [hp] scsi_read: 9 bytes: [hp] 0x0000 1B 2A 73 32 35 37 64 30 56 .*s257d0V [hp] probed_choice: value 5 supported [hp] probe_scanner: Probing libusb:004:003-03f0-0101-00-00 [hp] probe_scanner: use cached compatibility flags [hp] scsi_flush: writing 4 bytes: [hp] 0x0000 1B 2A 6F 45 .*oE [hp] sanei_hp_device_info_get: searching libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check hp:libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check libusb:004:003-03f0-0101-00-00 [hp] scsi_flush: writing 5 bytes: [hp] 0x0000 1B 2A 75 32 54 .*u2T [hp] sanei_hp_device_info_get: searching libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check hp:libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check libusb:004:003-03f0-0101-00-00 [hp] scsi_flush: writing 7 bytes: [hp] 0x0000 1B 2A 73 32 35 37 45 .*s257E [hp] sanei_hp_device_info_get: searching libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check hp:libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: searching libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check hp:libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check libusb:004:003-03f0-0101-00-00 [hp] scsi_read: 9 bytes: [hp] 0x0000 1B 2A 73 32 35 37 64 30 56 .*s257d0V [hp] probed_choice: value 2 supported [hp] probe_scanner: Probing libusb:004:003-03f0-0101-00-00 [hp] probe_scanner: use cached compatibility flags [hp] scsi_flush: writing 4 bytes: [hp] 0x0000 1B 2A 6F 45 .*oE [hp] sanei_hp_device_info_get: searching libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check hp:libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check libusb:004:003-03f0-0101-00-00 [hp] scsi_flush: writing 5 bytes: [hp] 0x0000 1B 2A 75 31 54 .*u1T [hp] sanei_hp_device_info_get: searching libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check hp:libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check libusb:004:003-03f0-0101-00-00 [hp] scsi_flush: writing 7 bytes: [hp] 0x0000 1B 2A 73 32 35 37 45 .*s257E [hp] sanei_hp_device_info_get: searching libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check hp:libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: searching libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check hp:libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check libusb:004:003-03f0-0101-00-00 [hp] scsi_read: 9 bytes: [hp] 0x0000 1B 2A 73 32 35 37 64 30 56 .*s257d0V [hp] probed_choice: value 1 supported [hp] probed_choice: value 6 out of range (-2,5) [hp] probe_scanner: Probing libusb:004:003-03f0-0101-00-00 [hp] probe_scanner: use cached compatibility flags [hp] scsi_flush: writing 4 bytes: [hp] 0x0000 1B 2A 6F 45 .*oE [hp] sanei_hp_device_info_get: searching libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check hp:libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check libusb:004:003-03f0-0101-00-00 [hp] scsi_flush: writing 5 bytes: [hp] 0x0000 1B 2A 75 33 54 .*u3T [hp] sanei_hp_device_info_get: searching libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check hp:libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check libusb:004:003-03f0-0101-00-00 [hp] scsi_flush: writing 7 bytes: [hp] 0x0000 1B 2A 73 32 35 37 45 .*s257E [hp] sanei_hp_device_info_get: searching libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check hp:libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: searching libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check hp:libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check libusb:004:003-03f0-0101-00-00 [hp] scsi_read: 9 bytes: [hp] 0x0000 1B 2A 73 32 35 37 64 30 56 .*s257d0V [hp] probed_choice: value 3 supported [hp] probed_choice: value -257 is emulated [hp] probe_scanner: Probing libusb:004:003-03f0-0101-00-00 [hp] probe_scanner: use cached compatibility flags [hp] scsi_flush: writing 4 bytes: [hp] 0x0000 1B 2A 6F 45 .*oE [hp] sanei_hp_device_info_get: searching libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check hp:libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check libusb:004:003-03f0-0101-00-00 [hp] scsi_flush: writing 5 bytes: [hp] 0x0000 1B 2A 75 34 54 .*u4T [hp] sanei_hp_device_info_get: searching libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check hp:libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check libusb:004:003-03f0-0101-00-00 [hp] scsi_flush: writing 7 bytes: [hp] 0x0000 1B 2A 73 32 35 37 45 .*s257E [hp] sanei_hp_device_info_get: searching libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check hp:libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: searching libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check hp:libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check libusb:004:003-03f0-0101-00-00 [hp] scsi_read: 9 bytes: [hp] 0x0000 1B 2A 73 32 35 37 64 30 56 .*s257d0V [hp] probed_choice: value 4 supported [hp] choice_option_probe_each: restore previous value 2 for 'matrix- type' [hp] scsi_flush: writing 5 bytes: [hp] 0x0000 1B 2A 75 32 54 .*u2T [hp] sanei_hp_device_info_get: searching libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check hp:libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_optset_new: __sepmatrix__ [hp] scsi_flush: writing 4 bytes: [hp] 0x0000 1B 2A 6F 45 .*oE [hp] sanei_hp_device_info_get: searching libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check hp:libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check libusb:004:003-03f0-0101-00-00 [hp] scsi_flush: writing 5 bytes: [hp] 0x0000 1B 2A 61 32 44 .*a2D [hp] sanei_hp_device_info_get: searching libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check hp:libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check libusb:004:003-03f0-0101-00-00 [hp] scsi_flush: writing 7 bytes: [hp] 0x0000 1B 2A 73 32 35 37 45 .*s257E [hp] sanei_hp_device_info_get: searching libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check hp:libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: searching libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check hp:libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check libusb:004:003-03f0-0101-00-00 [hp] scsi_read: 9 bytes: [hp] 0x0000 1B 2A 73 32 35 37 64 30 56 .*s257d0V [hp] probe_download_type: Download type 2 supported [hp] sanei_hp_optset_new: matrix-rgb [hp] scsi_flush: writing 4 bytes: [hp] 0x0000 1B 2A 6F 45 .*oE [hp] sanei_hp_device_info_get: searching libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check hp:libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check libusb:004:003-03f0-0101-00-00 [hp] scsi_flush: writing 5 bytes: [hp] 0x0000 1B 2A 61 39 44 .*a9D [hp] sanei_hp_device_info_get: searching libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check hp:libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check libusb:004:003-03f0-0101-00-00 [hp] scsi_flush: writing 7 bytes: [hp] 0x0000 1B 2A 73 32 35 37 45 .*s257E [hp] sanei_hp_device_info_get: searching libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check hp:libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: searching libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check hp:libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check libusb:004:003-03f0-0101-00-00 [hp] scsi_read: 9 bytes: [hp] 0x0000 1B 2A 73 32 35 37 64 30 56 .*s257d0V [hp] probe_download_type: Download type 9 supported [hp] scsi_flush: writing 5 bytes: [hp] 0x0000 1B 2A 75 30 54 .*u0T [hp] sanei_hp_device_info_get: searching libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check hp:libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check libusb:004:003-03f0-0101-00-00 [hp] scsi_flush: writing 5 bytes: [hp] 0x0000 1B 2A 73 39 55 .*s9U [hp] sanei_hp_device_info_get: searching libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check hp:libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: searching libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check hp:libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check libusb:004:003-03f0-0101-00-00 [hp] scsi_read: 26 bytes: [hp] 0x0000 1B 2A 73 39 74 31 38 57 00 74 00 01 00 09 00 0D .*s9t18W.t...... [hp] 0x0010 00 7D 02 21 02 02 00 03 00 92 .}.!...... [hp] sanei_hp_optset_new: matrix-rgb [hp] sanei_hp_optset_new: halftone-pattern [hp] scsi_flush: writing 9 bytes: [hp] 0x0000 1B 2A 73 31 30 33 31 35 52 .*s10315R [hp] sanei_hp_device_info_get: searching libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check hp:libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: searching libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check hp:libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check libusb:004:003-03f0-0101-00-00 [hp] scsi_read: 11 bytes: [hp] 0x0000 1B 2A 73 31 30 33 31 35 70 30 56 .*s10315p0V [hp] scsi_flush: writing 9 bytes: [hp] 0x0000 1B 2A 73 31 30 33 31 35 4C .*s10315L [hp] sanei_hp_device_info_get: searching libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check hp:libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: searching libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check hp:libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check libusb:004:003-03f0-0101-00-00 [hp] scsi_read: 12 bytes: [hp] 0x0000 1B 2A 73 31 30 33 31 35 6B 2D 31 56 .*s10315k-1V [hp] scsi_flush: writing 9 bytes: [hp] 0x0000 1B 2A 73 31 30 33 31 35 48 .*s10315H [hp] sanei_hp_device_info_get: searching libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check hp:libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: searching libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check hp:libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check libusb:004:003-03f0-0101-00-00 [hp] scsi_read: 11 bytes: [hp] 0x0000 1B 2A 73 31 30 33 31 35 67 33 56 .*s10315g3V [hp] choice_option_probe_each: 'halftone-pattern': val, min, max = 0, -1, 3 [hp] choice_option_probe_each: test all values for 'halftone-pattern' separately [hp] sanei_hp_device_info_get: searching libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check hp:libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check libusb:004:003-03f0-0101-00-00 [hp] probe_scanner: Probing libusb:004:003-03f0-0101-00-00 [hp] probe_scanner: use cached compatibility flags [hp] scsi_flush: writing 4 bytes: [hp] 0x0000 1B 2A 6F 45 .*oE [hp] sanei_hp_device_info_get: searching libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check hp:libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check libusb:004:003-03f0-0101-00-00 [hp] scsi_flush: writing 5 bytes: [hp] 0x0000 1B 2A 61 30 4A .*a0J [hp] sanei_hp_device_info_get: searching libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check hp:libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check libusb:004:003-03f0-0101-00-00 [hp] scsi_flush: writing 7 bytes: [hp] 0x0000 1B 2A 73 32 35 37 45 .*s257E [hp] sanei_hp_device_info_get: searching libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check hp:libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: searching libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check hp:libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check libusb:004:003-03f0-0101-00-00 [hp] scsi_read: 9 bytes: [hp] 0x0000 1B 2A 73 32 35 37 64 30 56 .*s257d0V [hp] probed_choice: value 0 supported [hp] probe_scanner: Probing libusb:004:003-03f0-0101-00-00 [hp] probe_scanner: use cached compatibility flags [hp] scsi_flush: writing 4 bytes: [hp] 0x0000 1B 2A 6F 45 .*oE [hp] sanei_hp_device_info_get: searching libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check hp:libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check libusb:004:003-03f0-0101-00-00 [hp] scsi_flush: writing 5 bytes: [hp] 0x0000 1B 2A 61 31 4A .*a1J [hp] sanei_hp_device_info_get: searching libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check hp:libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check libusb:004:003-03f0-0101-00-00 [hp] scsi_flush: writing 7 bytes: [hp] 0x0000 1B 2A 73 32 35 37 45 .*s257E [hp] sanei_hp_device_info_get: searching libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check hp:libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: searching libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check hp:libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check libusb:004:003-03f0-0101-00-00 [hp] scsi_read: 9 bytes: [hp] 0x0000 1B 2A 73 32 35 37 64 30 56 .*s257d0V [hp] probed_choice: value 1 supported [hp] probe_scanner: Probing libusb:004:003-03f0-0101-00-00 [hp] probe_scanner: use cached compatibility flags [hp] scsi_flush: writing 4 bytes: [hp] 0x0000 1B 2A 6F 45 .*oE [hp] sanei_hp_device_info_get: searching libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check hp:libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check libusb:004:003-03f0-0101-00-00 [hp] scsi_flush: writing 5 bytes: [hp] 0x0000 1B 2A 61 32 4A .*a2J [hp] sanei_hp_device_info_get: searching libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check hp:libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check libusb:004:003-03f0-0101-00-00 [hp] scsi_flush: writing 7 bytes: [hp] 0x0000 1B 2A 73 32 35 37 45 .*s257E [hp] sanei_hp_device_info_get: searching libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check hp:libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: searching libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check hp:libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check libusb:004:003-03f0-0101-00-00 [hp] scsi_read: 9 bytes: [hp] 0x0000 1B 2A 73 32 35 37 64 30 56 .*s257d0V [hp] probed_choice: value 2 supported [hp] probe_scanner: Probing libusb:004:003-03f0-0101-00-00 [hp] probe_scanner: use cached compatibility flags [hp] scsi_flush: writing 4 bytes: [hp] 0x0000 1B 2A 6F 45 .*oE [hp] sanei_hp_device_info_get: searching libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check hp:libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check libusb:004:003-03f0-0101-00-00 [hp] scsi_flush: writing 5 bytes: [hp] 0x0000 1B 2A 61 33 4A .*a3J [hp] sanei_hp_device_info_get: searching libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check hp:libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check libusb:004:003-03f0-0101-00-00 [hp] scsi_flush: writing 7 bytes: [hp] 0x0000 1B 2A 73 32 35 37 45 .*s257E [hp] sanei_hp_device_info_get: searching libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check hp:libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: searching libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check hp:libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check libusb:004:003-03f0-0101-00-00 [hp] scsi_read: 9 bytes: [hp] 0x0000 1B 2A 73 32 35 37 64 30 56 .*s257d0V [hp] probed_choice: value 3 supported [hp] probed_choice: value 4 is emulated [hp] probe_scanner: Probing libusb:004:003-03f0-0101-00-00 [hp] probe_scanner: use cached compatibility flags [hp] scsi_flush: writing 4 bytes: [hp] 0x0000 1B 2A 6F 45 .*oE [hp] sanei_hp_device_info_get: searching libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check hp:libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check libusb:004:003-03f0-0101-00-00 [hp] scsi_flush: writing 6 bytes: [hp] 0x0000 1B 2A 61 2D 31 4A .*a-1J [hp] sanei_hp_device_info_get: searching libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check hp:libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check libusb:004:003-03f0-0101-00-00 [hp] scsi_flush: writing 7 bytes: [hp] 0x0000 1B 2A 73 32 35 37 45 .*s257E [hp] sanei_hp_device_info_get: searching libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check hp:libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: searching libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check hp:libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check libusb:004:003-03f0-0101-00-00 [hp] scsi_read: 9 bytes: [hp] 0x0000 1B 2A 73 32 35 37 64 30 56 .*s257d0V [hp] probed_choice: value -1 supported [hp] choice_option_probe_each: restore previous value 0 for 'halftone- pattern' [hp] scsi_flush: writing 5 bytes: [hp] 0x0000 1B 2A 61 30 4A .*a0J [hp] sanei_hp_device_info_get: searching libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check hp:libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_optset_new: halftone-pattern [hp] sanei_hp_optset_new: __hdither__ [hp] scsi_flush: writing 4 bytes: [hp] 0x0000 1B 2A 6F 45 .*oE [hp] sanei_hp_device_info_get: searching libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check hp:libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check libusb:004:003-03f0-0101-00-00 [hp] scsi_flush: writing 5 bytes: [hp] 0x0000 1B 2A 61 30 44 .*a0D [hp] sanei_hp_device_info_get: searching libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check hp:libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check libusb:004:003-03f0-0101-00-00 [hp] scsi_flush: writing 7 bytes: [hp] 0x0000 1B 2A 73 32 35 37 45 .*s257E [hp] sanei_hp_device_info_get: searching libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check hp:libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: searching libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check hp:libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check libusb:004:003-03f0-0101-00-00 [hp] scsi_read: 9 bytes: [hp] 0x0000 1B 2A 73 32 35 37 64 30 56 .*s257d0V [hp] probe_download_type: Download type 0 supported [hp] scsi_flush: writing 5 bytes: [hp] 0x0000 1B 2A 61 33 4A .*a3J [hp] sanei_hp_device_info_get: searching libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check hp:libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check libusb:004:003-03f0-0101-00-00 [hp] scsi_flush: writing 5 bytes: [hp] 0x0000 1B 2A 73 30 55 .*s0U [hp] sanei_hp_device_info_get: searching libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check hp:libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: searching libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check hp:libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check libusb:004:003-03f0-0101-00-00 [hp] scsi_read: 72 bytes: [hp] 0x0000 1B 2A 73 30 74 36 34 57 2F B2 D2 EC 53 B9 D7 ED .*s0t64W/...S... [hp] 0x0010 70 BD DC EF 7F C1 DF F0 8D C7 E2 F2 9A CB E5 F3 p............... [hp] 0x0020 A5 CE E7 F4 AB CF E9 F5 64 BB D9 EE 41 B5 D4 ED ........d...A... [hp] 0x0030 86 C4 E0 F1 77 BF DE EF A0 CC E6 F3 93 CA E3 F2 ....w........... [hp] 0x0040 AE D0 EA F5 A8 CE E8 F4 ........ [hp] sanei_hp_optset_new: speed [hp] scsi_flush: writing 9 bytes: [hp] 0x0000 1B 2A 73 31 30 39 35 30 52 .*s10950R [hp] sanei_hp_device_info_get: searching libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check hp:libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: searching libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check hp:libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check libusb:004:003-03f0-0101-00-00 [hp] scsi_read: 11 bytes: [hp] 0x0000 1B 2A 73 31 30 39 35 30 70 30 56 .*s10950p0V [hp] scsi_flush: writing 9 bytes: [hp] 0x0000 1B 2A 73 31 30 39 35 30 4C .*s10950L [hp] sanei_hp_device_info_get: searching libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check hp:libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: searching libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check hp:libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check libusb:004:003-03f0-0101-00-00 [hp] scsi_read: 11 bytes: [hp] 0x0000 1B 2A 73 31 30 39 35 30 6B 30 56 .*s10950k0V [hp] scsi_flush: writing 9 bytes: [hp] 0x0000 1B 2A 73 31 30 39 35 30 48 .*s10950H [hp] sanei_hp_device_info_get: searching libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check hp:libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: searching libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check hp:libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check libusb:004:003-03f0-0101-00-00 [hp] scsi_read: 11 bytes: [hp] 0x0000 1B 2A 73 31 30 39 35 30 67 33 56 .*s10950g3V [hp] choice_option_probe_each: 'speed': val, min, max = 0, 0, 3 [hp] choice_option_probe_each: test all values for 'speed' separately [hp] sanei_hp_device_info_get: searching libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check hp:libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check libusb:004:003-03f0-0101-00-00 [hp] probe_scanner: Probing libusb:004:003-03f0-0101-00-00 [hp] probe_scanner: use cached compatibility flags [hp] scsi_flush: writing 4 bytes: [hp] 0x0000 1B 2A 6F 45 .*oE [hp] sanei_hp_device_info_get: searching libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check hp:libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check libusb:004:003-03f0-0101-00-00 [hp] scsi_flush: writing 5 bytes: [hp] 0x0000 1B 2A 75 30 45 .*u0E [hp] sanei_hp_device_info_get: searching libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check hp:libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check libusb:004:003-03f0-0101-00-00 [hp] scsi_flush: writing 7 bytes: [hp] 0x0000 1B 2A 73 32 35 37 45 .*s257E [hp] sanei_hp_device_info_get: searching libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check hp:libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: searching libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check hp:libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check libusb:004:003-03f0-0101-00-00 [hp] scsi_read: 9 bytes: [hp] 0x0000 1B 2A 73 32 35 37 64 30 56 .*s257d0V [hp] probed_choice: value 0 supported [hp] probe_scanner: Probing libusb:004:003-03f0-0101-00-00 [hp] probe_scanner: use cached compatibility flags [hp] scsi_flush: writing 4 bytes: [hp] 0x0000 1B 2A 6F 45 .*oE [hp] sanei_hp_device_info_get: searching libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check hp:libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check libusb:004:003-03f0-0101-00-00 [hp] scsi_flush: writing 5 bytes: [hp] 0x0000 1B 2A 75 31 45 .*u1E [hp] sanei_hp_device_info_get: searching libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check hp:libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check libusb:004:003-03f0-0101-00-00 [hp] scsi_flush: writing 7 bytes: [hp] 0x0000 1B 2A 73 32 35 37 45 .*s257E [hp] sanei_hp_device_info_get: searching libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check hp:libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: searching libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check hp:libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check libusb:004:003-03f0-0101-00-00 [hp] scsi_read: 9 bytes: [hp] 0x0000 1B 2A 73 32 35 37 64 30 56 .*s257d0V [hp] probed_choice: value 1 supported [hp] probe_scanner: Probing libusb:004:003-03f0-0101-00-00 [hp] probe_scanner: use cached compatibility flags [hp] scsi_flush: writing 4 bytes: [hp] 0x0000 1B 2A 6F 45 .*oE [hp] sanei_hp_device_info_get: searching libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check hp:libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check libusb:004:003-03f0-0101-00-00 [hp] scsi_flush: writing 5 bytes: [hp] 0x0000 1B 2A 75 32 45 .*u2E [hp] sanei_hp_device_info_get: searching libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check hp:libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check libusb:004:003-03f0-0101-00-00 [hp] scsi_flush: writing 7 bytes: [hp] 0x0000 1B 2A 73 32 35 37 45 .*s257E [hp] sanei_hp_device_info_get: searching libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check hp:libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: searching libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check hp:libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check libusb:004:003-03f0-0101-00-00 [hp] scsi_read: 9 bytes: [hp] 0x0000 1B 2A 73 32 35 37 64 30 56 .*s257d0V [hp] probed_choice: value 2 supported [hp] probe_scanner: Probing libusb:004:003-03f0-0101-00-00 [hp] probe_scanner: use cached compatibility flags [hp] scsi_flush: writing 4 bytes: [hp] 0x0000 1B 2A 6F 45 .*oE [hp] sanei_hp_device_info_get: searching libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check hp:libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check libusb:004:003-03f0-0101-00-00 [hp] scsi_flush: writing 5 bytes: [hp] 0x0000 1B 2A 75 33 45 .*u3E [hp] sanei_hp_device_info_get: searching libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check hp:libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check libusb:004:003-03f0-0101-00-00 [hp] scsi_flush: writing 7 bytes: [hp] 0x0000 1B 2A 73 32 35 37 45 .*s257E [hp] sanei_hp_device_info_get: searching libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check hp:libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: searching libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check hp:libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check libusb:004:003-03f0-0101-00-00 [hp] scsi_read: 9 bytes: [hp] 0x0000 1B 2A 73 32 35 37 64 30 56 .*s257d0V [hp] probed_choice: value 3 supported [hp] probed_choice: value 4 out of range (0,3) [hp] choice_option_probe_each: restore previous value 0 for 'speed' [hp] scsi_flush: writing 5 bytes: [hp] 0x0000 1B 2A 75 30 45 .*u0E [hp] sanei_hp_device_info_get: searching libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check hp:libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_optset_new: smoothing [hp] scsi_flush: writing 9 bytes: [hp] 0x0000 1B 2A 73 31 30 39 35 31 52 .*s10951R [hp] sanei_hp_device_info_get: searching libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check hp:libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: searching libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check hp:libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check libusb:004:003-03f0-0101-00-00 [hp] scsi_read: 10 bytes: [hp] 0x0000 1B 2A 73 31 30 39 35 31 70 4E .*s10951pN [hp] scl_inq: parameter 10951 unsupported [hp] sanei_hp_optset_new: media-type [hp] scsi_flush: writing 9 bytes: [hp] 0x0000 1B 2A 73 31 30 34 36 39 52 .*s10469R [hp] sanei_hp_device_info_get: searching libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check hp:libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: searching libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check hp:libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check libusb:004:003-03f0-0101-00-00 [hp] scsi_read: 10 bytes: [hp] 0x0000 1B 2A 73 31 30 34 36 39 70 4E .*s10469pN [hp] scl_inq: parameter 10469 unsupported [hp] sanei_hp_optset_new: ps-exposure-time [hp] sanei_hp_optset_new: depth [hp] scsi_flush: writing 9 bytes: [hp] 0x0000 1B 2A 73 31 30 33 31 32 52 .*s10312R [hp] sanei_hp_device_info_get: searching libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check hp:libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: searching libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check hp:libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check libusb:004:003-03f0-0101-00-00 [hp] scsi_read: 11 bytes: [hp] 0x0000 1B 2A 73 31 30 33 31 32 70 31 56 .*s10312p1V [hp] scsi_flush: writing 9 bytes: [hp] 0x0000 1B 2A 73 31 30 33 31 32 4C .*s10312L [hp] sanei_hp_device_info_get: searching libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check hp:libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: searching libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check hp:libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check libusb:004:003-03f0-0101-00-00 [hp] scsi_read: 11 bytes: [hp] 0x0000 1B 2A 73 31 30 33 31 32 6B 31 56 .*s10312k1V [hp] scsi_flush: writing 9 bytes: [hp] 0x0000 1B 2A 73 31 30 33 31 32 48 .*s10312H [hp] sanei_hp_device_info_get: searching libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check hp:libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: searching libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check hp:libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check libusb:004:003-03f0-0101-00-00 [hp] scsi_read: 11 bytes: [hp] 0x0000 1B 2A 73 31 30 33 31 32 67 31 56 .*s10312g1V [hp] choice_option_probe: 'depth': val, min, max = 1, 1, 1 [hp] sanei_hp_device_info_get: searching libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check hp:libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check libusb:004:003-03f0-0101-00-00 [hp] probe_scanner: Probing libusb:004:003-03f0-0101-00-00 [hp] probe_scanner: use cached compatibility flags [hp] sanei_hp_optset_new: output-8bit [hp] sanei_hp_optset_new: source [hp] probe_scanner: Probing libusb:004:003-03f0-0101-00-00 [hp] probe_scanner: use cached compatibility flags [hp] scsi_flush: writing 6 bytes: [hp] 0x0000 1B 2A 73 32 34 45 .*s24E [hp] sanei_hp_device_info_get: searching libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check hp:libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: searching libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check hp:libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check libusb:004:003-03f0-0101-00-00 [hp] scsi_read: 8 bytes: [hp] 0x0000 1B 2A 73 32 34 64 30 56 .*s24d0V [hp] sanei_hp_device_info_get: searching libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check hp:libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_optset_new: button-wait [hp] scsi_flush: writing 8 bytes: [hp] 0x0000 1B 2A 73 31 30 34 34 45 .*s1044E [hp] sanei_hp_device_info_get: searching libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check hp:libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: searching libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check hp:libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check libusb:004:003-03f0-0101-00-00 [hp] scsi_read: 10 bytes: [hp] 0x0000 1B 2A 73 31 30 34 34 64 30 56 .*s1044d0V [hp] sanei_hp_optset_new: lamp-off [hp] scsi_flush: writing 9 bytes: [hp] 0x0000 1B 2A 73 31 30 34 37 37 52 .*s10477R [hp] sanei_hp_device_info_get: searching libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check hp:libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: searching libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check hp:libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check libusb:004:003-03f0-0101-00-00 [hp] scsi_read: 11 bytes: [hp] 0x0000 1B 2A 73 31 30 34 37 37 70 30 56 .*s10477p0V [hp] sanei_hp_optset_new: unload-after-scan [hp] sanei_hp_optset_new: change-document [hp] probe_change_doc: inquire ADF capability [hp] scsi_flush: writing 6 bytes: [hp] 0x0000 1B 2A 73 32 34 45 .*s24E [hp] sanei_hp_device_info_get: searching libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check hp:libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: searching libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check hp:libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check libusb:004:003-03f0-0101-00-00 [hp] scsi_read: 8 bytes: [hp] 0x0000 1B 2A 73 32 34 64 30 56 .*s24d0V [hp] sanei_hp_optset_new: unload [hp] probe_unload: inquire ADF capability [hp] scsi_flush: writing 6 bytes: [hp] 0x0000 1B 2A 73 32 34 45 .*s24E [hp] sanei_hp_device_info_get: searching libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check hp:libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: searching libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check hp:libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check libusb:004:003-03f0-0101-00-00 [hp] scsi_read: 8 bytes: [hp] 0x0000 1B 2A 73 32 34 64 30 56 .*s24d0V [hp] sanei_hp_optset_new: calibrate [hp] sanei_hp_optset_new: [hp] sanei_hp_optset_new: tl-x [hp] sanei_hp_device_info_get: searching libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check hp:libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: searching libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check hp:libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check libusb:004:003-03f0-0101-00-00 [hp] probe_scanner: Probing libusb:004:003-03f0-0101-00-00 [hp] probe_scanner: use cached compatibility flags [hp] sanei_hp_is_active_xpa: model=9, active_xpa=0 [hp] scsi_flush: writing 9 bytes: [hp] 0x0000 1B 2A 73 31 30 34 38 39 4C .*s10489L [hp] sanei_hp_device_info_get: searching libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check hp:libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: searching libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check hp:libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check libusb:004:003-03f0-0101-00-00 [hp] scsi_read: 11 bytes: [hp] 0x0000 1B 2A 73 31 30 34 38 39 6B 30 56 .*s10489k0V [hp] scsi_flush: writing 9 bytes: [hp] 0x0000 1B 2A 73 31 30 34 38 39 48 .*s10489H [hp] sanei_hp_device_info_get: searching libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check hp:libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: searching libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check hp:libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check libusb:004:003-03f0-0101-00-00 [hp] scsi_read: 14 bytes: [hp] 0x0000 1B 2A 73 31 30 34 38 39 67 32 35 34 39 56 .*s10489g2549V [hp] sanei_hp_optset_new: tl-y [hp] sanei_hp_device_info_get: searching libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check hp:libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check libusb:004:003-03f0-0101-00-00 [hp] scsi_flush: writing 9 bytes: [hp] 0x0000 1B 2A 73 31 30 34 39 30 4C .*s10490L [hp] sanei_hp_device_info_get: searching libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check hp:libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: searching libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check hp:libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check libusb:004:003-03f0-0101-00-00 [hp] scsi_read: 11 bytes: [hp] 0x0000 1B 2A 73 31 30 34 39 30 6B 30 56 .*s10490k0V [hp] scsi_flush: writing 9 bytes: [hp] 0x0000 1B 2A 73 31 30 34 39 30 48 .*s10490H [hp] sanei_hp_device_info_get: searching libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check hp:libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: searching libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check hp:libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check libusb:004:003-03f0-0101-00-00 [hp] scsi_read: 14 bytes: [hp] 0x0000 1B 2A 73 31 30 34 39 30 67 33 35 30 37 56 .*s10490g3507V [hp] sanei_hp_optset_new: br-x [hp] sanei_hp_device_info_get: searching libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check hp:libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check libusb:004:003-03f0-0101-00-00 [hp] scsi_flush: writing 9 bytes: [hp] 0x0000 1B 2A 73 31 30 34 38 39 4C .*s10489L [hp] sanei_hp_device_info_get: searching libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check hp:libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: searching libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check hp:libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check libusb:004:003-03f0-0101-00-00 [hp] scsi_read: 11 bytes: [hp] 0x0000 1B 2A 73 31 30 34 38 39 6B 30 56 .*s10489k0V [hp] scsi_flush: writing 9 bytes: [hp] 0x0000 1B 2A 73 31 30 34 38 39 48 .*s10489H [hp] sanei_hp_device_info_get: searching libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check hp:libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: searching libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check hp:libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check libusb:004:003-03f0-0101-00-00 [hp] scsi_read: 14 bytes: [hp] 0x0000 1B 2A 73 31 30 34 38 39 67 32 35 34 39 56 .*s10489g2549V [hp] sanei_hp_optset_new: br-y [hp] sanei_hp_device_info_get: searching libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check hp:libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check libusb:004:003-03f0-0101-00-00 [hp] scsi_flush: writing 9 bytes: [hp] 0x0000 1B 2A 73 31 30 34 39 30 4C .*s10490L [hp] sanei_hp_device_info_get: searching libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check hp:libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: searching libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check hp:libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check libusb:004:003-03f0-0101-00-00 [hp] scsi_read: 11 bytes: [hp] 0x0000 1B 2A 73 31 30 34 39 30 6B 30 56 .*s10490k0V [hp] scsi_flush: writing 9 bytes: [hp] 0x0000 1B 2A 73 31 30 34 39 30 48 .*s10490H [hp] sanei_hp_device_info_get: searching libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check hp:libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: searching libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check hp:libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check libusb:004:003-03f0-0101-00-00 [hp] scsi_read: 14 bytes: [hp] 0x0000 1B 2A 73 31 30 34 39 30 67 33 35 30 37 56 .*s10490g3507V [hp] sanei_hp_optset_new: mirror-horizontal [hp] scsi_flush: writing 9 bytes: [hp] 0x0000 1B 2A 73 31 30 33 31 38 52 .*s10318R [hp] sanei_hp_device_info_get: searching libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check hp:libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: searching libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check hp:libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check libusb:004:003-03f0-0101-00-00 [hp] scsi_read: 11 bytes: [hp] 0x0000 1B 2A 73 31 30 33 31 38 70 30 56 .*s10318p0V [hp] scsi_flush: writing 9 bytes: [hp] 0x0000 1B 2A 73 31 30 33 31 38 4C .*s10318L [hp] sanei_hp_device_info_get: searching libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check hp:libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: searching libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check hp:libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check libusb:004:003-03f0-0101-00-00 [hp] scsi_read: 11 bytes: [hp] 0x0000 1B 2A 73 31 30 33 31 38 6B 30 56 .*s10318k0V [hp] scsi_flush: writing 9 bytes: [hp] 0x0000 1B 2A 73 31 30 33 31 38 48 .*s10318H [hp] sanei_hp_device_info_get: searching libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check hp:libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: searching libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check hp:libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check libusb:004:003-03f0-0101-00-00 [hp] scsi_read: 11 bytes: [hp] 0x0000 1B 2A 73 31 30 33 31 38 67 31 56 .*s10318g1V [hp] probe_mirror_horiz: 'mirror-horizontal': val, min, max = 0, 0, 1 [hp] scsi_flush: writing 8 bytes: [hp] 0x0000 1B 2A 73 31 30 34 37 45 .*s1047E [hp] sanei_hp_device_info_get: searching libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check hp:libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: searching libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check hp:libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check libusb:004:003-03f0-0101-00-00 [hp] scsi_read: 9 bytes: [hp] 0x0000 1B 2A 73 31 30 34 37 64 4E .*s1047dN [hp] scl_inq: parameter 1047 unsupported [hp] sanei_hp_device_info_get: searching libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check hp:libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_optset_new: mirror-vertical [hp] sanei_hp_device_info_get: searching libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check hp:libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check libusb:004:003-03f0-0101-00-00 [hp] scsi_flush: writing 8 bytes: [hp] 0x0000 1B 2A 73 31 30 34 37 45 .*s1047E [hp] sanei_hp_device_info_get: searching libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check hp:libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: searching libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check hp:libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check libusb:004:003-03f0-0101-00-00 [hp] scsi_read: 9 bytes: [hp] 0x0000 1B 2A 73 31 30 34 37 64 4E .*s1047dN [hp] scl_inq: parameter 1047 unsupported [hp] sanei_hp_device_info_get: searching libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check hp:libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check libusb:004:003-03f0-0101-00-00 [hp] hp_optset_updateEnables: 31 options [hp] sanei_hp_device_info_get: searching libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check hp:libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: searching libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check hp:libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: searching libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check hp:libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check libusb:004:003-03f0-0101-00-00 [hp] scsi_close: closing fd 0 [hp] sanei_hp_device_info_get: searching libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check hp:libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check libusb:004:003-03f0-0101-00-00 [hp] hp_nonscsi_close: closed fd=0 [hp] scsi_close: really closed [hp] hp_RemoveOpenFd: removed 0 [hp] hp_nonscsi_device_new: libusb:004:003-03f0-0101-00-00: found HP ScanJet model ScanJet 4100C [hp] hp_read_config: processing line <# HP ScanJet 62X0C> [hp] hp_read_config: processing line <usb 0x03f0 0x0201> [hp] hp_attach_matching_devices: usb attach matching "usb 0x03f0 0x0401" [hp] hp_read_config: processing line <# HP ScanJet 63X0C> [hp] hp_read_config: processing line <usb 0x03f0 0x0601> [hp] hp_attach_matching_devices: usb attach matching "usb 0x03f0 0x0201" [hp] hp_read_config: processing line <#> [hp] hp_read_config: processing line <# Uncomment the following if your scanner is connected by USB,> [hp] hp_read_config: processing line <# but you are not using libusb> [hp] hp_read_config: processing line <# /dev/usb/scanner0> [hp] hp_read_config: processing line <# option connect-device> [hp] hp_read_config: attach usb 0x03f0 0x0601 [hp] hp_attach_matching_devices: usb attach matching "usb 0x03f0 0x0601" [hp] hp_read_config: reset to default config [hp] sane_get_devices will finish with Success [hp] sane_open called [hp] sane_open will finish with Success [hp] sane_control_option called [hp] sanei_hp_device_info_get: searching libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check hp:libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check libusb:004:003-03f0-0101-00-00 [hp] hp_GetOpenDevice: device libusb:004:003-03f0-0101-00-00 not open [hp] hp_nonscsi_open: open usb with "libusb:004:003-03f0-0101-00-00" [hp] hp_nonscsi_open: device libusb:004:003-03f0-0101-00-00 opened, fd=0 [hp] hp_AddOpenDevice: added device libusb:004:003-03f0-0101-00-00 with fd=0 [hp] sanei_hp_optset_control: [hp] scsi_close: closing fd 0 [hp] sanei_hp_device_info_get: searching libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check hp:libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check libusb:004:003-03f0-0101-00-00 [hp] hp_IsOpenFd: 0 is open [hp] scsi_close: not closing. Keep open [hp] sane_control_option will finish with Success [hp] sane_control_option called [hp] sanei_hp_device_info_get: searching libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check hp:libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check libusb:004:003-03f0-0101-00-00 [hp] hp_GetOpenDevice: device libusb:004:003-03f0-0101-00-00 is open with fd=0 [hp] sanei_hp_optset_control: [hp] scsi_close: closing fd 0 [hp] sanei_hp_device_info_get: searching libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check hp:libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check libusb:004:003-03f0-0101-00-00 [hp] hp_IsOpenFd: 0 is open [hp] scsi_close: not closing. Keep open [hp] sane_control_option will finish with Success [hp] sane_get_option_descriptor called [hp] sane_get_option_descriptor will finish [hp] sane_get_option_descriptor called [hp] sane_get_option_descriptor will finish [hp] sane_get_option_descriptor called [hp] sane_get_option_descriptor will finish [hp] sane_get_option_descriptor called [hp] sane_get_option_descriptor will finish [hp] sane_get_option_descriptor called [hp] sane_get_option_descriptor will finish [hp] sane_get_option_descriptor called [hp] sane_get_option_descriptor will finish [hp] sane_get_option_descriptor called [hp] sane_get_option_descriptor will finish [hp] sane_get_option_descriptor called [hp] sane_get_option_descriptor will finish [hp] sane_get_option_descriptor called [hp] sane_get_option_descriptor will finish [hp] sane_get_option_descriptor called [hp] sane_get_option_descriptor will finish [hp] sane_get_option_descriptor called [hp] sane_get_option_descriptor will finish [hp] sane_get_option_descriptor called [hp] sane_get_option_descriptor will finish [hp] sane_get_option_descriptor called [hp] sane_get_option_descriptor will finish [hp] sane_get_option_descriptor called [hp] sane_get_option_descriptor will finish [hp] sane_get_option_descriptor called [hp] sane_get_option_descriptor will finish [hp] sane_get_option_descriptor called [hp] sane_get_option_descriptor will finish [hp] sane_get_option_descriptor called [hp] sane_get_option_descriptor will finish [hp] sane_get_option_descriptor called [hp] sane_get_option_descriptor will finish [hp] sane_get_option_descriptor called [hp] sane_get_option_descriptor will finish [hp] sane_get_option_descriptor called [hp] sane_get_option_descriptor will finish [hp] sane_get_option_descriptor called [hp] sane_get_option_descriptor will finish [hp] sane_get_option_descriptor called [hp] sane_get_option_descriptor will finish [hp] sane_get_option_descriptor called [hp] sane_get_option_descriptor will finish [hp] sane_get_option_descriptor called [hp] sane_get_option_descriptor will finish [hp] sane_get_option_descriptor called [hp] sane_get_option_descriptor will finish [hp] sane_control_option called [hp] sanei_hp_device_info_get: searching libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check hp:libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check libusb:004:003-03f0-0101-00-00 [hp] hp_GetOpenDevice: device libusb:004:003-03f0-0101-00-00 is open with fd=0 [hp] sanei_hp_optset_control: br-x [hp] scsi_close: closing fd 0 [hp] sanei_hp_device_info_get: searching libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check hp:libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check libusb:004:003-03f0-0101-00-00 [hp] hp_IsOpenFd: 0 is open [hp] scsi_close: not closing. Keep open [hp] sane_control_option will finish with Success [hp] sane_get_option_descriptor called [hp] sane_get_option_descriptor will finish [hp] sane_control_option called [hp] sanei_hp_device_info_get: searching libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check hp:libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check libusb:004:003-03f0-0101-00-00 [hp] hp_GetOpenDevice: device libusb:004:003-03f0-0101-00-00 is open with fd=0 [hp] sanei_hp_optset_control: br-y [hp] scsi_close: closing fd 0 [hp] sanei_hp_device_info_get: searching libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check hp:libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check libusb:004:003-03f0-0101-00-00 [hp] hp_IsOpenFd: 0 is open [hp] scsi_close: not closing. Keep open [hp] sane_control_option will finish with Success [hp] sane_get_option_descriptor called [hp] sane_get_option_descriptor will finish [hp] sane_get_option_descriptor called [hp] sane_get_option_descriptor will finish [hp] sane_control_option called [hp] sanei_hp_device_info_get: searching libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check hp:libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check libusb:004:003-03f0-0101-00-00 [hp] hp_GetOpenDevice: device libusb:004:003-03f0-0101-00-00 is open with fd=0 [hp] sanei_hp_optset_control: tl-x [hp] scsi_close: closing fd 0 [hp] sanei_hp_device_info_get: searching libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check hp:libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check libusb:004:003-03f0-0101-00-00 [hp] hp_IsOpenFd: 0 is open [hp] scsi_close: not closing. Keep open [hp] sane_control_option will finish with Success [hp] sane_control_option called [hp] sanei_hp_device_info_get: searching libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check hp:libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check libusb:004:003-03f0-0101-00-00 [hp] hp_GetOpenDevice: device libusb:004:003-03f0-0101-00-00 is open with fd=0 [hp] sanei_hp_optset_control: tl-y [hp] scsi_close: closing fd 0 [hp] sanei_hp_device_info_get: searching libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check hp:libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check libusb:004:003-03f0-0101-00-00 [hp] hp_IsOpenFd: 0 is open [hp] scsi_close: not closing. Keep open [hp] sane_control_option will finish with Success [hp] sane_control_option called [hp] sanei_hp_device_info_get: searching libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check hp:libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check libusb:004:003-03f0-0101-00-00 [hp] hp_GetOpenDevice: device libusb:004:003-03f0-0101-00-00 is open with fd=0 [hp] sanei_hp_optset_control: tl-x [hp] scsi_close: closing fd 0 [hp] sanei_hp_device_info_get: searching libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check hp:libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check libusb:004:003-03f0-0101-00-00 [hp] hp_IsOpenFd: 0 is open [hp] scsi_close: not closing. Keep open [hp] sane_control_option will finish with Success [hp] sane_get_option_descriptor called [hp] sane_get_option_descriptor will finish [hp] sane_control_option called [hp] sanei_hp_device_info_get: searching libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check hp:libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check libusb:004:003-03f0-0101-00-00 [hp] hp_GetOpenDevice: device libusb:004:003-03f0-0101-00-00 is open with fd=0 [hp] sanei_hp_optset_control: br-x [hp] hp_option_set: br-x [hp] option_set: br-x: value unchanged [hp] scsi_close: closing fd 0 [hp] sanei_hp_device_info_get: searching libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check hp:libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check libusb:004:003-03f0-0101-00-00 [hp] hp_IsOpenFd: 0 is open [hp] scsi_close: not closing. Keep open [hp] sane_control_option will finish with Success [hp] sane_control_option called [hp] sanei_hp_device_info_get: searching libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check hp:libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check libusb:004:003-03f0-0101-00-00 [hp] hp_GetOpenDevice: device libusb:004:003-03f0-0101-00-00 is open with fd=0 [hp] sanei_hp_optset_control: tl-y [hp] scsi_close: closing fd 0 [hp] sanei_hp_device_info_get: searching libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check hp:libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check libusb:004:003-03f0-0101-00-00 [hp] hp_IsOpenFd: 0 is open [hp] scsi_close: not closing. Keep open [hp] sane_control_option will finish with Success [hp] sane_get_option_descriptor called [hp] sane_get_option_descriptor will finish [hp] sane_control_option called [hp] sanei_hp_device_info_get: searching libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check hp:libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check libusb:004:003-03f0-0101-00-00 [hp] hp_GetOpenDevice: device libusb:004:003-03f0-0101-00-00 is open with fd=0 [hp] sanei_hp_optset_control: br-y [hp] hp_option_set: br-y [hp] option_set: br-y: value unchanged [hp] scsi_close: closing fd 0 [hp] sanei_hp_device_info_get: searching libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check hp:libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check libusb:004:003-03f0-0101-00-00 [hp] hp_IsOpenFd: 0 is open [hp] scsi_close: not closing. Keep open [hp] sane_control_option will finish with Success [hp] sane_get_option_descriptor called [hp] sane_get_option_descriptor will finish [hp] sane_control_option called [hp] sanei_hp_device_info_get: searching libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check hp:libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check libusb:004:003-03f0-0101-00-00 [hp] hp_GetOpenDevice: device libusb:004:003-03f0-0101-00-00 is open with fd=0 [hp] sanei_hp_optset_control: resolution [hp] scsi_close: closing fd 0 [hp] sanei_hp_device_info_get: searching libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check hp:libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check libusb:004:003-03f0-0101-00-00 [hp] hp_IsOpenFd: 0 is open [hp] scsi_close: not closing. Keep open [hp] sane_control_option will finish with Success [hp] sane_start called [hp] sanei_hp_device_info_get: searching libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check hp:libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check libusb:004:003-03f0-0101-00-00 [hp] hp_GetOpenDevice: device libusb:004:003-03f0-0101-00-00 is open with fd=0 [hp] Start downloading parameters to scanner [hp] sanei_hp_optset_scan_type: scantype=0 [hp] scsi_flush: writing 2 bytes: [hp] 0x0000 1B 45 .E [hp] sanei_hp_device_info_get: searching libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check hp:libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check libusb:004:003-03f0-0101-00-00 [hp] scsi_close: closing fd 0 [hp] sanei_hp_device_info_get: searching libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check hp:libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check libusb:004:003-03f0-0101-00-00 [hp] hp_IsOpenFd: 0 is open [hp] scsi_close: not closing. Keep open [hp] sane_start will finish with End of file reached scanimage: sane_start: End of file reached [hp] sane_cancel called [hp] sanei_hp_handle_cancel: compat flags: 0x00c1 [hp] sane_cancel will finish [hp] sane_close called [hp] sanei_hp_handle_destroy: stop scan [hp] hp_handle_stopScan: no pid for child [hp] sanei_hp_device_info_get: searching libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check hp:libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check libusb:004:003-03f0-0101-00-00 [hp] hp_GetOpenDevice: device libusb:004:003-03f0-0101-00-00 is open with fd=0 [hp] scsi_close: closing fd 0 [hp] sanei_hp_device_info_get: searching libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check hp:libusb:004:003-03f0-0101-00-00 [hp] sanei_hp_device_info_get: check libusb:004:003-03f0-0101-00-00 [hp] hp_nonscsi_close: closed fd=0 [hp] scsi_close: really closed [hp] hp_RemoveOpenFd: removed 0 [hp] sane_close will finish [hp] sane_exit called [hp] hp_destroy: global.is_up = 0 [hp] sane_exit will finish James. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.alioth.debian.org/pipermail/sane-devel/attachments/20071227/92c5c058/attachment-0001.htm
