File: README.md

package info (click to toggle)
flatpak 1.16.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 13,028 kB
  • sloc: ansic: 101,055; xml: 11,453; sh: 4,871; python: 2,251; yacc: 1,236; makefile: 86; csh: 20
file content (24 lines) | stat: -rw-r--r-- 605 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# USB device list generators

These are examples of functional Python 3 scripts to generate the USB
devices lists from some well-known packages.

## epsonscan2-parse.py

This will generate the list for Epson Scan2 based on the udev rules
shipped with the package.

## gphoto2-parse.py

This will parse the output of `print-camera-list` from libgphoto to
generate the list of USB devices.

## libsane-parse.py

This will generate the list for SANE based on the udev rules shipped
with the package.

## utsushi-parse.py

This will parse the SANE .desc shipping with Utsushi to generate the
USB device list.