~ubuntu-branches/ubuntu/raring/hplip/raring

« back to all changes in this revision

Viewing changes to debian/local/scripts/create_hal_global_fdi_from_hpmud_rules.sh

  • Committer: Bazaar Package Importer
  • Author(s): Mark Purcell
  • Date: 2009-12-14 20:08:44 UTC
  • mfrom: (2.1.118 lucid)
  • Revision ID: james.westby@ubuntu.com-20091214200844-z8qhqwgppbu3t7ze
Tags: 3.9.10-4
KBSD patch from KiBi (Closes: #560796)

Show diffs side-by-side

added added

removed removed

Lines of Context:
39
39
exec <$TMP_DATA
40
40
while read PRODUCTS
41
41
do echo
42
 
   echo '    <match key="info.subsystem" string="usb">'
43
 
   echo '      <match key="usb.vendor_id" int="0x03f0">'
44
 
   echo -n '        <match key="usb.product_id" int_outof="'
 
42
   echo '    <match key="info.subsystem" string="usb_device">'
 
43
   echo '      <match key="usb_device.vendor_id" int="0x03f0">'
 
44
   echo -n '        <match key="usb_device.product_id" int_outof="'
45
45
   echo -n "$PRODUCTS"
46
46
   echo '">'
47
47
   echo '          <append key="info.capabilities" type="strlist">scanner</append>'