summaryrefslogtreecommitdiffstats
path: root/drivers/atmodem/devinfo.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/atmodem/devinfo.c')
-rw-r--r--drivers/atmodem/devinfo.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/atmodem/devinfo.c b/drivers/atmodem/devinfo.c
index 97d969a4..fd51207d 100644
--- a/drivers/atmodem/devinfo.c
+++ b/drivers/atmodem/devinfo.c
@@ -205,7 +205,7 @@ static void at_devinfo_remove(struct ofono_devinfo *info)
}
static struct ofono_devinfo_driver driver = {
- .name = "generic_at",
+ .name = "atmodem",
.probe = at_devinfo_probe,
.remove = at_devinfo_remove,
.query_manufacturer = at_query_manufacturer,