From 5371c28773c6c248cc9da9d98fcd73aaa49a432a Mon Sep 17 00:00:00 2001 From: "Gustavo F. Padovan" Date: Sat, 15 Oct 2011 16:33:47 -0300 Subject: [PATCH] udev: add a driver name for telit telit hardware needs usbserial. --- plugins/udevng.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/udevng.c b/plugins/udevng.c index e0f5fd84..be87320c 100644 --- a/plugins/udevng.c +++ b/plugins/udevng.c @@ -811,7 +811,7 @@ static struct { { "alcatel", "option", "1bbb", "0017" }, { "novatel", "option", "1410" }, { "zte", "option", "19d2" }, - { "telit", "option", "1bc7" }, + { "telit", "usbserial", "1bc7" }, { "nokia", "option", "0421", "060e" }, { "nokia", "option", "0421", "0623" }, { "samsung", "option", "04e8", "6889" },