<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=us-ascii" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Werner Almesberger wrote:
<blockquote cite="mid:20080118041538.GA23741@almesberger.net"
 type="cite">
  <pre wrap="">Willie Chen wrote:
  </pre>
  <blockquote type="cite">
    <pre wrap="">Yes, it's a good solution. We can change in gta01_bt_probe.
    </pre>
  </blockquote>
  <pre wrap=""><!---->
Cool. So that would be:

--- linux-2.6.24-rc7.orig/arch/arm/plat-s3c24xx/neo1973_pm_bt.c
+++ linux-2.6.24-rc7/arch/arm/plat-s3c24xx/neo1973_pm_bt.c
@@ -198,7 +198,12 @@
 
 #ifdef CONFIG_MACH_NEO1973_GTA02
         case MACH_TYPE_NEO1973_GTA02:
-                /* FIXME: implementation */
+                /* we make sure that the voltage is off */
+                pcf50633_ena_voltage(pcf50633_global,
+                                     PCF50633_REGULATOR_LDO4, 0);
+                /* we pull reset to low to make sure that the chip doesn't
+                  * drain power through the reset line */
+                s3c2410_gpio_setpin(GTA02_GPIO_BT_EN, 0);
                 break;
 #endif /* CONFIG_MACH_NEO1973_GTA02 */

Correct ?

- Werner
  </pre>
</blockquote>
Yes. That's right.<br>
<br>
-Willie<br>
</body>
</html>