All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/1] isimodem: Adding version isimodem and isimodem2.5
@ 2011-01-25 12:10 Jessica Nilsson
  2011-01-25 12:23 ` Marcel Holtmann
  0 siblings, 1 reply; 7+ messages in thread
From: Jessica Nilsson @ 2011-01-25 12:10 UTC (permalink / raw)
  To: ofono

[-- Attachment #1: Type: text/plain, Size: 666 bytes --]

Adding a version enum to differentiate between isimodem2.0 and isimodem2.5.

Needed for isimodem2.5 patches planned to follow shortly.

Best Regards,
Jessica


---
 drivers/isimodem/isimodem.h |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/drivers/isimodem/isimodem.h b/drivers/isimodem/isimodem.h
index 37191c7..a2a827d 100644
--- a/drivers/isimodem/isimodem.h
+++ b/drivers/isimodem/isimodem.h
@@ -19,6 +19,11 @@
  *
  */
 
+enum isi_version {
+	ISI_20 = 0,
+	ISI_25 = 1
+};
+
 extern struct ofono_modem *isi_modem_by_interface(char const *ifname);
 
 extern void isi_phonebook_init(void);
-- 
1.7.3.2


^ permalink raw reply related	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2011-01-25 13:20 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-01-25 12:10 [PATCH 1/1] isimodem: Adding version isimodem and isimodem2.5 Jessica Nilsson
2011-01-25 12:23 ` Marcel Holtmann
2011-01-25 12:39   ` Aki Niemi
2011-01-25 12:45     ` Marcel Holtmann
2011-01-25 12:52       ` Aki Niemi
2011-01-25 12:53         ` Marcel Holtmann
2011-01-25 13:20     ` Jessica Nilsson

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.