summaryrefslogtreecommitdiffstats
path: root/gisi
diff options
context:
space:
mode:
Diffstat (limited to 'gisi')
-rw-r--r--gisi/common.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gisi/common.h b/gisi/common.h
index 6d639c39..cadd3f42 100644
--- a/gisi/common.h
+++ b/gisi/common.h
@@ -45,6 +45,7 @@ enum message_id {
enum GIsiPhonetDevice {
PN_DEV_PC = 0x10, /* PC Suite */
PN_DEV_HOST = 0x00, /* Host modem */
+ PN_DEV_MODEM = 0x60, /* Modem */
PN_DEV_SOS = 0x6C, /* Symbian or Linux */
};