Cross Reference: 20-printers.fdi
xref
: /
osnet-11
/
usr
/
src
/
cmd
/
hal
/
fdi
/
preprobe
/
10osvendor
/
20-printers.fdi
Home
History
Annotate
Line#
Navigate
Download
Search
only in
./
1
N/A
<?
xml
version=
"1.0"
encoding=
"UTF-8"
?>
1
N/A
1
N/A
<!--
1
N/A
Copyright 2007 Sun Microsystems, Inc. All rights reserved.
1
N/A
Use is subject to license terms.
1
N/A
1
N/A
Licensed under the Academic Free License version 2.1
1
N/A
1
N/A
ident "%Z%%M% %I% %E% SMI"
1
N/A
-->
1
N/A
1
N/A
<
deviceinfo
version=
"0.2"
>
1
N/A
1
N/A
<!-- probe network attached printers for information -->
1
N/A
<
device
>
1
N/A
<
match
key=
"
network_device.address
"
exists=
"true"
>
1
N/A
<
match
key=
"
info.capabilities
"
contains=
"printer"
>
1
N/A
<
append
key=
"
info.callouts.add
"
type=
"strlist"
>hald-probe-network-printer</
append
>
1
N/A
</
match
>
1
N/A
</
match
>
1
N/A
</
device
>
1
N/A
1
N/A
<!-- probe USB printers for information -->
1
N/A
<
device
>
1
N/A
<
match
key=
"
info.solaris.driver
"
equals=
"usbprn"
>
1
N/A
<
append
key=
"
info.callouts.add
"
type=
"strlist"
>hald-probe-printer</
append
>
1
N/A
</
match
>
1
N/A
</
device
>
1
N/A
1
N/A
<!-- probe ECPP parallel ports for printer information -->
1
N/A
<
device
>
1
N/A
<
match
key=
"
info.solaris.driver
"
contains=
"ecpp"
>
1
N/A
<
append
key=
"
info.callouts.add
"
type=
"strlist"
>hald-probe-printer</
append
>
1
N/A
</
match
>
1
N/A
</
device
>
1
N/A
1
N/A
</
deviceinfo
>
1
N/A