From e256a6b7c8eeac1667f0cd74f7da48c911099b84 Mon Sep 17 00:00:00 2001 From: Bertrand Aygon Date: Thu, 28 Jul 2011 14:43:34 +0200 Subject: udev: Add support for SpeedUp 7300 EVDO modem. --- plugins/ofono.rules | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'plugins/ofono.rules') diff --git a/plugins/ofono.rules b/plugins/ofono.rules index f8e485be..f8576618 100644 --- a/plugins/ofono.rules +++ b/plugins/ofono.rules @@ -422,12 +422,16 @@ ATTRS{idVendor}=="19d2", ENV{OFONO_DRIVER}="zte" ATTRS{idVendor}=="19d2", ATTRS{serial}=="1234567890ABCDEF", ENV{ID_SERIAL_SHORT}="" -# SpeedUp -ATTRS{idVendor}=="1c9e", ENV{OFONO_DRIVER}="speedup" +# SpeedUp 7300 +ATTRS{idVendor}=="1c9e", ATTRS{idProduct}=="9e00", ENV{OFONO_DRIVER}="speedupcdma" + +# SpeedUp 9800 +ATTRS{idVendor}=="1c9e", ATTRS{idProduct}=="9800", ENV{OFONO_DRIVER}="speedup" ATTRS{idVendor}=="1c9e", ATTRS{serial}=="1234567890ABCDEF", ENV{ID_SERIAL_SHORT}="" -ATTRS{idVendor}=="2020", ENV{OFONO_DRIVER}="speedup" +# SpeedUp 8000 +ATTRS{idVendor}=="2020", ATTRS{idProduct}=="1008", ENV{OFONO_DRIVER}="speedup" ATTRS{idVendor}=="2020", ATTRS{serial}=="1234567890ABCDEF", ENV{ID_SERIAL_SHORT}="" -- cgit v1.2.3