![]() |
2007-09-29
, 12:04
|
|
Posts: 165 |
Thanked: 9 times |
Joined on Jul 2007
|
#31
|
![]() |
2007-09-29
, 14:31
|
|
Posts: 1,310 |
Thanked: 820 times |
Joined on Mar 2006
@ Irving, TX
|
#32
|
![]() |
2007-09-29
, 20:11
|
|
Posts: 469 |
Thanked: 88 times |
Joined on Sep 2007
@ Montana
|
#33
|
![]() |
2007-10-01
, 11:34
|
Posts: 87 |
Thanked: 40 times |
Joined on May 2007
|
#34
|
After 2 years of Nokia's crap, isn't anyone else sick of being a beta tester. Its like QA doesn't even exist over there.
![]() |
2007-10-01
, 12:15
|
|
Posts: 2,669 |
Thanked: 2,555 times |
Joined on Apr 2007
|
#35
|
![]() |
2007-10-01
, 12:38
|
Posts: 2,152 |
Thanked: 1,490 times |
Joined on Jan 2006
@ Czech Republic
|
#36
|
Milhouse fanoush
I see, control values in registers are really differ to acheive same result.Really asymmetric prop's.Amazing! :\
if (slot == 0) { if (!power_on) return menelaus_set_vmmc(0); switch (1 << vdd) { case MMC_VDD_33_34: case MMC_VDD_32_33: case MMC_VDD_31_32: mV = 3100; break; case MMC_VDD_30_31: mV = 3000; break; case MMC_VDD_28_29: mV = 2800; break; case MMC_VDD_19_20: case MMC_VDD_18_19: mV = 1850; break; default: BUG(); } return menelaus_set_vmmc(mV); } else { if (!power_on) return menelaus_set_vdcdc(3, 0); switch (1 << vdd) { case MMC_VDD_33_34: case MMC_VDD_32_33: mV = 3300; break; case MMC_VDD_30_31: case MMC_VDD_29_30: mV = 3000; break; case MMC_VDD_28_29: case MMC_VDD_27_28: mV = 2800; break; case MMC_VDD_24_25: case MMC_VDD_23_24: mV = 2400; break; case MMC_VDD_22_23: case MMC_VDD_21_22: mV = 2200; break; case MMC_VDD_20_21: mV = 2000; break; case MMC_VDD_19_20: case MMC_VDD_18_19: case MMC_VDD_17_18: mV = 2000; break; case MMC_VDD_150_155: case MMC_VDD_145_150: mV = 1500; break; default: BUG(); } return menelaus_set_vdcdc(3, mV);
One is SDHC in Linux kernel is not ideal.Other is that cards are capable of dying just because power dropped.This is against SDHC specs so card manufacturers are IMHO responsible for releasing flawed products here as well.
![]() |
2007-10-01
, 14:35
|
|
Posts: 11,700 |
Thanked: 10,045 times |
Joined on Jun 2006
@ North Texas, USA
|
#37
|
It's obvious that you guys have never worked in a QA department before.
![]() |
2007-10-01
, 14:53
|
|
Posts: 2,669 |
Thanked: 2,555 times |
Joined on Apr 2007
|
#38
|
![]() |
2007-10-01
, 15:13
|
Posts: 3,841 |
Thanked: 1,079 times |
Joined on Nov 2006
|
#39
|
![]() |
2007-10-01
, 15:42
|
Posts: 87 |
Thanked: 40 times |
Joined on May 2007
|
#40
|
It's obvious that you guys have never worked in a QA department before.