FreeCalypso > hg > fc-usbser-tools
annotate .hgignore @ 68:5cbde3c80c24
fteeprom-{erase,prog}: detach logic: change to detach by default
As it turns out, detaching all ttyUSB interfaces of a multichannel device
does not require outside knowledge of how many channels there are, as in
our previous -d option design that is being removed here - instead we can
read the bNumInterfaces constant from the USB device's config descriptor
and thus know how many interfaces there are in total. Based on this
discovery, change the design of fteeprom-{erase,prog} as follows:
* remove -d option;
* flip the default to where we detach all interfaces by default;
* add -n option to NOT detach any interfaces.
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Wed, 13 Sep 2023 06:37:03 +0000 |
parents | 85256d5aa559 |
children | 0787525a33e2 |
rev | line source |
---|---|
2
17fdd0ba7a2e
.hgignore: import from freecalypso-hwlab
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
1 syntax: regexp |
17fdd0ba7a2e
.hgignore: import from freecalypso-hwlab
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
2 |
17fdd0ba7a2e
.hgignore: import from freecalypso-hwlab
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
3 \.[oa]$ |
17fdd0ba7a2e
.hgignore: import from freecalypso-hwlab
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
4 |
58
4890ded06a8b
cp2102-decode-baudtab program written, compiles
Mychaela Falconia <falcon@freecalypso.org>
parents:
55
diff
changeset
|
5 ^cp2102/cp2102-decode-baudtab$ |
60
ae8075bcc029
cp2102-read-baudtab program written, compiles
Mychaela Falconia <falcon@freecalypso.org>
parents:
58
diff
changeset
|
6 ^cp2102/cp2102-read-baudtab$ |
53
d4d3531d342a
cp2102-read-eeprom program written, compiles
Mychaela Falconia <falcon@freecalypso.org>
parents:
50
diff
changeset
|
7 ^cp2102/cp2102-read-eeprom$ |
50
a5c4a82d01ab
cp2102-read-partno program written, compiles
Mychaela Falconia <falcon@freecalypso.org>
parents:
27
diff
changeset
|
8 ^cp2102/cp2102-read-partno$ |
55
c0084bf153e5
cp2102: Intel HEX reading implemented
Mychaela Falconia <falcon@freecalypso.org>
parents:
53
diff
changeset
|
9 ^cp2102/file_rw_test$ |
50
a5c4a82d01ab
cp2102-read-partno program written, compiles
Mychaela Falconia <falcon@freecalypso.org>
parents:
27
diff
changeset
|
10 |
27
2413a54a1bfc
fc-duart28-conf started
Mychaela Falconia <falcon@freecalypso.org>
parents:
26
diff
changeset
|
11 ^duart28/fc-duart28-conf$ |
2413a54a1bfc
fc-duart28-conf started
Mychaela Falconia <falcon@freecalypso.org>
parents:
26
diff
changeset
|
12 |
65
225dc1d9f2f1
ftee-decode program written, compiles
Mychaela Falconia <falcon@freecalypso.org>
parents:
60
diff
changeset
|
13 ^fteeprom/ftee-decode$ |
66
85256d5aa559
ftee-fix-cksum program written, compiles
Mychaela Falconia <falcon@freecalypso.org>
parents:
65
diff
changeset
|
14 ^fteeprom/ftee-fix-cksum$ |
2
17fdd0ba7a2e
.hgignore: import from freecalypso-hwlab
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
15 ^fteeprom/ftee-gen2232c$ |
17fdd0ba7a2e
.hgignore: import from freecalypso-hwlab
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
16 ^fteeprom/ftee-gen2232h$ |
17fdd0ba7a2e
.hgignore: import from freecalypso-hwlab
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
17 ^fteeprom/ftee-gen232r$ |
17fdd0ba7a2e
.hgignore: import from freecalypso-hwlab
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
18 ^fteeprom/ftee-mkblank$ |
17fdd0ba7a2e
.hgignore: import from freecalypso-hwlab
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
19 ^fteeprom/fteeprom-erase$ |
17fdd0ba7a2e
.hgignore: import from freecalypso-hwlab
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
20 ^fteeprom/fteeprom-prog$ |
17fdd0ba7a2e
.hgignore: import from freecalypso-hwlab
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
21 ^fteeprom/fteeprom-read$ |