summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAmaury Pouly <amaury.pouly@gmail.com>2013-01-15 19:04:59 +0000
committerAmaury Pouly <amaury.pouly@gmail.com>2013-01-15 19:10:55 +0000
commit19ca914f27c33f8f178d9931afa0a020717598bb (patch)
tree90fe93df1305e218d14e3d17665eee7b77d66c98
parentd6c6c0767cdf78e98789c067d680e09804641c82 (diff)
downloadrockbox-19ca914f27c33f8f178d9931afa0a020717598bb.tar.gz
rockbox-19ca914f27c33f8f178d9931afa0a020717598bb.zip
zenxfi3: remove obsolete comment
Change-Id: I9597461c2d48b7b7558c60efd309e5b34c661cbe
-rw-r--r--firmware/target/arm/imx233/creative-zenxfi3/button-zenxfi3.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/firmware/target/arm/imx233/creative-zenxfi3/button-zenxfi3.c b/firmware/target/arm/imx233/creative-zenxfi3/button-zenxfi3.c
index 5c9fa91771..f2e0bb20bc 100644
--- a/firmware/target/arm/imx233/creative-zenxfi3/button-zenxfi3.c
+++ b/firmware/target/arm/imx233/creative-zenxfi3/button-zenxfi3.c
@@ -176,8 +176,6 @@ int button_read_device(void)
res |= BUTTON_VOL_DOWN;
if(!(mask & 0x100))
res |= BUTTON_VOL_UP;
- /* WARNING: it seems that the voltage on PSWITCH depends on whether
- * usb is connected or not ! Thus the value of this field can be 1 or 3 */
if(__XTRACT(HW_POWER_STS, PSWITCH) != 0 && power_ignore_counter == 0)
res |= BUTTON_POWER;
return res | touchpad_btns;