Author Login
Post Reply
blino <svn-commit@(protected):
> Author: blino
> Date: Wed May 14 20:45:04 2008
> New Revision: 242545
>
> Modified:
> drakx-net/trunk/lib/network/connection/cellular_card.pm
>
> Log:
> use ttyHS0 as modem device for hso devices
j'avais pas commité ca déja?
> Modified: drakx-net/trunk/lib/network/connection/cellular_card.pm
> ==============================================================================
> --- drakx-net/trunk/lib/network/connection/cellular_card.pm (original)
> +++ drakx-net/trunk/lib/network/connection/cellular_card.pm Wed May 14 20:45:04 2008
> @@(protected) @@
> "/dev/noz0" :
> $self->get_driver eq "cdc_acm" ?
> "/dev/ttyACM0" :
> + $self->get_driver eq "hso" ?
> + "/dev/ttyHS0" :
> "/dev/ttyUSB0";
> }
>