From 724b58e84b7650ca8d0780c32570c5796104fcf4 Mon Sep 17 00:00:00 2001
From: Timothy Meade <zt.tmzt@gmail.com>
Date: Thu, 24 Sep 2009 06:09:17 -0400
Subject: [PATCH 08/11] fix ether mode for non-diamond (only in board-htcraphael-cdma500)

---
 arch/arm/mach-msm/board-htcraphael-cdma500.c |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/arch/arm/mach-msm/board-htcraphael-cdma500.c b/arch/arm/mach-msm/board-htcraphael-cdma500.c
index 4bad5a3..45dc770 100644
--- a/arch/arm/mach-msm/board-htcraphael-cdma500.c
+++ b/arch/arm/mach-msm/board-htcraphael-cdma500.c
@@ -57,7 +57,11 @@
 
 static int halibut_ffa;
 module_param_named(ffa, halibut_ffa, int, S_IRUGO | S_IWUSR | S_IWGRP);
+#ifdef MACH_HTCDIAMOND
 static int adb=1;
+#else
+static int adb=0;
+#endif
 module_param(adb, int, S_IRUGO | S_IWUSR | S_IWGRP);
 
 static void htcraphael_cdma500_device_specific_fixes(void);
-- 
1.6.3.3


