From 33b13190e1e8925100a7d577ce9ee72344eff987 Mon Sep 17 00:00:00 2001 From: erin_yueh Date: Tue, 26 Feb 2008 08:57:39 +0000 Subject: gsmd: add vibrator at cmd (Sudharshan S) git-svn-id: http://svn.openmoko.org/trunk/src/target/gsm@4115 99fdad57-331a-0410-800a-d7fa5415bdb3 --- include/gsmd/state.h | 1 + include/gsmd/usock.h | 2 ++ 2 files changed, 3 insertions(+) (limited to 'include/gsmd') diff --git a/include/gsmd/state.h b/include/gsmd/state.h index 65659ef..7162b4f 100644 --- a/include/gsmd/state.h +++ b/include/gsmd/state.h @@ -13,6 +13,7 @@ struct gsmd_device_state { unsigned int network_state_gsm; unsigned int network_state_gprs; } ciph_ind; + unsigned int vibrator; unsigned int on; unsigned int registered; unsigned int ringing; diff --git a/include/gsmd/usock.h b/include/gsmd/usock.h index 7df22b2..bb03aa1 100644 --- a/include/gsmd/usock.h +++ b/include/gsmd/usock.h @@ -140,6 +140,8 @@ enum gsmd_msg_phone { GSMD_PHONE_GET_REVISION = 6, GSMD_PHONE_GET_SERIAL = 7, GSMD_PHONE_GET_BATTERY = 8, + GSMD_PHONE_VIB_ENABLE = 9, + GSMD_PHONE_VIB_DISABLE = 10, }; enum gsmd_msg_modem { -- cgit v1.2.3