#
# Printer database for printtool
#
#
# FORMAT:
#
# Lines starting with a '#' are considered comments
#
# A printer description is formated as (case-sensitive throughout)
#
# StartEntry and Description must be unique to each other.
#   Change in code may allow Description to be same but
#   currently this is required.
#
# StartEntry:  PrinterEntryName
#   GSDriver: gsdrivername
#   Description: {This should be a one-line description in braces}
#   About: {
#       This is a longer description, giving details for the \
#       user about specific features of this printer entry \
#       It can be many lines long, and a continuation character \
#       is needed in that case. A brace closes the string. \
#       Whitespace and newlines are removed when read in. \
#       The description will be stroed as one long string. \
#       }
#   Resolution: {XDPI} {YDPI} {Optional text comment}
#   Resolution: {XDPI} {YDPI} {Optional text comment}
#   Resolution: {XPDI} {YDPI} {Just keep adding these}
#   Resolution: {XPDI} {YDPI} {No checking if added twice}
#   BitsPerPixel: {BitsPerPixel} {Optional comment}
#   BitsPerPixel: {BitsPerPixel} {Can have arbitrary number}
#   BitsPerPixel: {upp_file} {Comment copied from upp file}
#    # Note:  The IfhpModel information flags this as an IFHP
#    # filter entry
#   IfhpModel: {ifhp driver model information}
#   Supports: {ifhp option list}
# or, (for unipriner drivers)
# EndEntry
#
# **** Alternative Format *****
#
# StartEntry:  PrinterEntryName
#   GSDriver: gsdrivername
#   Description: This should be a one-line description
#   About:
#       This is a longer description, giving details for the
#       user about specific features of this printer entry
#       It can be many lines long, and a continuation character
#       is needed in that case. A brace closes the string.
#       Whitespace and newlines are removed when read in.
#       The description will be stored as one long string.
#   Resolution: XDPI YDPI {Optional text comment}
#   Resolution: XDPI YDPI "Optional text comment"
#   Resolution: XDPI YDPI {Optional text comment}
#   Resolution: XPDI YDPI {Just keep adding these}
#   Resolution: XPDI YDPI {No checking if added twice}
#   BitsPerPixel: BitsPerPixel {Optional comment}
#   BitsPerPixel: BitsPerPixel "Optional comment"
#   BitsPerPixel: upp_file {Comment copied from upp file}
#   BitsPerPixel: upp_file "Comment copied from upp file"
#    # Note:  The IfhpModel information flags this as an IFHP
#    # filter entry
#   IfhpModel: ifhpmodel
#   Supports: ifhp option list
# EndEntry
#
# Possibly allow other gs params to be input like BitsPerPixel is in future
#
#

#
# Some printer types are commented out because by default ghostscript
# is not built with support for those printers. If you compile
# ghostscript with support, uncomment the entry in this file so
# that it will appear as an option in printtool.
#
# Printtool should filter this list for only those available through
# the currently installed ghostscript
#

# IFHP Filter Entries


StartEntry:  default
  IfhpModel: default
  Description:  HP HP4M Plus, PostScript, PJL, PCL, status, pagecount support
  About:  HP 4M Plus, PostScript, PJL, PCL, status, pagecount support
          This usually works with all printers that supports PostScript
          and PCL and should work with most high end HP printers.
          If you do not have a bidirectional connection turn status OFF. 
  Supports: status,sync,pagecount,waitend
EndEntry
StartEntry:  postscript
  IfhpModel:  postscript
  Description:  PostScript (GENERIC) printer
  About:  PostScript printer, text to PS conversion, status, pagecount support
     This should work with most PostScript printers.
     If you do not have a bidirectional connection turn status OFF. 
  Supports: status,sync,pagecount,waitend
EndEntry
StartEntry:  pcl
  IfhpModel:  pcl
  Description:  PCL only (GENERIC), no status
  About:  PCL only printer, no status
  Supports: status@,sync@,pagecount@,waitend@
EndEntry

StartEntry:  apple
  IfhpModel:  apple
  Description:  Apple PostScript (GENERIC) printer, text to PS conversion, status, pagecount support
  About:  PostScript printer, text to PS conversion, status, pagecount support
     This should work with most PostScript printers.
     If you do not have a bidirectional connection turn status OFF. 
  Supports: status,sync,pagecount,waitend
EndEntry
StartEntry:  gs_ljet2
  IfhpModel:  gs_ljet2
  Description:  HP LaserJet II
  About:  HP LaserJet II
  Supports: status@,sync@,pagecount@,waitend@
EndEntry
StartEntry:  gs_ljetplus
  IfhpModel:  gs_ljetplus
  Description:  HP LaserJet Plus
  About:  HP LaserJet Plus
  Supports: status@,sync@,pagecount@,waitend@
EndEntry
StartEntry:  hp3si
  IfhpModel:  hp3si
  Description:  HP LaserJet III, LaserJet 3, LaserJet 3si (PostScript Interpreter)
  About:  HP LaserJet III with PostScript Module
  Supports: status,sync,pagecount,waitend
EndEntry
StartEntry:  hp3si.gs
  IfhpModel:  hp3si.gs
  Description:  HP LaserJet III, LaserJet 3, LaserJet 3si
  About:  LaserJet 3 with PCL only
     Use GhostScript (device ljet3) for PostScript support
  Supports: status@,sync@,pagecount@,waitend@
EndEntry
StartEntry:  pcl_gs
  IfhpModel:  pcl_gs
  Description:  HP LaserJet 4 Family, Generic PCL 5 Printer
  About:  HP Laserjet 4 PCL only printer,  Generic PCL 5
     Use Ghostscript (device ljet4) for PostScript support
  Supports: status@,sync@,pagecount@,waitend@
EndEntry
StartEntry:  hp4
  IfhpModel:  hp4
  Description:  HP LaserJet 4 Family, HP LaserJet 4 (PostScript Interpreter)
  About:  HP LaserJet 4 Family, HP LaserJet 4 (PostScript Interpreter)
  Supports: status,sync,pagecount,waitend
EndEntry
StartEntry:  hp4l
  IfhpModel:  hp4l
  Description:  HP LaserJet 4 Family, HP LaserJet 4L (PCL only)
  About:  HP LaserJet 4L, PCL only
  Supports: status,sync,pagecount,waitend
EndEntry
StartEntry:  hp4lc
  IfhpModel:  hp4lc
  Description:  HP LaserJet 4 Family, HP LaserJet 4lc (PostScript Interpreter)
  About:  HP LaserJet 4 Family, HP LaserJet 4lc (PostScript Interpreter)
  Supports: status,sync,pagecount,waitend
EndEntry
StartEntry:  hp4m
  IfhpModel:  hp4m
  Description:  HP LaserJet 4 Family, HP LaserJet 4m (PostScript Interpreter)
  About:  HP LaserJet 4 Family, HP LaserJet 4m (PostScript Interpreter)
  Supports: status,sync,pagecount,waitend
EndEntry
StartEntry:  hp4ml
  IfhpModel:  hp4ml
  Description:  HP LaserJet 4 Family, HP LaserJet 4ml (PostScript Interpreter)
  About:  HP LaserJet 4ml
  Supports: status,sync,pagecount,waitend
EndEntry
StartEntry:  hp4mplus
  IfhpModel:  hp4mplus
  Description:  HP LaserJet 4 Family, HP LaserJet 4mplus (PostScript Interpreter)
  About:  HP LaserJet 4 Family, HP LaserJet 4mplus (PostScript Interpreter)
  Supports: status,sync,pagecount,waitend
EndEntry
StartEntry:  hp4plus
  IfhpModel:  hp4plus
  Description:  HP LaserJet 4 Family, HP LaserJet 4plus (PostScript Interpreter)
  About:  HP LaserJet 4 Family, HP LaserJet 4plus (PostScript Interpreter)
  Supports: status,sync,pagecount,waitend
EndEntry
StartEntry:  hp4mp
  IfhpModel:  hp4mp
  Description:  HP LaserJet 4 Family, HP LaserJet 4mp (PostScript Interpreter)
  About:  HP LaserJet 4 Family, HP LaserJet 4mp (PostScript Interpreter)
  Supports: status,sync,pagecount,waitend
EndEntry
StartEntry:  hp4mv
  IfhpModel:  hp4mv
  Description:  HP LaserJet 4 Family, HP LaserJet 4mv (PostScript Interpreter)
  About:  HP LaserJet 4 Family, HP LaserJet 4mv (PostScript Interpreter)
  Supports: status,sync,pagecount,waitend
EndEntry
StartEntry:  hp4p
  IfhpModel:  hp4p
  Description:  HP LaserJet 4 Family, HP LaserJet 4p (PostScript Interpreter)
  About:  HP LaserJet 4 Family, HP LaserJet 4p (PostScript Interpreter)
  Supports: status,sync,pagecount,waitend
EndEntry
StartEntry:  hp4pj
  IfhpModel:  hp4pj
  Description:  HP LaserJet 4 Family, HP LaserJet 4pj (PostScript Interpreter)
  About:  HP LaserJet 4 Family, HP LaserJet 4pj (PostScript Interpreter)
  Supports: status,sync,pagecount,waitend
EndEntry
StartEntry:  hp4si
  IfhpModel:  hp4si
  Description:  HP LaserJet 4 Family, HP LaserJet 4si (PostScript Interpreter)
  About:  HP LaserJet 4 Family, HP LaserJet 4si (PostScript Interpreter)
  Supports: status,sync,pagecount,waitend
EndEntry
StartEntry:  hp4simx
  IfhpModel:  hp4simx
  Description:  HP LaserJet 4 Family, HP LaserJet 4simx (PostScript Interpreter)
  About:  HP LaserJet 4 Family, HP LaserJet 4simx (PostScript Interpreter)
  Supports: status,sync,pagecount,waitend
EndEntry
StartEntry:  hp4v
  IfhpModel:  hp4v
  Description:  HP LaserJet 4 Family, HP LaserJet 4v (PostScript Interpreter)
  About:  HP LaserJet 4 Family, HP LaserJet 4v (PostScript Interpreter)
  Supports: status,sync,pagecount,waitend
EndEntry
StartEntry:  hpljpro
  IfhpModel:  hpljpro
  Description:  HP LaserJet 4 Family, HP LaserJet Pro (PostScript Interpreter)
  About:  HP LaserJet 4 Family, HP LaserJet Pro (PostScript Interpreter)
  Supports: status,sync,pagecount,waitend
EndEntry
StartEntry:  hp5
  IfhpModel:  hp5
  Description:  HP LaserJet 5 Family, HP LaserJet 5
  About:  HP LaserJet 5
  Supports: status,sync,pagecount,waitend
EndEntry
StartEntry:  hp5l
  IfhpModel:  hp5l
  Description:  HP LaserJet 5 Family, HP LaserJet 5l
  About:  HP LaserJet 5 Family, HP LaserJet 5l
  Supports: status,sync,pagecount,waitend
EndEntry
StartEntry:  hp5m
  IfhpModel:  hp5m
  Description:  HP LaserJet 5 Family, HP LaserJet 5M
  About:  HP LaserJet 5m
  Supports: status,sync,pagecount,waitend
EndEntry
StartEntry:  hp5p
  IfhpModel:  hp5p
  Description:  HP LaserJet 5 Family, HP LaserJet 5p
  About:  HP LaserJet 5p
  Supports: status,sync,pagecount,waitend
EndEntry
StartEntry:  hp5mp
  IfhpModel:  hp5mp
  Description:  HP LaserJet 5 Family, HP LaserJet 5mp
  About:  HP LaserJet 5mp
  Supports: status,sync,pagecount,waitend
EndEntry
StartEntry:  hp5si
  IfhpModel:  hp5si
  Description:  HP LaserJet 5 Family, HP LaserJet 5si
  About:  HP LaserJet 5si
  Supports: status,sync,pagecount,waitend
EndEntry
StartEntry:  hp5simopier
  IfhpModel:  hp5simopier
  Description:  HP LaserJet 5 Family, HP LaserJet 5SiMopier
  About:  HP LaserJet 5SiMopier
  Supports: status,sync,pagecount,waitend
EndEntry
StartEntry:  hp5simx
  IfhpModel:  hp5simx
  Description:  HP LaserJet 5 Family, HP LaserJet 5sims
  About:  HP LaserJet 5simx
  Supports: status,sync,pagecount,waitend
EndEntry
StartEntry:  hp6l
  IfhpModel:  hp6l
  Description:   HP LaserJet 6 Family, HP LaserJet 6l
  About:  HP LaserJet 6 Family, HP LaserJet 6l
  Supports: status,sync,pagecount,waitend
EndEntry
StartEntry:  hp6mp
  IfhpModel:  hp6mp
  Description:  HP LaserJet 6 Family, HP LaserJet 6mp
  Description:  HP LaserJet 6mp
  About:  HP LaserJet 6mp
  Supports: status,sync,pagecount,waitend
EndEntry
StartEntry:  hp6p
  IfhpModel:  hp6p
  Description:   HP LaserJet 6 Family, HP LaserJet 6p
  About:  HP LaserJet 6p
  Supports: status,sync,pagecount,waitend
EndEntry
StartEntry:  hp1100
  IfhpModel:  hp1100
  Description:  HP LaserJet 1000 Family, HP LaserJet 1100
  About:  HP LaserJet 1000 Family, HP LaserJet 1100
  Supports: status,sync,pagecount,waitend
EndEntry
StartEntry:  hp4000
  IfhpModel:  hp4000
  Description:  HP LaserJet 4000
  About:  HP LaserJet 4000
  Supports: status,sync,pagecount,waitend
EndEntry
StartEntry:  hpcolorlj
  IfhpModel:  hpcolorlj
  Description:  HP Color LaserJet
  About:  HP Color LaserJet
  Supports: status,sync,pagecount,waitend
EndEntry
StartEntry:  hpcolorlj5
  IfhpModel:  hpcolorlj5
  Description:  HP Color LaserJet 5
  About:  HP Color LaserJet 5
  Supports: status,sync,pagecount,waitend
EndEntry
StartEntry:  hpcolorlj5m
  IfhpModel:  hpcolorlj5m
  Description:  HP Color LaserJet 5m
  About:  HP Color LaserJet 5m
  Supports: status,sync,pagecount,waitend
EndEntry
StartEntry:  hppjxl300
  IfhpModel:  hppjxl300
  Description:  HP Paint Jet XL 300 Family
  About:  HP Paint Jet XL 300 Family
  Supports: status@,sync@,pagecount@,waitend@
EndEntry
StartEntry:  hpdj1200
  IfhpModel:  hpdj1200
  Description:  HP Design Jet 1200 Family
  About:  HP Design Jet 1200 Family
  Supports: status,sync,pagecount,waitend
EndEntry
StartEntry:  hpdj1600
  IfhpModel:  hpdj1600
  Description:  HP Design Jet 1600 Family
  About:  HP Design Jet 1600 Family
  Supports: status@,sync@,pagecount@,waitend@
EndEntry
StartEntry:  hp2500
  IfhpModel:  hp2500
  Description:  HP Design Jet 2500 - No PCL, PostScript Only
  About:  HP Design Jet 2500 - No PCL, PostScript Only
  Supports: status,sync,pagecount,waitend
EndEntry
StartEntry:  hp2500cm
  IfhpModel:  hp2500cm
  Description:  HP Design Jet 2500cm - No PCL, PostScript Only
  About:  HP Design Jet 2500cm - No PCL, PostScript Only
  Supports: status,sync,pagecount,waitend
EndEntry
StartEntry:  hp2500c
  IfhpModel:  hp2500c
  Description:  HP Design Jet 2500c - No PCL, PostScript Only
  About:  HP Design Jet 2500c - No PCL, PostScript Only
  Supports: status,sync,pagecount,waitend
EndEntry
StartEntry:  hp2500cm.1
  IfhpModel:  hp2500cm
  Description:  HP Design Jet 2500cm - PCL and PostScript
  About:  HP Design Jet 2500cm - PCL and PostScript
  Supports: status,sync,pagecount,waitend
EndEntry
StartEntry:  hpdj2500cp
  IfhpModel:  hpdj2500cp
  Description:  HP DesignJet 2500CP, not HP2500, HP2500c, HP2500cm
  About:  HP DesignJet 2500CP, not HP2500, HP2500c, HP2500cm
  Supports: status,sync,pagecount,waitend
EndEntry
StartEntry:  hpdj200
  IfhpModel:  hpdj200
  Description:  HP DeskJet 200
  About:  HP DeskJet 200
  Supports: status@,sync@,pagecount@,waitend@
EndEntry
StartEntry:  hpdj220
  IfhpModel:  hpdj220
  Description:  HP DeskJet 220
  About:  HP DeskJet 220
  Supports: status@,sync@,pagecount@,waitend@
EndEntry
StartEntry:  hpdj230
  IfhpModel:  hpdj230
  Description:  HP DeskJet 230
  About:  HP DeskJet 230
  Supports: status@,sync@,pagecount@,waitend@
EndEntry
StartEntry:  hpdj250c
  IfhpModel:  hpdj250c
  Description:  HP DeskJet 250c
  About:  HP DeskJet 250c
  Supports: status@,sync@,pagecount@,waitend@
EndEntry
StartEntry:  hpdj330
  IfhpModel:  hpdj330
  Description:  HP DeskJet 330
  About:  HP DeskJet 330
  Supports: status@,sync@,pagecount@,waitend@
EndEntry
StartEntry:  hpdj350c
  IfhpModel:  hpdj350c
  Description:  HP DeskJet 350c
  About:  HP DeskJet 350c
  Supports: status@,sync@,pagecount@,waitend@
EndEntry
StartEntry:  hpdj430
  IfhpModel:  hpdj430
  Description:  HP DeskJet 430
  About:  HP DeskJet 430
  Supports: status@,sync@,pagecount@,waitend@
EndEntry
StartEntry:  hpdj450c
  IfhpModel:  hpdj450c
  Description:  HP DeskJet 450c
  About:  HP DeskJet 450c
  Supports: status@,sync@,pagecount@,waitend@
EndEntry
StartEntry:  hpdj455ca
  IfhpModel:  hpdj455ca
  Description:  HP DeskJet 455ca
  About:  HP DeskJet 455ca
  Supports: status@,sync@,pagecount@,waitend@
EndEntry
StartEntry:  hpdj600
  IfhpModel:  hpdj600
  Description:  HP DeskJet 600
  About:  HP DeskJet 600
  Supports: status@,sync@,pagecount@,waitend@
EndEntry
StartEntry:  gs_lj4dith
  IfhpModel:  gs_lj4dith
  Description:  HP DeskJet 600
  About:  HP DeskJet 600 (GhostScript Dithering Support)
  Supports: status@,sync@,pagecount@,waitend@
EndEntry
StartEntry:  hpdj650
  IfhpModel:  hpdj650
  Description:  HP DeskJet 650
  About:  HP DeskJet 650
  Supports: status@,sync@,pagecount@,waitend@
EndEntry
StartEntry:  hpdj700
  IfhpModel:  hpdj700
  Description:  HP DeskJet 700
  About:  HP DeskJet 700
  Supports: status@,sync@,pagecount@,waitend@
EndEntry
StartEntry:  hpdj750c
  IfhpModel:  hpdj750c
  Description:  HP DeskJet 750c
  About:  HP DeskJet 750c
  Supports: status@,sync@,pagecount@,waitend@
EndEntry
StartEntry:  hpdj750cplus
  IfhpModel:  hpdj750cplus
  Description:  HP DeskJet 750cplus
  About:  HP DeskJet 750cplus
  Supports: status@,sync@,pagecount@,waitend@
EndEntry
StartEntry:  hpdj755cm
  IfhpModel:  hpdj755cm
  Description:  HP DeskJet 755cm
  About:  HP DeskJet 755cm
  Supports: status@,sync@,pagecount@,waitend@
EndEntry
StartEntry:  gs_deskjet
  IfhpModel:  gs_deskjet
  Description:  HP DeskJet
  About:  HP DeskJet
  Supports: status@,sync@,pagecount@,waitend@
EndEntry
StartEntry:  gs_deskjet.1
  IfhpModel:  gs_deskjet
  Description:  HP DeskJet Plus
  About:  HP DeskJet Plus
  Supports: status@,sync@,pagecount@,waitend@
EndEntry
StartEntry:  gs_djet500
  IfhpModel:  gs_djet500
  Description:  HP DeskJet 500 B/W
  About:  HP DeskJet 500 B/W
  Supports: status@,sync@,pagecount@,waitend@
EndEntry
StartEntry:  gs_djet500.1
  IfhpModel:  gs_djet500
  Description:  HP DeskJet Portable B/W
  About:  HP DeskJet Portable B/W
  Supports: status@,sync@,pagecount@,waitend@
EndEntry
StartEntry:  gs_djet500.2
  IfhpModel:  gs_djet500
  Description:  HP OfficeJet 590 B/W
  About:  HP OfficeJet 590 B/W
  Supports: status@,sync@,pagecount@,waitend@
EndEntry
StartEntry:  gs_cdj500
  IfhpModel:  gs_cdj500
  Description:  HP DeskJet 400
  About:  HP DeskJet 400
  Supports: status@,sync@,pagecount@,waitend@
EndEntry
StartEntry:  gs_cdj500.1
  IfhpModel:  gs_cdj500
  Description:  HP DeskJet 500C
  About:  HP DeskJet 500C
  Supports: status@,sync@,pagecount@,waitend@
EndEntry
StartEntry:  gs_cdj500.2
  IfhpModel:  gs_cdj500
  Description:  HP DeskJet 540C
  About:  HP DeskJet 540C
  Supports: status@,sync@,pagecount@,waitend@
EndEntry
StartEntry:  gs_cdj500.3
  IfhpModel:  gs_cdj500
  Description:  HP DeskJet 690C
  About:  HP DeskJet 690C
  Supports: status@,sync@,pagecount@,waitend@
EndEntry
StartEntry:  gs_cdj500.4
  IfhpModel:  gs_cdj500
  Description:  HP DeskJet 693C
  About:  HP DeskJet 693C
  Supports: status@,sync@,pagecount@,waitend@
EndEntry
StartEntry:  gs_cdj550
  IfhpModel:  gs_cdj550
  Description:  HP DeskJet 550C
  About:  HP DeskJet 550C
  Supports: status@,sync@,pagecount@,waitend@
EndEntry
StartEntry:  gs_cdj550.1
  IfhpModel:  gs_cdj550
  Description:  HP DeskJet 560C
  About:  HP DeskJet 560C
  Supports: status@,sync@,pagecount@,waitend@
EndEntry
StartEntry:  gs_cdj550.2
  IfhpModel:  gs_cdj550
  Description:  HP DeskJet 600
  About:  HP DeskJet 600
  Supports: status@,sync@,pagecount@,waitend@
EndEntry
StartEntry:  gs_cdj550.3
  IfhpModel:  gs_cdj550
  Description:  HP DeskJet 660C
  About:  HP DeskJet 660C
  Supports: status@,sync@,pagecount@,waitend@
EndEntry
StartEntry:  gs_cdj550.4
  IfhpModel:  gs_cdj550
  Description:  HP DeskJet 660C
  About:  HP DeskJet 660C
  Supports: status@,sync@,pagecount@,waitend@
EndEntry
StartEntry:  gs_cdj550.5
  IfhpModel:  gs_cdj550
  Description:  HP DeskJet 682C
  About:  HP DeskJet 682C
  Supports: status@,sync@,pagecount@,waitend@
EndEntry
StartEntry:  gs_cdj550.6
  IfhpModel:  gs_cdj550
  Description:  HP DeskJet 683C
  About:  HP DeskJet 683C
  Supports: status@,sync@,pagecount@,waitend@
EndEntry
StartEntry:  gs_cdj550.7
  IfhpModel:  gs_cdj550
  Description:  HP DeskJet 693C
  About:  HP DeskJet 693C
  Supports: status@,sync@,pagecount@,waitend@
EndEntry
StartEntry:  gs_cdj550.8
  IfhpModel:  gs_cdj550
  Description:  HP DeskJet 694C
  About:  HP DeskJet 694C
  Supports: status@,sync@,pagecount@,waitend@
EndEntry
StartEntry:  gs_cdj550.9
  IfhpModel:  gs_cdj550
  Description:  HP DeskJet 690C
  About:  HP DeskJet 690C
  Supports: status@,sync@,pagecount@,waitend@
EndEntry
StartEntry:  gs_cdj550.10
  IfhpModel:  gs_cdj550
  Description:  HP DeskJet 692C
  About:  HP DeskJet 692C
  Supports: status@,sync@,pagecount@,waitend@
EndEntry
StartEntry:  gs_cdj550.11
  IfhpModel:  gs_cdj550
  Description:  HP DeskJet 693C
  About:  HP DeskJet 693C
  Supports: status@,sync@,pagecount@,waitend@
EndEntry
StartEntry:  gs_cdj550.12
  IfhpModel:  gs_cdj550
  Description:  HP DeskJet 694C
  About:  HP DeskJet 694C
  Supports: status@,sync@,pagecount@,waitend@
EndEntry
StartEntry:  gs_cdj550.13
  IfhpModel:  gs_cdj550
  Description:  HP DeskJet 695C
  About:  HP DeskJet 695C
  Supports: status@,sync@,pagecount@,waitend@
EndEntry
StartEntry:  gs_cdj550.14
  IfhpModel:  gs_cdj550
  Description:  HP DeskJet 850
  About:  HP DeskJet 850
  Supports: status@,sync@,pagecount@,waitend@
EndEntry
StartEntry:  gs_cdj550.15
  IfhpModel:  gs_cdj550
  Description:  HP DeskJet 870Cse
  About:  HP DeskJet 870Cse
  Supports: status@,sync@,pagecount@,waitend@
EndEntry
StartEntry:  gs_cdj550.16
  IfhpModel:  gs_cdj550
  Description:  HP DeskJet 895Cxi
  About:  HP DeskJet 895Cxi
  Supports: status@,sync@,pagecount@,waitend@
EndEntry
StartEntry:  gs_cdj550.17
  IfhpModel:  gs_cdj550
  Description:  HP DeskJet 970
  About:  HP DeskJet 970
  Supports: status@,sync@,pagecount@,waitend@
EndEntry
StartEntry:  gs_cdj550.18
  IfhpModel:  gs_cdj550
  Description:  HP OfficeJet 590
  About:  HP OfficeJet 590
  Supports: status@,sync@,pagecount@,waitend@
EndEntry
StartEntry:  gs_cdj850
  IfhpModel:  gs_cdj850
  Description:  HP DeskJet 850
  About:  HP DeskJet 850
  Supports: status@,sync@,pagecount@,waitend@
EndEntry
StartEntry:  gs_cdj850.1
  IfhpModel:  gs_cdj850
  Description:  HP DeskJet 855
  About:  HP DeskJet 855
  Supports: status@,sync@,pagecount@,waitend@
EndEntry
StartEntry:  gs_cdj850.2
  IfhpModel:  gs_cdj850
  Description:  HP DeskJet 870Cse
  About:  HP DeskJet 870Cse
  Supports: status@,sync@,pagecount@,waitend@
EndEntry
StartEntry:  gs_cdj850.3
  IfhpModel:  gs_cdj850
  Description:  HP DeskJet 870Cxi
  About:  HP DeskJet 870Cxi
  Supports: status@,sync@,pagecount@,waitend@
EndEntry
StartEntry:  gs_cdj850.4
  IfhpModel:  gs_cdj850
  Description:  HP DeskJet 890C
  About:  HP DeskJet 890C
  Supports: status@,sync@,pagecount@,waitend@
EndEntry
StartEntry:  gs_cdj850.5
  IfhpModel:  gs_cdj850
  Description:  HP DeskJet 670C
  About:  HP DeskJet 670C
  Supports: status@,sync@,pagecount@,waitend@
EndEntry
StartEntry:  gs_cdj850.6
  IfhpModel:  gs_cdj850
  Description:  HP DeskJet 680
  About:  HP DeskJet 680
  Supports: status@,sync@,pagecount@,waitend@
EndEntry
StartEntry:  gs_cdeskjet
  IfhpModel:  gs_cdeskjet
  Description:  HP DeskJet 500C
  About:  HP DeskJet 500C
  Supports: status@,sync@,pagecount@,waitend@
EndEntry
StartEntry:  gs_cdeskjet.1
  IfhpModel:  gs_cdeskjet
  Description:  GhostScript with -sDEVICE=cdj500 -dBitsPerPixel=3
  About:  GhostScript with -sDEVICE=cdj500 -dBitsPerPixel=3
  Supports: status@,sync@,pagecount@,waitend@
EndEntry
StartEntry:  gs_cdjcolor
  IfhpModel:  gs_cdjcolor
  Description:  GhostScript with -sDEVICE=cdj500 -dBitsPerPixel=24
  About:  GhostScript with -sDEVICE=cdj500 -dBitsPerPixel=24
  Supports: status@,sync@,pagecount@,waitend@
EndEntry
StartEntry:  gs_cdjmono
  IfhpModel:  gs_cdjmono
  Description:  HP DeskJet 500C
  About:  HP DeskJet 500C
  Supports: status@,sync@,pagecount@,waitend@
EndEntry
StartEntry:  gs_cdjmono.1
  IfhpModel:  gs_cdjmono
  Description:  HP DeskJet 510
  About:  HP DeskJet 510
  Supports: status@,sync@,pagecount@,waitend@
EndEntry
StartEntry:  gs_cdjmono.2
  IfhpModel:  gs_cdjmono
  Description:  HP DeskJet 520
  About:  HP DeskJet 520
  Supports: status@,sync@,pagecount@,waitend@
EndEntry
StartEntry:  gs_cdjmono.3
  IfhpModel:  gs_cdjmono
  Description:  HP DeskJet 540C
  About:  HP DeskJet 540C
  Supports: status@,sync@,pagecount@,waitend@
EndEntry
StartEntry:  gs_cdjmono.4
  IfhpModel:  gs_cdjmono
  Description:  HP DeskJet 693C
  About:  HP DeskJet 693C
  Supports: status@,sync@,pagecount@,waitend@
EndEntry
StartEntry:  hpdj2000cp
  IfhpModel:  hpdj2000cp
  Description:  HP DeskJet 2000cp
  About:  HP DeskJet 2000cp
  Supports: status@,sync@,pagecount@,waitend@
EndEntry
StartEntry:  hp4500
  IfhpModel:  hp4500
  Description:  HP Color LaserJet Printer 4500
  About:  HP Color LaserJet Printer 4500
  Supports: status,sync,pagecount,waitend
EndEntry
StartEntry:  hp8500
  IfhpModel:  hp8500
  Description:  HP Color LaserJet Printer 8500
  About:  HP Color LaserJet Printer 8500
  Supports: status,sync,pagecount,waitend
EndEntry
StartEntry:  hp8550
  IfhpModel:  hp8550
  Description:  HP Color LaserJet Printer 8550
  About:  HP Color LaserJet Printer 8550
  Supports: status,sync,pagecount,waitend
EndEntry
StartEntry:  hp5000
  IfhpModel:  hp5000
  Description:  HP HP5000 Model C4111A (LaserJet 5000N)
  About:  HP5000  Model C4111A (LaserJet 5000N)
  Supports: status,sync,pagecount,waitend
EndEntry
StartEntry:  hp8000
  IfhpModel:  hp8000
  Description:  HP Laserjet 8000 Series, HP8000
  About:  HP Laserjet 8000 Series, HP8000
  Supports: status,sync,pagecount,waitend
EndEntry
StartEntry:  hp8100
  IfhpModel:  hp8100
  Description:  HP Laserjet 8000 Series, HP8100
  About:  HP Laserjet 8000 Series, HP8100
  Supports: status,sync,pagecount,waitend
EndEntry
StartEntry:  hp2100
  IfhpModel:  hp2100
  Description:  HP LaserJet 2100 Series
  About:  HP LaserJet 2100 Series
  Supports: status,sync,pagecount,waitend
EndEntry
StartEntry:  hp4050
  IfhpModel:  hp4050
  Description:  HP HP4050 Series
  About:  HP4050 Series
  Supports: status,sync,pagecount,waitend
EndEntry
StartEntry:  gs_lj4dith
  IfhpModel:  gs_lj4dith
  Description:  HP DeskJet 600
  About:  HP DeskJet 600
  Supports: status@,sync@,pagecount@,waitend@
EndEntry
StartEntry:  gs_ljet2
  IfhpModel:  gs_ljet2
  Description:  HP LaserJet II
  About:  HP LaserJet II
  Supports: status@,sync@,pagecount@,waitend@
EndEntry
StartEntry:  gs_ljet4.3
  IfhpModel:  gs_ljet4
  Description:  HP DeskJet 600 margins wrong
  About:  HP DeskJet 600 margins wrong
  Supports: status@,sync@,pagecount@,waitend@
EndEntry
StartEntry:  gs_ljet4.4
  IfhpModel:  gs_ljet4
  Description:  HP DeskJet 870Cse
  About:  HP DeskJet 870Cse
  Supports: status@,sync@,pagecount@,waitend@
EndEntry
StartEntry:  gs_ljet4.5
  IfhpModel:  gs_ljet4
  Description:  HP LaserJet 5 300dpi or 600dpi
  About:  HP LaserJet 5 300dpi or 600dpi
  Supports: status@,sync@,pagecount@,waitend@
EndEntry
StartEntry:  gs_ljet4.6
  IfhpModel:  gs_ljet4
  Description:  HP LaserJet 5L 300dpi or 600dpi
  About:  HP LaserJet 5L 300dpi or 600dpi
  Supports: status@,sync@,pagecount@,waitend@
EndEntry
StartEntry:  gs_ljet4.7
  IfhpModel:  gs_ljet4
  Description:  HP LaserJet 6L 600dpi
  About:  HP LaserJet 6L 600dpi
  Supports: status@,sync@,pagecount@,waitend@
EndEntry
StartEntry:  gs_ljet4.8
  IfhpModel:  gs_ljet4
  Description:  HP LaserJet 1100 600dpi OK.
  About:  HP LaserJet 1100 600dpi OK.
  Supports: status@,sync@,pagecount@,waitend@
EndEntry
StartEntry:  gs_pjxl300
  IfhpModel:  gs_pjxl300
  Description:  HP PaintJet XL300
  About:  HP PaintJet XL300
  Supports: status@,sync@,pagecount@,waitend@
EndEntry
StartEntry:  gs_pjxl300.1
  IfhpModel:  gs_pjxl300
  Description:  HP DeskJet 600
  About:  HP DeskJet 600
  Supports: status@,sync@,pagecount@,waitend@
EndEntry
StartEntry:  cdj550.upp
  IfhpModel:  cdj550.upp
  Description:  HP DeskJet 550C 300x300dpi 32-bit CMYK
  About:  HP DeskJet 550C 300x300dpi 32-bit CMYK
  Supports: status@,sync@,pagecount@,waitend@
EndEntry
StartEntry:  gs_pjxl300.2
  IfhpModel:  gs_pjxl300
  Description:  HP DeskJet 1200C
  About:  HP DeskJet 1200C
  Supports: status@,sync@,pagecount@,waitend@
EndEntry
StartEntry:  gs_pjxl300.3
  IfhpModel:  gs_pjxl300
  Description:  HP DeskJet 1600C
  About:  HP DeskJet 1600C
  Supports: status@,sync@,pagecount@,waitend@
EndEntry
StartEntry:  gs_ljet3
  IfhpModel:  gs_ljet3
  Description:  Tandy LP800 With LaserJet III emulation.
  About:  Tandy LP800 With LaserJet III emulation.
  Supports: status@,sync@,pagecount@,waitend@
EndEntry
StartEntry:  gs_ljet4
  IfhpModel:  gs_ljet4
  Description:  Brother HL-660
  About:  Brother HL-660
  Supports: status@,sync@,pagecount@,waitend@
EndEntry
StartEntry:  gs_ljet4.1
  IfhpModel:  gs_ljet4
  Description:  Brother HL-760 600dpi
  About:  Brother HL-760 600dpi
  Supports: status@,sync@,pagecount@,waitend@
EndEntry
StartEntry:  gs_ljet4.2
  IfhpModel:  gs_ljet4
  Description:  Epson EPL5700 300dpi OK
  About:  Epson EPL5700 300dpi OK
  Supports: status@,sync@,pagecount@,waitend@
EndEntry
StartEntry:  gs_cdj550.19
  IfhpModel:  gs_cdj550
  Description:  Olivetti jp450
  About:  Olivetti jp450
  Supports: status@,sync@,pagecount@,waitend@
EndEntry
StartEntry:  gs_ljet2.1
  IfhpModel:  gs_ljet2
  Description:  Xerox 4030
  About:  Xerox 4030
  Supports: status@,sync@,pagecount@,waitend@
EndEntry
StartEntry:  gs_cdj550.20
  IfhpModel:  gs_cdj550
  Description:  Xerox XJ6C
  About:  Xerox XJ6C
  Supports: status@,sync@,pagecount@,waitend@
EndEntry
StartEntry:  qms1725
  IfhpModel:  qms1725
  Description:  QMS 1725, uses appsocket, no status, PostScript only
  About:  QMS 1725, uses appsocket, no status, PostScript only
  Supports: status@,sync@,pagecount@,waitend@
EndEntry
StartEntry:  qms2025
  IfhpModel:  qms2025
  Description:  QMS Laser Printer QMS 2025, appsocket, no status, PostScript and PCL
  About:  QMS Laser Printer QMS 2025, appsocket, no status, PostScript and PCL
  Supports: status@,sync@,pagecount@,waitend@
EndEntry
StartEntry:  qms860
  IfhpModel:  qms860
  Description:  QMS Laser Printer QMS 860, appsocket, no status, PostScript and PCL
  About:  QMS Laser Printer QMS 860, appsocket, no status, PostScript and PCL
  Supports: status@,sync@,pagecount@,waitend@
EndEntry
StartEntry:  qms2060
  IfhpModel:  qms2060
  Description:  QMS Laser Printer QMS 2060, appsocket, no status, PostScript and PCL
  About:  QMS Laser Printer QMS 2060, appsocket, no status, PostScript and PCL
  Supports: status@,sync@,pagecount@,waitend@
EndEntry
StartEntry:  phaser
  IfhpModel:  phaser
  Description:  Tektronics Phaser Color Printer (GENERIC), appsocket, PostScript only
  About:  Tektronics Phaser Color Printer (GENERIC), appsocket, PostScript only
  Supports: status,sync,pagecount,waitend
EndEntry
StartEntry:  phaser360
  IfhpModel:  phaser360
  Description:  Tektronics Phaser 360 Color Printer, appsocket, PostScript only
  About:  Tektronics Phaser 360 Color Printer, appsocket, PostScript only
  Supports: status,sync,pagecount,waitend
EndEntry
StartEntry:  phaser740
  IfhpModel:  phaser740
  Description:  Tektronics Phaser 740 Color Printer, appsocket, PostScript only
  About:  Tektronics Phaser 740 Color Printer, appsocket, PostScript only
  Supports: status,sync,pagecount,waitend
EndEntry
StartEntry:  phaser850
  IfhpModel:  phaser850
  Description:  Tektronics Phaser 850 Color Printer, appsocket, PostScript only
  About:  Tektronics Phaser 850 Color Printer, appsocket, PostScript only
  Supports: status,sync,pagecount,waitend
EndEntry
StartEntry:  lexmark4039
  IfhpModel:  lexmark4039
  Description:  Lexmark 4039, Postscript only
  About:  Lexmark 4039, Postscript only
  Supports: status,sync,pagecount,waitend
EndEntry
StartEntry:  lexmark_optra_e312
  IfhpModel:  lexmark_optra_e312
  Description:  Lexmark Optra e312, Postscript, PCL and PJL
  About:  Lexmark Optra e312, Postscript, PCL and PJL
  Supports: status,sync,pagecount,waitend
EndEntry
StartEntry:  gs_bj10
  IfhpModel:  gs_bj10
  Description:  Canon BubbleJet BJ10e
  About:  Canon BubbleJet BJ10e
  Supports: status@,sync@,pagecount@,waitend@
EndEntry
StartEntry:  gs_bj10.1
  IfhpModel:  gs_bj10
  Description:  Canon BubbleJet BJ20
  About:  Canon BubbleJet BJ20
  Supports: status@,sync@,pagecount@,waitend@
EndEntry
StartEntry:  gs_bj200
  IfhpModel:  gs_bj200
  Description:  Canon BubbleJet BJ200
  About:  Canon BubbleJet BJ200
  Supports: status@,sync@,pagecount@,waitend@
EndEntry
StartEntry:  gs_bj200.1
  IfhpModel:  gs_bj200
  Description:  Canon BubbleJet BJC-210 B/W only
  About:  Canon BubbleJet BJC-210 B/W only
  Supports: status@,sync@,pagecount@,waitend@
EndEntry
StartEntry:  gs_bj200.2
  IfhpModel:  gs_bj200
  Description:  Canon BubbleJet BJC-240 B/W only
  About:  Canon BubbleJet BJC-240 B/W only
  Supports: status@,sync@,pagecount@,waitend@
EndEntry
StartEntry:  gs_bj200.3
  IfhpModel:  gs_bj200
  Description:  Canon BubbleJet BJC-250 B/W only
  About:  Canon BubbleJet BJC-250 B/W only
  Supports: status@,sync@,pagecount@,waitend@
EndEntry
StartEntry:  gs_bj200.4
  IfhpModel:  gs_bj200
  Description:  Canon BubbleJet BJC-70 B/W only
  About:  Canon BubbleJet BJC-70 B/W only
  Supports: status@,sync@,pagecount@,waitend@
EndEntry
StartEntry:  gs_bjc600
  IfhpModel:  gs_bjc600
  Description:  Canon BubbleJet BJC-600
  About:  Canon BubbleJet BJC-600
  Supports: status@,sync@,pagecount@,waitend@
EndEntry
StartEntry:  gs_bjc600.1
  IfhpModel:  gs_bjc600
  Description:  Canon BubbleJet BJC-610
  About:  Canon BubbleJet BJC-610
  Supports: status@,sync@,pagecount@,waitend@
EndEntry
StartEntry:  gs_bjc600.2
  IfhpModel:  gs_bjc600
  Description:  Canon BubbleJet BJC-50
  About:  Canon BubbleJet BJC-50
  Supports: status@,sync@,pagecount@,waitend@
EndEntry
StartEntry:  gs_bjc600.3
  IfhpModel:  gs_bjc600
  Description:  Canon BubbleJet BJC-70
  About:  Canon BubbleJet BJC-70
  Supports: status@,sync@,pagecount@,waitend@
EndEntry
StartEntry:  gs_bjc600.4
  IfhpModel:  gs_bjc600
  Description:  Canon BubbleJet BJC-80
  About:  Canon BubbleJet BJC-80
  Supports: status@,sync@,pagecount@,waitend@
EndEntry
StartEntry:  gs_bjc600.5
  IfhpModel:  gs_bjc600
  Description:  Canon BubbleJet BJC-210 Color only
  About:  Canon BubbleJet BJC-210 Color only
  Supports: status@,sync@,pagecount@,waitend@
EndEntry
StartEntry:  gs_bjc600.6
  IfhpModel:  gs_bjc600
  Description:  Canon BubbleJet BJC-240 Color only
  About:  Canon BubbleJet BJC-240 Color only
  Supports: status@,sync@,pagecount@,waitend@
EndEntry
StartEntry:  gs_bjc600.7
  IfhpModel:  gs_bjc600
  Description:  Canon BubbleJet BJC-250
  About:  Canon BubbleJet BJC-250
  Supports: status@,sync@,pagecount@,waitend@
EndEntry
StartEntry:  gs_bjc600.8
  IfhpModel:  gs_bjc600
  Description:  Canon BubbleJet BJC-1000
  About:  Canon BubbleJet BJC-1000
  Supports: status@,sync@,pagecount@,waitend@
EndEntry
StartEntry:  gs_bjc600.9
  IfhpModel:  gs_bjc600
  Description:  Canon BubbleJet BJC-2000
  About:  Canon BubbleJet BJC-2000
  Supports: status@,sync@,pagecount@,waitend@
EndEntry
StartEntry:  gs_bjc600.10
  IfhpModel:  gs_bjc600
  Description:  Canon BubbleJet BJC-4000
  About:  Canon BubbleJet BJC-4000
  Supports: status@,sync@,pagecount@,waitend@
EndEntry
StartEntry:  gs_bjc600.11
  IfhpModel:  gs_bjc600
  Description:  Canon BubbleJet BJC-4100 B/W only
  About:  Canon BubbleJet BJC-4100 B/W only
  Supports: status@,sync@,pagecount@,waitend@
EndEntry
StartEntry:  gs_bjc600.12
  IfhpModel:  gs_bjc600
  Description:  Canon BubbleJet BJC-4200
  About:  Canon BubbleJet BJC-4200
  Supports: status@,sync@,pagecount@,waitend@
EndEntry
StartEntry:  gs_bjc600.13
  IfhpModel:  gs_bjc600
  Description:  Canon BubbleJet BJC-4300
  About:  Canon BubbleJet BJC-4300
  Supports: status@,sync@,pagecount@,waitend@
EndEntry
StartEntry:  gs_bjc600.14
  IfhpModel:  gs_bjc600
  Description:  Canon BubbleJet BJC-4550
  About:  Canon BubbleJet BJC-4550
  Supports: status@,sync@,pagecount@,waitend@
EndEntry
StartEntry:  gs_bjc600.15
  IfhpModel:  gs_bjc600
  Description:  Canon BubbleJet BJC-6000
  About:  Canon BubbleJet BJC-6000
  Supports: status@,sync@,pagecount@,waitend@
EndEntry
StartEntry:  gs_bjc600.16
  IfhpModel:  gs_bjc600
  Description:  Canon MultiPASS C2500 color printer/fax/copier
  About:  Canon MultiPASS C2500 color printer/fax/copier
  Supports: status@,sync@,pagecount@,waitend@
EndEntry
StartEntry:  gs_bjc800
  IfhpModel:  gs_bjc800
  Description:  Canon BubbleJet BJC-800
  About:  Canon BubbleJet BJC-800
  Supports: status@,sync@,pagecount@,waitend@
EndEntry
StartEntry:  gs_bjc800.1
  IfhpModel:  gs_bjc800
  Description:  Canon BubbleJet BJC-7000 Color.
  About:  Canon BubbleJet BJC-7000 Color.
  Supports: status@,sync@,pagecount@,waitend@
EndEntry
StartEntry:  gs_bjc800.2
  IfhpModel:  gs_bjc800
  Description:  Canon BubbleJet BJC-4300 Color
  About:  Canon BubbleJet BJC-4300 Color
  Supports: status@,sync@,pagecount@,waitend@
EndEntry
StartEntry:  gs_bjc800.3
  IfhpModel:  gs_bjc800
  Description:  Canon BubbleJet BJC-4650
  About:  Canon BubbleJet BJC-4650
  Supports: status@,sync@,pagecount@,waitend@
EndEntry
StartEntry:  gs_cdjmono.5
  IfhpModel:  gs_cdjmono
  Description:  GhostScript with -sDEVICE=cdj500 -dBitsPerPixel=1
  About:  GhostScript with -sDEVICE=cdj500 -dBitsPerPixel=1
  Supports: status@,sync@,pagecount@,waitend@
EndEntry
StartEntry:  gs_epsonc
  IfhpModel:  gs_epsonc
  Description:  Fujitsu DL-1100
  About:  Fujitsu DL-1100
  Supports: status@,sync@,pagecount@,waitend@
EndEntry
StartEntry:  gs_epsonc.1
  IfhpModel:  gs_epsonc
  Description:  Fujitsu DL-2400
  About:  Fujitsu DL-2400
  Supports: status@,sync@,pagecount@,waitend@
EndEntry
StartEntry:  gs_hl7x0
  IfhpModel:  gs_hl7x0
  Description:  Brother HL-720
  About:  Brother HL-720
  Supports: status@,sync@,pagecount@,waitend@
EndEntry
StartEntry:  gs_hl7x0.1
  IfhpModel:  gs_hl7x0
  Description:  Brother HL-730
  About:  Brother HL-730
  Supports: status@,sync@,pagecount@,waitend@
EndEntry
StartEntry:  gs_hl7x0.2
  IfhpModel:  gs_hl7x0
  Description:  Do not use hl7x0 with PCL compliant Brother HL-760. Use ljet4.
  About:  Do not use hl7x0 with PCL compliant Brother HL-760. Use ljet4.
  Supports: status@,sync@,pagecount@,waitend@
EndEntry
StartEntry:  gs_laserjet
  IfhpModel:  gs_laserjet
  Description:  Bull Compuprint Pagemaster 415
  About:  Bull Compuprint Pagemaster 415
  Supports: status@,sync@,pagecount@,waitend@
EndEntry
StartEntry:  gs_lips3
  IfhpModel:  gs_lips3
  Description:  Canon LBP4+
  About:  Canon LBP4+
  Supports: status@,sync@,pagecount@,waitend@
EndEntry
StartEntry:  gs_ljet4.9
  IfhpModel:  gs_ljet4
  Description:  IBM Network Printer 17
  About:  IBM Network Printer 17
  Supports: status@,sync@,pagecount@,waitend@
EndEntry
StartEntry:  gs_ljet4.10
  IfhpModel:  gs_ljet4
  Description:  IBM/Lexmark 4029 Margins wrong.
  About:  IBM/Lexmark 4029 Margins wrong.
  Supports: status@,sync@,pagecount@,waitend@
EndEntry
StartEntry:  gs_ljet4.11
  IfhpModel:  gs_ljet4
  Description:  Lexmark Optra E+
  About:  Lexmark Optra E+
  Supports: status@,sync@,pagecount@,waitend@
EndEntry
StartEntry:  gs_ljet4.12
  IfhpModel:  gs_ljet4
  Description:  Lexmark Optra SC 1275 B/W only.
  About:  Lexmark Optra SC 1275 B/W only.
  Supports: status@,sync@,pagecount@,waitend@
EndEntry
StartEntry:  gs_ljet4.13
  IfhpModel:  gs_ljet4
  Description:  Oki OL410ex LED printer 300dpi or 600dpi
  About:  Oki OL410ex LED printer 300dpi or 600dpi
  Supports: status@,sync@,pagecount@,waitend@
EndEntry
StartEntry:  gs_ljetplus.1
  IfhpModel:  gs_ljetplus
  Description:  Canon Laser LBP-600
  About:  Canon Laser LBP-600
  Supports: status@,sync@,pagecount@,waitend@
EndEntry
StartEntry:  gs_r4081
  IfhpModel:  gs_r4081
  Description:  Ricoh 4081 laser printer
  About:  Ricoh 4081 laser printer
  Supports: status@,sync@,pagecount@,waitend@
EndEntry
StartEntry:  gs_r4081.1
  IfhpModel:  gs_r4081
  Description:  Ricoh 6000 laser printer
  About:  Ricoh 6000 laser printer
  Supports: status@,sync@,pagecount@,waitend@
EndEntry
StartEntry:  bjc610a0.upp
  IfhpModel:  bjc610a0.upp
  Description:  Canon BubbleJet BJC 610 (color, rendered) 360x360dpi plain paper, high speed
  About:  Canon BubbleJet BJC 610 (color, rendered) 360x360dpi plain paper, high speed
  Supports: status@,sync@,pagecount@,waitend@
EndEntry
StartEntry:  bjc610a1.upp
  IfhpModel:  bjc610a1.upp
  Description:  Canon BubbleJet BJC 610 (color, rendered) 360x360dpi plain paper
  About:  Canon BubbleJet BJC 610 (color, rendered) 360x360dpi plain paper
  Supports: status@,sync@,pagecount@,waitend@
EndEntry
StartEntry:  bjc610a2.upp
  IfhpModel:  bjc610a2.upp
  Description:  Canon BubbleJet BJC 610 (color, rendered) 360x360dpi coated paper
  About:  Canon BubbleJet BJC 610 (color, rendered) 360x360dpi coated paper
  Supports: status@,sync@,pagecount@,waitend@
EndEntry
StartEntry:  bjc610a3.upp
  IfhpModel:  bjc610a3.upp
  Description:  Canon BubbleJet BJC 610 (color, rendered) 360x360dpi transparency film
  About:  Canon BubbleJet BJC 610 (color, rendered) 360x360dpi transparency film
  Supports: status@,sync@,pagecount@,waitend@
EndEntry
StartEntry:  bjc610a4.upp
  IfhpModel:  bjc610a4.upp
  Description:  Canon BubbleJet BJC 610 (color, rendered) 360x360dpi back print film
  About:  Canon BubbleJet BJC 610 (color, rendered) 360x360dpi back print film
  Supports: status@,sync@,pagecount@,waitend@
EndEntry
StartEntry:  bjc610a5.upp
  IfhpModel:  bjc610a5.upp
  Description:  Canon BubbleJet BJC 610 (color, rendered) 360x360dpi fabric sheet
  About:  Canon BubbleJet BJC 610 (color, rendered) 360x360dpi fabric sheet
  Supports: status@,sync@,pagecount@,waitend@
EndEntry
StartEntry:  bjc610a6.upp
  IfhpModel:  bjc610a6.upp
  Description:  Canon BubbleJet BJC 610 (color, rendered) 360x360dpi glossy paper
  About:  Canon BubbleJet BJC 610 (color, rendered) 360x360dpi glossy paper
  Supports: status@,sync@,pagecount@,waitend@
EndEntry
StartEntry:  bjc610a7.upp
  IfhpModel:  bjc610a7.upp
  Description:  Canon BubbleJet BJC 610 (color, rendered) 360x360dpi high gloss film
  About:  Canon BubbleJet BJC 610 (color, rendered) 360x360dpi high gloss film
  Supports: status@,sync@,pagecount@,waitend@
EndEntry
StartEntry:  bjc610a8.upp
  IfhpModel:  bjc610a8.upp
  Description:  Canon BubbleJet BJC 610 (color, rendered) 360x360dpi high resolution paper
  About:  Canon BubbleJet BJC 610 (color, rendered) 360x360dpi high resolution paper
  Supports: status@,sync@,pagecount@,waitend@
EndEntry
StartEntry:  bjc610b1.upp
  IfhpModel:  bjc610b1.upp
  Description:  Canon BubbleJet BJC 610 (color, rendered) 720x720dpi plain paper
  About:  Canon BubbleJet BJC 610 (color, rendered) 720x720dpi plain paper
  Supports: status@,sync@,pagecount@,waitend@
EndEntry
StartEntry:  bjc610b2.upp
  IfhpModel:  bjc610b2.upp
  Description:  Canon BubbleJet BJC 610 (color, rendered) 720x720dpi coated paper
  About:  Canon BubbleJet BJC 610 (color, rendered) 720x720dpi coated paper
  Supports: status@,sync@,pagecount@,waitend@
EndEntry
StartEntry:  bjc610b3.upp
  IfhpModel:  bjc610b3.upp
  Description:  Canon BubbleJet BJC 610 (color, rendered) 720x720dpi transparency film
  About:  Canon BubbleJet BJC 610 (color, rendered) 720x720dpi transparency film
  Supports: status@,sync@,pagecount@,waitend@
EndEntry
StartEntry:  bjc610b4.upp
  IfhpModel:  bjc610b4.upp
  Description:  Canon BubbleJet BJC 610 (color, rendered) 720x720dpi back print film
  About:  Canon BubbleJet BJC 610 (color, rendered) 720x720dpi back print film
  Supports: status@,sync@,pagecount@,waitend@
EndEntry
StartEntry:  bjc610b6.upp
  IfhpModel:  bjc610b6.upp
  Description:  Canon BubbleJet BJC 610 (color, rendered) 720x720dpi glossy paper
  About:  Canon BubbleJet BJC 610 (color, rendered) 720x720dpi glossy paper
  Supports: status@,sync@,pagecount@,waitend@
EndEntry
StartEntry:  bjc610b7.upp
  IfhpModel:  bjc610b7.upp
  Description:  Canon BubbleJet BJC 610 (color, rendered) 720x720dpi high-gloss paper
  About:  Canon BubbleJet BJC 610 (color, rendered) 720x720dpi high-gloss paper
  Supports: status@,sync@,pagecount@,waitend@
EndEntry
StartEntry:  bjc610b8.upp
  IfhpModel:  bjc610b8.upp
  Description:  Canon BubbleJet BJC 610 (color, rendered) 720x720dpi high resolution paper
  About:  Canon BubbleJet BJC 610 (color, rendered) 720x720dpi high resolution paper
  Supports: status@,sync@,pagecount@,waitend@
EndEntry
StartEntry:  gs_ljetplus.2
  IfhpModel:  gs_ljetplus
  Description:  NEC SuperScript 860
  About:  NEC SuperScript 860
  Supports: status@,sync@,pagecount@,waitend@
EndEntry
StartEntry:  necp2x.upp
  IfhpModel:  necp2x.upp
  Description:  NEC P2X 360x360dpi 8-bit (Floyd-Steinberg)
  About:  NEC P2X 360x360dpi 8-bit (Floyd-Steinberg)
  Supports: status@,sync@,pagecount@,waitend@
EndEntry
StartEntry:  stcany.upp
  IfhpModel:  stcany.upp
  Description:  Epson Stylus (Any) Color 360x360dpi 4-bit, PostScript halftoning
  About:   360x360dpi 4-bit, PostScript halftoning
  Supports: status@,sync@,pagecount@,waitend@
EndEntry
StartEntry:  stc.upp
  IfhpModel:  stc.upp
  Description:  Epson Stylus (Original) and Stylus Pro Color 360x360dpi 32-bit CMYK, 15-pin
  About:  Epson Stylus (Original) and Stylus Pro Color 360x360dpi 32-bit CMYK, 15-pin
  Supports: status@,sync@,pagecount@,waitend@
EndEntry
StartEntry:  stc_l.upp
  IfhpModel:  stc_l.upp
  Description:  Epson Stylus (Original) and Stylus Pro Color 360x360dpi 4-bit, PostScript halftoning, weaved noWeave
  About:  Epson Stylus (Original) and Stylus Pro Color 360x360dpi 4-bit, PostScript halftoning, weaved noWeave
  Supports: status@,sync@,pagecount@,waitend@
EndEntry
StartEntry:  stc_h.upp
  IfhpModel:  stc_h.upp
  Description:  Epson Stylus (Original) and Stylus Pro Color 720x720dpi 32-bit CMYK, 15-pin Weave
  About:  Epson Stylus and Stylus Pro Color 720x720dpi 32-bit CMYK, 15-pin Weave
  Supports: status@,sync@,pagecount@,waitend@
EndEntry
StartEntry:  stc2.upp
  IfhpModel:  stc2.upp
  Description:  Epson Stylus (Original) and Stylus Pro Color 360x360dpi 32-bit CMYK, 20-pin,  II(s)
  About:  Epson Stylus (Original) and Stylus Pro Color 360x360dpi 32-bit CMYK, 20-pin,  II(s)
  Supports: status@,sync@,pagecount@,waitend@
EndEntry
StartEntry:  stc2_h.upp
  IfhpModel:  stc2_h.upp
  Description:  Epson Stylus (Original) and Stylus Pro Color 720x720dpi 32-bit CMYK, 20-pin,  II
  About:  Epson Stylus (Original) and Stylus Pro Color 720x720dpi 32-bit CMYK, 20-pin,  II
  Supports: status@,sync@,pagecount@,waitend@
EndEntry
StartEntry:  stc2s_h.upp
  IfhpModel:  stc2s_h.upp
  Description:  Epson Stylus (Original) and Stylus Pro Color 720x720dpi 32-bit CMYK, 20-pin,  IIs
  About:  Epson Stylus (Original) and Stylus Pro Color 720x720dpi 32-bit CMYK, 20-pin,  IIs
  Supports: status@,sync@,pagecount@,waitend@
EndEntry
StartEntry:  stc500p.upp
  IfhpModel:  stc500p.upp
  Description:  Epson Stylus 500 360x360dpi 32-bit CMYK, noWeave, plain paper
  About:  360x360dpi  500 32-bit CMYK, noWeave, plain paper
  Supports: status@,sync@,pagecount@,waitend@
EndEntry
StartEntry:  stc500ph.upp
  IfhpModel:  stc500ph.upp
  Description:  Epson Stylus 500 720x720dpi 32-bit CMYK, noWeave, plain paper
  About:  720x720dpi  500 32-bit CMYK, noWeave, plain paper
  Supports: status@,sync@,pagecount@,waitend@
EndEntry
StartEntry:  stc600pl.upp
  IfhpModel:  stc600pl.upp
  Description:  Epson Stylus 600, 360x360dpi 32/90-inch weaving 32-bit CMYK, 32-pin, plain paper
  About:  360x360dpi  600, 32/90-inch weaving 32-bit CMYK, 32-pin, plain paper
  Supports: status@,sync@,pagecount@,waitend@
EndEntry
StartEntry:  stc600p.upp
  IfhpModel:  stc600p.upp
  Description:  Epson Stylus 600, 720x720dpi 32/90-inch weaving 32-bit CMYK, 32-pin, plain paper
  About:  720x720dpi  600, 32/90-inch weaving 32-bit CMYK, 32-pin, plain paper
  Supports: status@,sync@,pagecount@,waitend@
EndEntry
StartEntry:  stc600ih.upp
  IfhpModel:  stc600ih.upp
  Description:  Epson Stylus 600, 1440x720dpi 32/90-inch weaving 32-bit CMYK, 30-pin, inkjet paper
  About:  1440x720dpi  600, 32/90-inch weaving 32-bit CMYK, 30-pin, inkjet paper
  Supports: status@,sync@,pagecount@,waitend@
EndEntry
StartEntry:  stc800pl.upp
  IfhpModel:  stc800pl.upp
  Description:  Epson Stylus 800, 64/180-inch weaving 360x360dpi 32-bit CMYK, 64-pin, plain paper
  About:   800, 64/180-inch weaving 360x360dpi 32-bit CMYK, 64-pin, plain paper
  Supports: status@,sync@,pagecount@,waitend@
EndEntry
StartEntry:  stc800p.upp
  IfhpModel:  stc800p.upp
  Description:  Epson Stylus 800, 64/180-inch weaving 720x720dpi 32-bit CMYK, 64-pin, plain paper
  About:   800, 64/180-inch weaving 720x720dpi 32-bit CMYK, 64-pin, plain paper
  Supports: status@,sync@,pagecount@,waitend@
EndEntry
StartEntry:  stc800ih.upp
  IfhpModel:  stc800ih.upp
  Description:  Epson Stylus 800, 64/180-inch weaving 1440x720dpi 32-bit CMYK, 62-pin, inkjet paper
  About:   800, 64/180-inch weaving 1440x720dpi 32-bit CMYK, 62-pin, inkjet paper
  Supports: status@,sync@,pagecount@,waitend@
EndEntry
StartEntry:  stc1520h.upp
  IfhpModel:  stc1520h.upp
  Description:  Epson Stylus 800, 64/180-inch weaving 1440x720dpi 32-bit CMYK, 62-pin, inkjet paper
  About:   800, 64/180-inch weaving 1440x720dpi 32-bit CMYK, 62-pin, inkjet paper
  Supports: status@,sync@,pagecount@,waitend@
EndEntry
StartEntry:  ghostscript
  IfhpModel:  ghostscript
  Description:  GhostScript conversion using user specified device
  About:   GhostScript is used to convert PostScript files to
    output format and the sent to printer.  GhostScript command is
      gs -q -dSAFER -dBATCH -sOutputFile=-
         -sPAPERSIZE=\%L{papersize} -sDEVICE=\%s{gs_device} \%s{gs_options} -
    Additional User Options-
       gs_device=DEVICE to be used
       gs_options= additional options (if any)
  Supports: status@,sync@,pagecount@,waitend@
EndEntry
StartEntry:  uniprint
  IfhpModel:  gs_uniprint
  Description:  GhostScript conversion using user specified UPP File
  About:   GhostScript is used to convert PostScript files to
    output format and the sent to printer.  GhostScript command is
      gs -q -dSAFER -dBATCH -sOutputFile=-
         -sPAPERSIZE=\%L{papersize} @\%s{gs_device} \%s{gs_options} -
    Additional User Options-
       gs_device=DEVICE to be used
       gs_options= additional options (if any)
  Supports: status@,sync@,pagecount@,waitend@
EndEntry
