diff options
Diffstat (limited to 'drivers/atmodem/sim.c')
-rw-r--r-- | drivers/atmodem/sim.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/atmodem/sim.c b/drivers/atmodem/sim.c index 0bfcec3f..83336707 100644 --- a/drivers/atmodem/sim.c +++ b/drivers/atmodem/sim.c @@ -456,7 +456,7 @@ static void at_sim_remove(struct ofono_sim *sim) } static struct ofono_sim_driver driver = { - .name = "generic_at", + .name = "atmodem", .probe = at_sim_probe, .remove = at_sim_remove, .read_file_info = at_sim_read_info, |