ubuntu-22.04.3-desktop-amd64/casper/filesystem/usr/share/ipp-usb/quirks
Dwayne Hart 148999cf35 Adding the filesystem content from the Ubuntu 22.04 LTS amd64 squashfs. 2023-11-12 20:31:01 -03:30
..
HP.conf Adding the filesystem content from the Ubuntu 22.04 LTS amd64 squashfs. 2023-11-12 20:31:01 -03:30
README Adding the filesystem content from the Ubuntu 22.04 LTS amd64 squashfs. 2023-11-12 20:31:01 -03:30
blacklist.conf Adding the filesystem content from the Ubuntu 22.04 LTS amd64 squashfs. 2023-11-12 20:31:01 -03:30
default.conf Adding the filesystem content from the Ubuntu 22.04 LTS amd64 squashfs. 2023-11-12 20:31:01 -03:30

README

This directory contains a collection of quirks files for various
devices.

Each file consist of sections, each section contains various parameters:

[Device Name]
  http-xxx  = yyy
  blacklist = false | true

When searching for quirks for a particular device, device name is
matched against section names. Section names may contain a glob-style
wildcards (* or ?). If device name must contain one of these characters,
use \ as escape.

All matching sections are taken in consideration and sorted in priority
order. Priority is ordered by amount of matched non-wildcard characters.
The more non-wildcard characters are matched, the more the priority

If some parameter was found in multiple sections, the value for most
prioritized section is taken

The following parameters are recognized:

  http-xxx  = yyy   - set HTTP header Xxx: yyy
  http-xxx  = ""    - drop HTTP header Xxx
  blacklist = true  - blacklist the matching devices
  blacklist = false - don't blacklist the matching devices