summaryrefslogtreecommitdiffstats
path: root/drivers/atmodem/voicecall.c
diff options
context:
space:
mode:
authorDenis Kenzior <denkenz@gmail.com>2009-09-01 22:33:05 -0500
committerDenis Kenzior <denkenz@gmail.com>2009-09-01 22:33:05 -0500
commita613105f91aadc9261bdbec61bc11e9dc1afb29f (patch)
tree1a8b4ab94342abaed1b1de9ffb65d41544d49cd2 /drivers/atmodem/voicecall.c
parent7ff85d9737b030c3cda6797744b7e250f2b789c6 (diff)
downloadofono-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.c2
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,