summaryrefslogtreecommitdiffstats
path: root/src/device.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/device.c')
-rw-r--r--src/device.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/device.c b/src/device.c
index d50d129..db2c6a7 100644
--- a/src/device.c
+++ b/src/device.c
@@ -32,6 +32,7 @@ static const char * devices[] = {
[DEVICE_RX_48] = "RX-48",
[DEVICE_RX_51] = "RX-51",
[DEVICE_RM_680] = "RM-680",
+ [DEVICE_RM_696] = "RM-696",
};
enum device device_from_string(const char * device) {
@@ -65,6 +66,7 @@ static const char * long_devices[] = {
[DEVICE_RX_48] = "Nokia N810 Wimax",
[DEVICE_RX_51] = "Nokia N900",
[DEVICE_RM_680] = "Nokia N950",
+ [DEVICE_RM_696] = "Nokia N9",
};
const char * device_to_long_string(enum device device) {