[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