hp-laserjet_1000.xml

来自「Linux下的无线网卡通用驱动程序」· XML 代码 · 共 61 行

XML
61
字号
<printer id="printer/HP-LaserJet_1000">  <make>HP</make>  <model>LaserJet 1000</model>  <mechanism>    <laser/><!--not "color"-->    <resolution>      <dpi>        <x>600</x>        <y>600</y>      </dpi>    </resolution>    <margins>	<general>	    <unit>mm</unit>	    <top>4</top>	    <bottom>4</bottom>	    <left>4</left>	    <right>4</right>	</general>    </margins>    <consumables>      <comments>        <en>Cartridge containing toner and imaging drum</en>      </comments>    <!--one or more "partno" elements.--></consumables>  </mechanism>  <url>http://www.hp.com/cposupport/prodhome/hplaserjet45675.html</url>  <lang>    <proprietary/>  <!--no pjl--><!--No "text"?--></lang>  <autodetect>	<parallel>	    <ieee1284>MFG:Hewlett-Packard;MDL:hp LaserJet 1000;CMD:ZJS;CLS:PRINTER;DES:hp LaserJet 1000;</ieee1284>            <manufacturer>Hewlett-Packard</manufacturer>	    <model>hp LaserJet 1000</model>	    <commandset>ZJS</commandset>	</parallel>  </autodetect>  <functionality>B</functionality>  <driver>foo2zjs</driver>  <!--no "contrib_url"-->  <comments>    <en>    This printer is supported by the foo2zjs free software printer driver.    &lt;p&gt;    The printer has a USB    connection. It has only 1 MB of RAM and 32 kB of ROM.&lt;p&gt;    The firmware of the printer must be uploaded after turning it    on.  You can use a hotplug/udev script which comes with foo2zjs,    or do it manually:    &quot;&lt;tt&gt;cat /usr/share/foo2zjs/firmware/sihp1000.dl >    /dev/usb/lp0&lt;/tt&gt;&quot;.    </en>  </comments></printer>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?