summaryrefslogtreecommitdiffstats
path: root/src/device.c
diff options
context:
space:
mode:
authorPali Rohár <pali.rohar@gmail.com>2016-06-27 17:24:51 +0200
committerPali Rohár <pali.rohar@gmail.com>2016-06-27 17:24:51 +0200
commitea7f2a441a68bc4496733a2fcabc6bf8d2962d04 (patch)
tree7d1dbaeb76f2b24bffe632af6047eb49494b84d4 /src/device.c
parent61d77eed68615d601716e7ca68203e038b17acd4 (diff)
download0xFFFF-ea7f2a441a68bc4496733a2fcabc6bf8d2962d04.tar.bz2
all: Add support for Nokia N950 (RM-680)
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 2ac5cb6..d50d129 100644
--- a/src/device.c
+++ b/src/device.c
@@ -31,6 +31,7 @@ static const char * devices[] = {
[DEVICE_RX_44] = "RX-44",
[DEVICE_RX_48] = "RX-48",
[DEVICE_RX_51] = "RX-51",
+ [DEVICE_RM_680] = "RM-680",
};
enum device device_from_string(const char * device) {
@@ -63,6 +64,7 @@ static const char * long_devices[] = {
[DEVICE_RX_44] = "Nokia N810",
[DEVICE_RX_48] = "Nokia N810 Wimax",
[DEVICE_RX_51] = "Nokia N900",
+ [DEVICE_RM_680] = "Nokia N950",
};
const char * device_to_long_string(enum device device) {