summaryrefslogtreecommitdiffstats
path: root/src/device.h
diff options
context:
space:
mode:
authorAaro Koskinen <aaro.koskinen@iki.fi>2016-12-24 18:23:28 +0100
committerPali Rohár <pali.rohar@gmail.com>2016-12-24 18:23:28 +0100
commit08485a0c094cf021e5abedd001741da9d0fd1474 (patch)
tree7c7d9726780950c82efbea791be569a5d1820044 /src/device.h
parentb4314bce152c52ee49ccc9f9a318390ec686bf2a (diff)
download0xFFFF-08485a0c094cf021e5abedd001741da9d0fd1474.tar.bz2
all: Add basic support for Nokia N9
Diffstat (limited to 'src/device.h')
-rw-r--r--src/device.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/device.h b/src/device.h
index 9b58dbe..8d38e39 100644
--- a/src/device.h
+++ b/src/device.h
@@ -31,6 +31,7 @@ enum device {
DEVICE_RX_48, /* Nokia N810 WiMax */
DEVICE_RX_51, /* Nokia N900 */
DEVICE_RM_680, /* Nokia N950 */
+ DEVICE_RM_696, /* Nokia N9 */
DEVICE_COUNT,
};