1# escl.conf -- ESCL configuration 2# Lines starting with a # or a ; are comments. Comments must be on a 3# line of their own. End-of-line comments are not supported. 4# Explanation : if you can't detect your device but it's an eSCL device, modify this escl conf' file to use your device. 5# -> uncomment the lines below, from '[device]' to 'port'. 6# -> put your device name instead of 'EPSON X'. 7# -> put your type of protocol instead of 'https' : http or https. 8# -> put your device ip instead of '123.456.789.10'. 9# -> put the port that you use instead of '88'. 10# For example, the lines below are for one device, but if you have several devices to use, you can duplicate the lines below as many times as you have devices. 11# You can also configure a device on a single line starting with 'device' 12# by writing a complete URL and an optional model name. 13 14 15# Name of the device not using the PDF format. Spaces are replaced by _. Please report the devices having this problem on sane-devel 16# Uncomment the line to add your device 17#pdfblacklist Brother_DCP-L2530DW_series 18 19#device http://123.456.789.10:8080 OptionalModel1 20#device https://123.456.789.10:443 "Optional Model 2" 21#device https://123.456.789.10:443 "HP Color LaserJet FlowMFP M578" "hack=localhost" 22#device unix:/run/proxy.sock:http://123.456.789.10:80 23 24#[device] 25 26#model EPSON X 27#type https 28#ip 123.456.789.10 29#port 88 30