diff options
author | Denis Kenzior <denkenz@gmail.com> | 2009-09-01 22:33:05 -0500 |
---|---|---|
committer | Denis Kenzior <denkenz@gmail.com> | 2009-09-01 22:33:05 -0500 |
commit | a613105f91aadc9261bdbec61bc11e9dc1afb29f (patch) | |
tree | 1a8b4ab94342abaed1b1de9ffb65d41544d49cd2 /drivers/atmodem/voicecall.c | |
parent | 7ff85d9737b030c3cda6797744b7e250f2b789c6 (diff) | |
download | ofono-a613105f91aadc9261bdbec61bc11e9dc1afb29f.tar.bz2 |
Rename generic_at drivers to atmodem
Be more consistent with directory naming
Diffstat (limited to 'drivers/atmodem/voicecall.c')
-rw-r--r-- | drivers/atmodem/voicecall.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/atmodem/voicecall.c b/drivers/atmodem/voicecall.c index 45e0de1b..124e48ac 100644 --- a/drivers/atmodem/voicecall.c +++ b/drivers/atmodem/voicecall.c @@ -1013,7 +1013,7 @@ static void at_voicecall_remove(struct ofono_voicecall *vc) } static struct ofono_voicecall_driver driver = { - .name = "generic_at", + .name = "atmodem", .probe = at_voicecall_probe, .remove = at_voicecall_remove, .dial = at_dial, |