From 1be510f9529cb082f802408b472a77d074b394c0 Mon Sep 17 00:00:00 2001 From: Nicolas Vigier Date: Sun, 14 Apr 2013 13:46:12 +0000 Subject: Add zarb MLs html archives --- zarb-ml/mageia-dev/2012-October/019326.html | 141 ++++++++++++++++++++++++++++ 1 file changed, 141 insertions(+) create mode 100644 zarb-ml/mageia-dev/2012-October/019326.html (limited to 'zarb-ml/mageia-dev/2012-October/019326.html') diff --git a/zarb-ml/mageia-dev/2012-October/019326.html b/zarb-ml/mageia-dev/2012-October/019326.html new file mode 100644 index 000000000..c2f510683 --- /dev/null +++ b/zarb-ml/mageia-dev/2012-October/019326.html @@ -0,0 +1,141 @@ + + + + [Mageia-dev] [changelog] [RPM] cauldron core/release drakx-net-1.16-1.mga3 + + + + + + + + + +

[Mageia-dev] [changelog] [RPM] cauldron core/release drakx-net-1.16-1.mga3

+ Olivier Blin + mageia at blino.org +
+ Fri Oct 12 23:51:48 CEST 2012 +

+
+ +
tv <buildsystem-daemon at mageia.org> writes:
+
+> Name        : drakx-net                    Relocations: (not relocatable)
+> Version     : 1.16                              Vendor: Mageia.Org
+> Release     : 1.mga3                        Build Date: Fri Oct 12 09:13:00 2012
+
+[...]
+
+> - fix device path for "cdc_acm" (mga#3841)
+
+Fix? No, that's not a fix.
+
+    my $tty_interface = 0;
+...
+     $self->get_driver eq "cdc_acm" ?
+-      "/dev/ttyACM" . $tty_interface :
++      "/dev/ttyACM0" . $tty_interface :
+
+You hardcoded the "0", while it was supposed to be the content of the
+tty_interface variable.
+
+Instead, the tty interface detection code should be fixed.
+But I don't understand how it could be broken, we already default to "0"
+for tty_interface.
+
+
+
+-- 
+Olivier Blin - blino
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+

+ +
+More information about the Mageia-dev +mailing list
+ -- cgit v1.2.1