IRC log for #htc-linux on 20071120

00:11.35dcordesgnite
00:21.12Kevin2Hi cr2 - did you end up adding register decoding to haret console?
00:23.17cr2hi Kevin2
00:23.23cr2no, i've just used sed.
00:23.56cr2now i'm fighting with the EGPIO ;)
00:24.25*** join/#htc-linux Zoolooc_ (n=fredsiba@p54952241.dip0.t-ipconnect.de)
00:24.42Kevin2Okay.  I'll add it to the todo list.
00:24.48cr2ok.
00:25.08cr2can you tell me about the hermes SD power /irq gpios ?
00:25.49Kevin2Not sure what you're looking for.
00:26.42cr2if you insert the card, what gpios change ? i've seen one CPLD gpio which is marked 'wifi ...'
00:26.53cr2but maybe there are other.
00:27.10cr2i've also forgot which are input and which are output.
00:29.04Kevin2I have GPB1 as SD card power and wiki has GPF5 as card detect.
00:30.09cr2ok, what is the GPIO65 ?
00:30.13Kevin2Okay - I just checked - it is GPB2 and GPF5
00:31.08Kevin2CPLD1(65)?  That is the ATI irq.
00:31.30Kevin2(The interrupt to the main processor that tells it to service one of the ATI irqs.)
00:32.02cr2ok, that sounds like w228x driver needs its own irq demux ?
00:32.15Kevin2That's the way it looks to me.
00:32.24cr2ok.
00:32.38cr2in the mmc driver i'm only missing  host->pdata->setpower(mmc_dev(mmc), ios->vdd) now.
00:33.15cr2well, the proper irq handling may be tricky, but all the logs are there.
00:34.14cr2we know only 2 ati irqs so far. vline and SD.
00:34.43cr2hmm. i need to document it somewhere.
00:34.53Kevin2It'll be easy to figure out the ATI irqs - just add the irq demux to haret and trigger a bunch of events.
00:36.02Kevin2What's the difference between mmGEN_INT_CNTL  and  mmGEN_INT_STATUS ?
00:36.09cr2ok, it's known how to handle the vline irq.
00:36.23cr2look at the w100_vsync()
00:36.39cr2drivers/video/w100fb.c
00:37.21cr2the SD irq is just a different bit.
00:40.09Kevin2Hrmm.  the w100fb.c code doesn't actually use interrupts - it just polls for an interrupt to occur.
00:42.20cr2if i'm not mistaken, the ATI irq CPLD1(65) is always followed by the sequence like in w100_vsync()
00:42.42cr2only the 0x00000002 bit is replaced with 0x02000000
00:43.05cr2it's in the logs, and i can check which one exactly, but i think i'm not mistaken here.
00:44.47Kevin2Yeah - it is just a little unusual.  It looks like you have to write a one to 0x10200 to enable an interrupt.  And then read 0x10204 to see if the irq triggered.
00:45.44cr2i'll put the decoded traces into wiki, but not today.
00:47.45cr2hehe. the plain egpio driver reboots the machine, probably because it sets the reset egpio bit ;)
00:48.31cr2hmm. so the actual problem is in stacking two htc-egpio drivers...
00:48.55Kevin2cr2: You should be able to specify which pins to default on.
00:49.35cr2yes. but for that i need to research them in much bigger detail.
00:49.56Kevin2Just dump the egpio register and set all pins that are on right now.  :-)
00:50.03cr2:)
00:50.28cr2they are constantly changing in wince, even if i don't do anything.
00:50.52Kevin2Well, if they change, they probably don't need to be on at start.
00:51.23Kevin2cr2: ibit irqs 65 ; addlist irqs p2v(0x10010204) 0x10080003 32 0
00:52.01cr2ok.
00:52.41cr2btw, if the SD irq will be behind the demuxer, the code will be more complex...
00:53.53Kevin2Yeah - you'll need to build something like what's in the egpio driver.  Something that can read the irq, ack it, and turn it into a new irq.
00:55.23cr2yes, i need to document the decoded logs before moving forward.
00:55.30cr2good night :)
00:56.20Kevin2okay - good night.
00:59.29*** join/#htc-linux ljp (n=lpotter@203.94.178.46)
01:27.58*** join/#htc-linux skodde (n=skodde@unaffiliated/skodde)
02:39.24*** join/#htc-linux TBBle_ (n=tbble@202.55.155.113)
02:40.04*** join/#htc-linux AC_Mast (i=s@gateway/tor/x-82c9482a3d16aac8)
02:49.06*** join/#htc-linux GPFerror (i=GPF@cpe-76-187-41-132.tx.res.rr.com)
03:41.13*** join/#htc-linux Zoolooc_ (n=fredsiba@p54952C81.dip0.t-ipconnect.de)
04:25.14*** join/#htc-linux AC_Mast (i=s@gateway/tor/x-f1fa53264c843762)
04:26.03*** join/#htc-linux TimRiker (n=timr@rikers.org)
05:04.06*** join/#htc-linux ltxda0 (n=ltxda@c-98-196-125-205.hsd1.tx.comcast.net)
05:05.41*** part/#htc-linux ltxda0 (n=ltxda@c-98-196-125-205.hsd1.tx.comcast.net)
05:05.52*** join/#htc-linux ltxda (n=ltxda@c-98-196-125-205.hsd1.tx.comcast.net)
05:19.18*** join/#htc-linux ltxda (n=ltxda@c-98-196-125-205.hsd1.tx.comcast.net)
05:26.30*** join/#htc-linux |dion| (n=dion@inhex.net)
05:44.38Zoolooc_good morning
05:57.25swetlandblargh.
05:58.01Zooloochey, swtland
05:58.08Zooloochey, swetland
05:58.45swetland'evening
05:59.24Zooloocyou're almost preparing to go to bed?
05:59.43ZooloocI'll just have my first cup of coffee for today and prepare to go to work :-)
06:00.36swetlandonly 10pm, so it's not quite end of day yet
06:07.41Zooloochow's msm-7k porting going? I've seen some discussion on the arm kernel ml
06:08.35swetlandsloooowly
06:08.46swetlandwell, the lakml side at least
06:09.13swetlandour external tree is lagging behind the internal tree because I'm trying to get the core stuff reviewed and accepted before continually rebasing on top of it
06:09.30Zooloocmust be highly iterative
06:09.34swetlandwe've gotten some good feedback and keep updating the patch sets, but it is not a process that happens overnight
06:09.37swetlandyeah
06:11.57Zooloocanyway, it's what we hope to help others to adapt it also for msm7200, I hope not everything is that different ;)
06:12.13swetland7200 and 7200a are very similar
06:12.51swetlandI don't have a handy reference of the differences, but the most notable ones I remember (we started on 7200 and migrated to 7200a) was the VIC registers shuffled around
06:13.09Zooloocheck, they should be, at least after their model name!
06:25.32Zooloocswetland: interesting, what Nicolas Pitre had to say about branch management
06:26.31Zooloocseems he's too involved in another kernel I'm interested in (I'm also part of the nas-central.org community, we support a couple of arm9-based NAS-es likle those from Buffalo)
06:32.32*** join/#htc-linux _law_ (n=law@mail.stiftadmont.at)
06:33.15*** join/#htc-linux sadeness_ (n=LamersIn@nat2.rlan.ru)
06:42.10*** join/#htc-linux pleemans (n=peter@leemanpe.ugent.be)
06:42.34swetlandzooloc: yeah -- sadly it does mean what I thought: we're gonna be doing a lot of rebasing until we get past this first set of hurdles
06:47.07*** join/#htc-linux goxboxlive (n=goxboxli@81.80-202-132.nextgentel.com)
07:00.28*** join/#htc-linux the_sys0p (i=the_sys0@gateway/tor/x-5036a7e934c91cf4)
07:08.28*** join/#htc-linux Marex-notebook (n=marex@vasut.kolej.mff.cuni.cz)
07:15.59*** join/#htc-linux rob_w|laptop (n=rob_w@p549B9572.dip0.t-ipconnect.de)
07:19.11*** join/#htc-linux kiozen (n=oeichler@p5492A4BF.dip0.t-ipconnect.de)
07:48.58*** join/#htc-linux rmoravcik (n=moravcik@gtsgw.ttc.cz)
08:11.26*** join/#htc-linux zoolooc (n=lucian@p54952C81.dip0.t-ipconnect.de)
08:23.42*** join/#htc-linux kiko_ (n=Kiko@st0192.nas931.soka.nttpc.ne.jp)
09:40.42*** join/#htc-linux BabelO (n=fcr@81.80.236.75)
09:54.19BabelOplop
10:25.18*** join/#htc-linux goxboxlive (n=jrs@195.159.97.196)
10:25.26goxboxlivegood morning
10:30.11*** join/#htc-linux jeanseb_ (i=jeanseb@ns.popipo.fr)
10:30.54BabelOmorning goxboxlive
10:42.07goxboxlivebon jour
10:45.30*** join/#htc-linux _law_ (n=law@mx2.stiftadmont.at)
10:47.16*** join/#htc-linux _law_ (n=law@mail.stiftadmont.at)
11:01.32*** join/#htc-linux __law__ (n=law@mx2.stiftadmont.at)
11:05.03*** join/#htc-linux Daniel77 (n=dwarren@220-253-157-100.VIC.netspace.net.au)
11:09.48*** part/#htc-linux goxboxlive (n=jrs@195.159.97.196)
11:19.44Daniel77hey just after a small clue! I am a fairly experienced linux user and just had my first attempt at making my own angstrom gpe-image for magician, everything went to plan but the touchscreen don't work! where should I start looking?
11:23.35*** join/#htc-linux rob_w|laptop (n=rob_w@p549B9572.dip0.t-ipconnect.de)
11:27.01*** join/#htc-linux goxboxlive (n=jrs@195.159.97.196)
11:34.53*** join/#htc-linux the_sys0p (i=the_sys0@gateway/tor/x-64d4eadb9c8e4825)
11:45.22*** part/#htc-linux Daniel77 (n=dwarren@220-253-157-100.VIC.netspace.net.au)
12:13.01*** part/#htc-linux goxboxlive (n=jrs@195.159.97.196)
13:23.48*** join/#htc-linux goxboxlive (n=jrs@195.159.97.196)
14:55.27*** join/#htc-linux __law__ (n=law@mail.stiftadmont.at)
15:06.20*** join/#htc-linux goxboxlive (n=goxboxli@81.80-202-132.nextgentel.com)
15:17.40*** join/#htc-linux GPFerror (n=gpferror@cpe-76-187-41-132.tx.res.rr.com)
15:24.36*** join/#htc-linux dcordes (n=dcordes_@f054217053.adsl.alicedsl.de)
15:26.03cr2ellisway: are you here ?
15:26.15goxboxlivehih cr2
15:27.02cr2hi goxboxlive
15:28.56zooloochi folks
15:29.35zoolooclast night, I managed to cross-build latest haret and connect via WLAN with the included python scripts from my gento omachine to Kaiser
15:30.13zoolooccr2: if we'd both find some time late tonight, to dump stuff...
15:30.44cr2zoolooc: if you just run 'wi 5' , do you see anything ?
15:31.19zooloocdidn't do that, I can only try that at home, now I'm still @work
15:33.23cr2ok.
15:36.45*** join/#htc-linux TeringTuby (n=maarten@195-241-125-243.ip.telfort.nl)
16:21.16kiozencr2: polygon skinning works now, see repository
16:26.15*** join/#htc-linux |dion| (n=dion@inhex.net)
16:31.11dcordes|unboxingplease read eula before use
16:34.01cr2dcordes|unboxing: put eula in the trash bin :) i even didn't remove the packaging from the cds.
16:34.32cr2kiozen: it became a bit slower, but looks very nice.
16:34.56dcordes|unboxingI wonder why they print instructions onto the nice display cover
16:35.03dcordes|unboxingso I can't leave it on
16:35.25kiozencr2: that's because polylines have lines, too, because the skinfile defines a color for every one
16:36.37cr2kiozen: i think it's not a problem, if the map has good object separation between the zoom levels.
16:37.20kiozencr2: the skinfile should not define a color if not neccessary
16:37.36kiozencr2: and it has no value for transparent color
16:38.38cr24th byte for the transparency ?
16:40.13kiozenhm, I exchange #000000 to Qt::NoColor
16:42.41cr2btw, a pixmap brush option will make everything even more slower, but it's a "nice to have" too.
16:42.46dcordes|unboxingcr2, is it normal that those battery covers on the back require brute force in order to move?
16:43.07cr2dcordes|unboxing: on a new device ? yes.
16:43.11dcordes|unboxingyea
16:43.25dcordes|unboxingI don't want to break it before I even turn it on. It's not moving at all
16:43.49cr2hm. the manufacturing quality obviously decreases.
16:44.16cr2the best htc mechanical design i've seen was himalaya.
16:44.29cr2it was the most robust device.
16:44.57dcordes|unboxingI think kaiser's robustness has its downside because of the flipping keyboard
16:45.09cr2well, hermes is not bad too.
16:45.10dcordes|unboxinganyway I have to leave. won't try to remove the cover in a hurry
16:45.15dcordes|unboxingbbl
16:45.37dcordes|unboxingbye
16:54.05*** join/#htc-linux Marex-notebook (n=marex@vasut.kolej.mff.cuni.cz)
16:57.11kiozencr2: added dynamic line thickness
17:05.17cr2kiozen: mapsource takes a break :)
17:05.54cr2can it be compiled with mingw for windows now ?
17:05.55kiozenalways wonder how roadmap makes those smooth lines
17:06.04kiozenyou know where to look?
17:06.13cr2smooth ?
17:07.09cr2with qt4 or gtk2 ?
17:07.09kiozenlines connect nicely
17:07.09kiozenqt4
17:07.41cr2gtk2 used agg for antialiasing.
17:07.45cr2linecap ?
17:08.56kiozenthey are round, but you don't see if they overlap
17:09.33cr2setlinecapstyle.
17:09.52cr2they are square before, but i've changed them to round.
17:10.33cr2but the railroad should be square.
17:10.45cr2otherwise it's ugly.
17:10.46kiozenI tried, but it looks ugly with QL
17:10.53cr2ok.
17:11.28kiozenin roadmap lines look like they are converted to polygons
17:11.34kiozenbut I doubt it
17:11.49kiozentoo much to calculate :)
17:13.57cr2no, i think the width is adjusted depending on the zoom level.
17:14.17cr2but the zoom level control in roadmap is insane.
17:14.35cr2i think it starts with 22cm/pixel
17:14.45kiozenyes, that's easy, but connecting the lines nicely when they are big is not
17:15.16cr2i doubt that such hires is really necessary.
17:15.31kiozen:)
17:15.54cr2your 24bit garmin, what is the m/pix for it ?
17:16.44cr2actually i wish we had switched to mercator, and use ~1.2 m/pix as a base resolution.
17:17.22kiozendon't have such a thing like m/pix
17:17.24cr2without a 2frequency receiver a better accuracy is a joke anyway.
17:17.38kiozenit's dependent on the projection
17:17.41cr2you have it on the screen.
17:18.10kiozenlook at the beginning of CGarminMap.cpp
17:18.20cr2yes, that's why i like mercator.
17:18.21cr2ok.
17:18.34kiozenthe float is the scale factor
17:19.00cr2btw, are you going to support TM aka GK ?
17:19.02*** join/#htc-linux user9oooo11 (i=user9ooo@124.125.212.19)
17:19.20kiozenUTM
17:19.35cr2yes, your scalebar must know about the resolution.
17:19.39user9oooo11Hello people could someone here please help me out with the installation of opie on qtek pu10?
17:19.41cr2what about Norway ?
17:19.50kiozenyou got me :=
17:19.56user9oooo11<PROTECTED>
17:19.57kiozenit's missleading
17:20.00cr2user9oooo11: pu10 is universal ?
17:20.05user9oooo11yes
17:20.09user9oooo11htc
17:20.23user9oooo11imate jasjar/o2x2da
17:20.40user9oooo11cr2 can help me?
17:20.46user9oooo11i have a 2gb card.
17:21.01user9oooo11and i make mistakes while defining the partition table.
17:21.09cr2there is a very simple installer, but i don't know if it's freely available.
17:21.18user9oooo11sowhat is the name?
17:21.25kiozencr2: scale bar is a joke in QL ;) have to go, bbl
17:21.26user9oooo11i will try warez.
17:21.45user9oooo11or u can teach me once so that i can go with long installation meth.
17:21.51cr2user9oooo11: you have linux or windows as your host system ?
17:22.01user9oooo11windows vista.
17:22.10user9oooo11i am using vista.
17:22.13cr2i have it, but if i'm not mistaken i can't give it to you :)
17:22.16cr2ok.
17:22.25user9oooo11haha, nevermind.
17:22.34cr2then how yre you partitioning the card ?
17:22.37user9oooo11can u help me with defining partitions?
17:22.44user9oooo11i am using the ramdisk.
17:22.53user9oooo11and booting the pu10 with it.
17:23.02user9oooo11and doing everything there.
17:23.31user9oooo11for 1st partition fat32
17:23.37user9oooo11it takes default value of 2
17:23.47user9oooo11and i gave 31 as last cylinder
17:23.47cr2ok, but then you don't really need to partition.
17:23.52user9oooo11as read in the forums.
17:24.03user9oooo11seriously?
17:24.13goxboxliveuser9oooo11: i will make a image with the easy installer soon. I just have to compile a qtopia image without helix.
17:24.13cr2leave 1 partition.
17:24.20user9oooo11ok, i will skip it tell me what to do next then.
17:24.38user9oooo11gox - thanks. Make it for us.
17:24.40cr2mke2fs -j it.
17:24.41user9oooo11new people.
17:24.46user9oooo11ok
17:24.53user9oooo11trying it now cr2.
17:25.16goxboxliveuser9oooo11: i have made a easy howto for all this: http://www.handhelds.org/moin/moin.cgi/UniversalHowtoInstallLinux
17:25.35user9oooo11cr2 - nothing like swap for pda's?
17:25.46user9oooo11thanks gox, will check it.
17:26.28*** part/#htc-linux BabelO (n=fcr@81.80.236.75)
17:28.51*** join/#htc-linux pleemans (n=peter@d51A5E76A.access.telenet.be)
17:30.07user9oooo11How to type " - " , i tried fn and shift... not able to figure out.
17:31.04*** join/#htc-linux SmallR2003 (n=SmallR20@c-24-15-250-237.hsd1.il.comcast.net)
17:31.36user9oooo11damn what a pain, i can see it but maybe some error i cant type it. lol
17:32.12user9oooo11gox - i refered ur manual.
17:32.18user9oooo11i mean i was using the same.
17:32.36user9oooo11but i actuall get struck here.
17:32.37user9oooo11Set the Last cylinder or +size or +sizeM or +sizeK (xx-xxxx, default xxxx):
17:32.41user9oooo11that part.
17:32.53user9oooo11and i make the SD un usable.
17:33.46user9oooo11cr2 it says invalid block counts.
17:33.49user9oooo11now what?
17:34.46cr2user9oooo11: delete everything
17:34.50cr2all partitions.
17:34.52user9oooo11ok
17:38.53user9oooo11yes deleted all the partitions, written, verified.
17:38.57user9oooo11same problem.
17:40.14cr2how old is your ramdisk ?
17:40.29user9oooo11anyways - 2032 mb, 2032664576 bytes 4 heads, 16 sectors/tracks, 62032 cylinders.
17:40.34user9oooo11just dl'd it.
17:40.46user9oooo11from the site... handhelds
17:40.57user9oooo11so can u help me to define partitions?
17:41.21user9oooo11its new version.
17:42.27user9oooo11lol i need to learn cylinder shit i suppose. :p
17:43.48*** join/#htc-linux law|home (n=_law_@213.173.86.202)
17:45.16*** join/#htc-linux lieter (n=lieter@a62-251-100-248.adsl.xs4all.nl)
17:45.20cr2user9oooo11: why ?
17:45.34cr2it should not really matter.
17:45.59user9oooo11because i am getting the same error with this method.
17:46.29user9oooo11and it says, did u specify the device correctly?
17:47.03cr2strange.
17:47.08user9oooo11yeah.
17:51.57user9oooo11Um lets see i did it again.
17:52.10user9oooo11need to experiment and get it to work.
17:58.09*** join/#htc-linux ellisway_phone (n=pocketir@general-kt-195.t-mobile.co.uk)
18:14.02*** join/#htc-linux BabelO (n=Fabrice@lun34-2-82-238-28-28.fbx.proxad.net)
18:17.41*** join/#htc-linux dcordes_ (n=dcordes_@e179098112.adsl.alicedsl.de)
18:18.42*** join/#htc-linux pH5 (n=ph5@e178242010.adsl.alicedsl.de)
18:20.39cr2hi pH5
18:21.12pH5hey cr2
18:21.34cr2pH5: i'm trying to understand htc-egpio :)
18:22.34cr2you have added .bus_shift, but there is no default value set, and my guess about it being 2 like on asic3 is wrong.
18:23.08pH5cr2: Kevin2 has made htc-egpio default to 16bit registers, so you have to set bus_shift=0 if you have 16bit packed
18:23.22pH5or bus_shift=1 if you have 32bit aligned registers
18:23.22cr2but i still crash trying to access the gpios on the second CPLD.
18:23.40cr2pH5: i've set it to 0 now.
18:24.43pH5cr2: should be correct, from looking at http://wiki.xda-developers.com/index.php?pagename=AthenaCPLD1
18:24.53pH5for CPLD2 it shouldn't matter as it is only one reg
18:26.00cr2ok, i need to fix the CPLD1 first, so i can login over usb and debug thr second one.
18:26.24cr2is it necessary to declare the irq bits as input ?
18:26.46cr2sounds a bit strange to me.
18:27.18pH5cr2: no.
18:27.43*** join/#htc-linux Zoolooc (n=fredsiba@p54952C81.dip0.t-ipconnect.de)
18:28.03cr2ok. do i need to declare the others ?
18:28.04pH5in which registers are the irq bits?
18:28.14cr2<PROTECTED>
18:28.17cr2<PROTECTED>
18:28.26pH5you only need to declare two types of pins: a) output pins that should default to 1 on start, and
18:28.41pH5b) input pins that should be associated with a certain irq
18:28.59pH5a, +0x8
18:29.02cr2yes.
18:29.17cr2are they the same ?
18:29.44pH5is there any of those irqs corresponding to a input gpio level?
18:30.15pH5(it is similar as magician, but you have more registers)
18:30.47cr2dont' think so.
18:31.02cr2most gpios look like output.
18:31.15pH5then you don't have to worry about any input/irq declaration
18:31.30pH5just declare those output gpios that have to be turned on during boot
18:32.20cr2Kevin2 writes that the registers are 8bit, and it looks like that.
18:32.43pH5cr2: same here, I have 32bit aligned 8bit registers
18:33.35pH5maybe we have to introduce register width parameter after all to avoid bloat. just pretend they are 16bit for now.
18:33.55cr2ok.
18:34.06cr2so i don't need the .pin and .nr_pins ?
18:34.48pH5if you don't set any output pins, the driver writes 0x00 to all output registers during startup.
18:35.07pH5if you need power on some line for normal operation, you have to declare that pin.
18:35.28cr2seems to work without it now.
18:35.54cr2i only need to catch the USB insert irq.
18:36.12cr2otherwise i can't login.
18:36.20pH5it should. the only pins that I have default to 1 on magician are GSM reset and the internal microphone selector.
18:36.42cr2i'm not so far.
18:37.00cr2but there is a hard reset pin on CPLD.
18:37.45pH5I have just submitted (very) basic magician support to LAK, let's see where this goes.
18:38.51cr2ok.
18:39.44cr2strange.
18:40.07cr2i get a flood of gpio1 interrupts when i insert the USB cable.
18:40.40*** join/#htc-linux dcordes__ (n=dcordes_@f048233201.adsl.alicedsl.de)
18:40.42cr2http://wiki.xda-developers.com/index.php?pagename=AthenaGPIO
18:41.49pH5athena doesn't use pxa udc?
18:42.48cr2i don't understand the usb setup completely.
18:43.19cr2the isp1583 driver is there, writes a lot in dmesg, but i don#t see anything with haret.
18:45.51Zooloochi there
18:46.01pH5hey Zoolooc
18:46.07Zoolooccr2: is this what you asked me to try? http://pastebin.ca/791061
18:46.13Zooloochey pH5
18:47.19cr2Zoolooc: yes.
18:48.22cr2Zoolooc: you can try to do 'pd' and 'addlist mmutrace' on the unknown address space blocks.
18:49.27dcordes__amazing to see wince automagically using my hardware
18:50.33Zooloocare these (and wi too) commands which do not show up in haret's help?
18:50.55cr2watch is in help
18:51.02cr2addlist is in help
18:51.28dcordesah what's wrong with my wifi. iwconfigarrrgh
18:52.12Zooloocbut you didn't say about watch, you said "pd" which I can't see
18:52.40cr2ok.
18:52.42Zoolooccan't see WI either
18:53.00cr2pd 0xphysaddr size
18:54.58Zooloocshit my kaiser went into standby and closed WLAN connection
18:57.32cr2hm. now i don#t understand why haret decodes the hermes CPLD accesses, but not the athena cpld accesses.
18:58.04cr2aah. ok.
19:02.15*** join/#htc-linux kiozen (n=oeichler@rgnb-4db03ffb.pool.einsundeins.de)
19:13.39cr2pH5: puzzling
19:50.19*** join/#htc-linux rmoravcik (n=rmoravci@ip-89-103-152-149.karneval.cz)
19:54.51*** join/#htc-linux wild (n=root@st5a11.di.uniba.it)
19:55.02wildwe BabelO are you here?
19:55.33BabelOwild: yes
19:55.33cr2pH5: it seems to me that pxa27x_usb is not used.
19:56.45cr2pH5: the host is pxa27x (1.1) and the client is isp1582(2.0)
19:56.48wildwoww :) i try to compile aodv-uu with arm compile for my kernel (yesterday thankyou for your help i compile it) in my blueangel, but i have a lot of difficult... can you help me?
19:57.09BabelOwiwhat is that ?
19:57.22cr2pH5: really bizarre.
19:57.42BabelOcr2: bizarre vous avez dit bizarre, comme c'est bizarre ;)
19:57.58wildis a protocol.... have you ever compile a module with cross compile for your kernel?..
19:58.29cr2BabelO: htc is simply crazy.
19:58.32wildwhen i compile with makefile ad-hoc for arm, i have a lot of error like: stdio.h no such file or directory
19:58.50wildwhat does mean? sorry for my english
19:59.36wildi set right path
19:59.47wildbut nope :(
20:00.04BabelOwild: do you have link to this tgz sources ?
20:00.14wildok
20:00.16cr2BabelO: but that means i can connect the USB stick and use pxa27x usb host :)
20:00.18wildone moment
20:00.28BabelOcr2:  on athena ?
20:00.32cr2yes.
20:00.36pH5cr2: makes sense, pxa27x udc doesn't support hi-speed, right?
20:00.41cr2yes.
20:00.44pH5hi BabelO
20:00.52wildhttp://core.it.uu.se/core/files/aodv-uu-0.9.5.tar.gz
20:00.56cr2pH5 but why not use the 2.0 host ??
20:01.12pH5because isp1582 is a peripheral controller only?
20:01.14wildBabelO: let me know...
20:01.22wildthankYOU!!!
20:01.32cr2pH5: the EPSON chip also has usb.
20:01.53cr2but it will hurt performance indeed.
20:02.27cr2it seems they used in on older board revs. because there is a v03usb driver in wince.
20:03.06cr2pH5: which machine use pxa27x usb host for the disks ?
20:04.12cr2V03USB: 1583 on board
20:04.14cr2Board ID: 6
20:04.14cr21583 on board
20:04.29cr2ISP1583 USB20 Intr En
20:04.50cr2SOhcdPdd - Init called: USBHRegs:380000 CLKMGRRegs:370000
20:05.02cr2M+Enable Host VBUS power (1)
20:05.03cr2-Enable Host VBUS power
20:05.03cr2+Enable Over current protect
20:05.03cr2-Enable Over current protect
20:05.03cr2Over current detect active low
20:05.09cr2ok. now that makes sense.
20:05.22wildBabelO: i made the Readme arm procedure with two compiler: 1)arm-linux-gcc and with 2)arm-none-eabi-gcc but i have the same problem with path of files: No such file blablabal
20:06.30cr2athena looks like a really crazy machine now.
20:08.47cr2it seems the best to make usbh and BT work and login over bluetooth.
20:09.06pH5cr2: bluecore?
20:09.54cr2brf6150
20:10.13cr2usbh for the rootfs
20:10.29BabelOwild: only daemon don't want to compile
20:10.50wildBabelO: what?
20:12.30cr2pH5: it seems that mainstone has a similar usbh config.
20:12.59cr2i only need to check the uhcr
20:13.15pH5hm, I should learn about usbh configuration some day. for magician I just copied the uhcr values from haret without understanding anyting :)
20:14.03dcordesearphones of htc headset are huge^^
20:17.21BabelOhi pH5
20:17.59cr2hehe. the first device that does not use udc.
20:18.24wildBabelO: what you can tell me about my previous question? :(
20:19.00BabelOwild: i lll look but don't want to compile, always same error
20:19.28wildoh no :( ok!.....
20:20.18wildif you have any news let me know! i'm in university now... at 21:21 pm :(
20:20.33wildi try to solve this pèroblem!
20:20.37BabelOpH5: what do you know about htis error libgcc_s.so: could not read symbols: File in wrong format
20:20.52BabelOwild: ok, i need to eat something ;)
20:21.10BabelOwild: so not now
20:21.30wildBabelO: are you here tomorrow?..
20:21.35pH5BabelO: no, I have never seen that.
20:21.45wildat about 19-20
20:21.48*** join/#htc-linux kiozen (n=oeichler@rgnb-4db03ffb.pool.einsundeins.de)
20:21.51pH5incompatible toolchains?
20:22.06BabelOpH5: it is with arm-linux-gcc ouput -o list  o f object ..
20:22.18BabelOi can try with another yes
20:22.42BabelOwild: not sure, tomorrow it is my day out, for pub time ... lol
20:22.54wildamuhamauha
20:23.07wildok ok! :)
20:23.43*** join/#htc-linux |dion| (n=dion@inhex.net)
20:24.29wildcan you send me a mail about that problem? if you solve it? i can put your name in my university work at this page: http://www.di.uniba.it/~scaporaso/
20:26.58wildemail is: wildspecial@yahoo.it   <- no main mail (for spam) but you can send me at this address
20:27.32BabelOwild: ok no problem
20:27.58wildthankyou very much! BabelO ...ehmm what is your name?
20:28.19BabelOwild: fabrice, french ;) lol
20:29.14wildok Fabrice see you soon! opsss :) you should hate italy :)
20:32.53cr2ok, now i need the spi keyboard driver :)
20:33.03kiozenBabelO: too dump to find it in the logs: where do I have to hit qtopia to get rid of quick dial?
20:33.50cr2kiozen: i'll do the following now. i'll add the CPLD support code to c550 for you to test.
20:34.25kiozencool! does it have a laser?
20:34.58cr2:)
20:34.59BabelOkiozen: in xml file /opt/Qtopia/etc/default/your theme/homescreen.xml
20:35.11kiozenthanks
20:39.16kiozenBabelO: don't have /opt/Qtopia/etc/default/your theme/homescreen.xml
20:39.31BabelOkiozen: wait i look on BA
20:40.04kiozenI do have /opt/Qtopia/etc/default/Trolltech/*.conf
20:40.17dcordescr2, I got latest haret up and running on kaiser and I'm connected to it through the telnet pythong script
20:40.24BabelOkiozen: /opt/Qtopia/etc/themes/
20:41.35BabelOkiozen: or you can use another theme
20:42.05kiozenfirst have to findout wichone I have :)
20:42.29BabelOkiozen: in finxi.conf for example , you can comment DialerConfig
20:43.02BabelOkiozen: your default theme is in etc/default/Trooltech/qpe.conf
20:43.16BabelOkiozen: or you can see it in qtopia menu->settings->apparence
20:43.35kiozengot finix can you read minds?
20:45.04GPFawaywhere is the latest hermes build located?
20:45.41cr2dcordes: http://wiki.xda-developers.com/index.php?pagename=TitanMemoryMap
20:46.49dcordescr2, this may sound dumb now but what about TitanMemoryMap?
20:47.04BabelOkiozen: is it ok now ? ;)
20:47.30kiozenno, but I have found the right corner to hit :)
20:47.37cr2kiozen: the kernel compiled to me now.
20:47.47kiozenand the laser?
20:48.08cr2dcordes: look with 'pd' if you'll find something useful in the undocumented areas.
20:48.30cr2dcordes: start with 0xb6000000   0x88000000   2
20:48.57cr2pd 0x88000000 0x200000
20:49.03cr2will drop 2MB.
20:50.59cr2kiozen: i don't want to commit untested code to CVS, can you boot with my zImage ?
20:51.05dcordesI think I need that arm objdump application frist
20:51.30kiozennothing in my mailbox :)
20:52.33cr2kiozen: sent.
20:52.58kiozencr2: got it. testing..
20:54.41*** part/#htc-linux welp (i=welp@gentoo/developer/colchester-lug.member.welp)
20:55.33dcordescr2, do I?
20:56.32cr2dcordes: no. btw, you have it if you have cegcc
20:56.49dcordesZoolooc, passed me his binary
20:57.34dcordesdidn't compile myself
20:57.49cr2ok. it does not matter.
20:58.55kiozencr2: no :(
20:59.04kiozensame result
21:02.18cr2kiozen: does it boot ?
21:02.27kiozenno not at all
21:02.35cr2ok.
21:03.17kiozenturning off mmu... and then the screen fades grayish, all other lights off
21:03.18BabelOkiozen: you can make a clean xml file for your pda
21:04.02kiozenBabel=: not now. cr2 trashed the kernel ;)
21:05.59cr2kiozen: ok, then the lcd power gpios just gone off.
21:07.11kiozennot only the lcd power gpios :P
21:08.50cr2kiozen: can you 'pd 0x10000000 0x100' and pastebin the output ?
21:09.10kiozenok...
21:09.17*** join/#htc-linux welp (i=welp@gentoo/developer/colchester-lug.member.welp)
21:11.24kiozencr2: http://pastebin.ca/791364
21:13.18cr2kiozen: ok, so we trash these 0xf and 0x2. if this register is really readable.
21:14.33cr2kiozen: can you do 'addlist mmutrace p2v(0x10000000) 0x100' and watch the changes when your lcd goes on and off ?
21:14.47kiozenok ..
21:14.49dcordescr2, you told me to dump for titan memory map. Is that your purpose or shall I use http://wiki.xda-developers.com/index.php?pagename=KaiserMemoryMap ?
21:15.04cr2telnet to another port (listen command) and use 'setlcd' i think.
21:15.41cr2dcordes: the internal register spaces do not differ.
21:15.50dcordesok
21:16.43dcordescr2, I'm getting Exception while reading from adress bllablub
21:17.08kiozenhm addlist returns immediately
21:17.39pH5kiozen: that's the way it should be
21:17.52pH5it just adds an entry to a list variable, you can look at it with the show command
21:18.10dcordescr2, with 0000000 | ......... in between
21:18.17dcordesis that normal behaviour for the operation?
21:18.20pH5kiozen: the changes you'll see with another 'wi'
21:18.33dcordescr2, I ran pd 0xb6000000    0x88000000    2
21:19.15kiozenok, wi does print a lot of stuff
21:20.08dcordescr2, http://pastebin.ca/raw/791379
21:21.17cr2dcordes: pd 0x88000000 0x1000
21:21.26cr2that will look better :)
21:22.39kiozencr2: wi prints too much.. do you really want that?
21:23.47cr2kiozen: can you filter out the changes at 0x1000000x ?
21:24.38cr2the problem is that there are 4 LCDs with different setups ;)
21:24.44kiozencr2: ??? typical line looks like 001.908(0003250) IRQS     ICIP: TMR0(26)=1
21:25.02cr2kiozen: ibit irqs 26
21:25.17cr2just mask the timer
21:25.29dcordes~lart wince
21:25.29apttakes a large goose feather pillow and swings it wildly in wince's direction, hitting wince and sending wince flying into the closet
21:27.38dcordescr2, "pd 0x88000000 0x1000" says pretty much the same
21:27.59cr2dcordes: ok.
21:28.32cr2dcordes: try 0xa0000000
21:28.34kiozencr2: http://pastebin.ca/791394 lcd on->off but I doubt that it is what you want
21:28.43dcordesnow it quit.
21:28.43cr2and the other undocumented.
21:28.58cr2dcordes: restart haret
21:29.54cr2kiozen: gpio12 is wifi irq ?
21:30.00dcordesHaRET(1)# pd 0xa0000000; line 1: Expected <addr> <size>
21:30.44kiozenpossible, I link via wifi
21:31.05dcordescr2, "pd 0xa0000000 0x1000" gave me a bunch of "a0000f10 | 00000000 00000000 08000010 00000000 | ................"
21:31.09cr2dcordes: pd 0xa0000000 0x1000
21:31.21cr2ok.
21:31.22dcordesis that what I want?
21:31.30cr2yes.
21:31.40cr2look at 0xa01...
21:31.59cr2we want to filter out completely empty areas.
21:32.26dcordesthat gave things like }^..............
21:32.40dcordesa0100e10 | a88a5e7d 00000000 00000000 00000000 | }^.............. eg
21:35.33*** join/#htc-linux Marex-notebook (n=marex@vasut.kolej.mff.cuni.cz)
21:35.46cr2ok, so it's not empty.
21:36.32dcordescr2, so it's all about that last section?
21:37.41cr2yes. and the 0xb* looks strange too.
21:39.51dcordescr2, I notice the haret logs. Is required (non empty) info saved in them?
21:41.12dcordesah I see everything.
21:43.19*** join/#htc-linux TimRiker (n=timr@rikers.org)
21:45.57cr2kiozen: i see that you also have the same ohci setup as athena. you'll be able to connect garmin and run qlandkarte :)
21:46.31kiozenhm actually I want the get rid of garmin :)
21:46.48cr2was a joke :)
21:47.13kiozenmore likely I want to connect to a BT GPS
21:47.27kiozencr2: you need anything else?
21:47.59cr2no, i'll look at the bootloader for more data.
21:48.03*** join/#htc-linux Mineque (n=Mineque@195.60.65.50)
21:48.43dcordesis there a way to decrease the telnet timeout in wince?
21:51.18cr2kiozen: no, garmin takes too much current.
21:51.31cr2in the usb_storage mode
21:51.58dcordescr2, I still don't understand things right: see how do I get this value    "32MB DRAM "?
21:53.33goxboxlivecr2: a friiend of mine was testing the linux installer. His device started to flash purple/green.
21:54.30goxboxlivecr2: forget it, he was joking
21:54.37cr2:)
21:54.49goxboxlivei will kick his balls when i meat him
21:54.58cr2goxboxlive: LOL
21:55.23cr2goxboxlive: there was something strange with the brightness sensor
21:55.46cr2the SPL set it as input for some reason.
21:55.54cr2where can i get the G4 SPL ??
21:56.16pH5g4 spl?
21:56.51cr2pH5: there are later models with g4 instead of g3.
21:56.54pH5isn't only the ipl doc specific?
21:57.11pH5on herald there are two ipls, but spl is the same for h3/g4.
21:57.37cr2pH5: yes, but the SPL is certainly newer than my 0.51
21:57.47pH5I see.
21:57.47cr2on a g4 device.
21:58.40cr2pH5: i've seen a post on the hx4700 ML about changing the ati pixclock
21:59.16cr2pH5: you can check with the latest haret CVS if it is really so.
22:01.51elliswayevening all
22:05.15cr2ellisway: the hima and athena links are empty
22:05.17pH5hey ellisway
22:05.37pH5cr2: wasn't that post about rotation?
22:06.17cr2pH5: yes, but he says that the pixclock needs to be changed. you can check if it's the case with 'ATIDBG'
22:06.54elliswaythey link back to linuxtogo atm
22:07.30cr2the w32x0 output should be correct. on w228x only the PLL settings are ok.
22:07.59cr2ellisway: well, but there is nothing there :)
22:08.05ellisway:)
22:08.31elliswaynot quite sure what to do with the site how it is atm
22:08.33cr2ellisway: i have an athena demo. and loox n560 needs some home too.
22:09.13elliswayi can send you all the info so you can update and add stuff yourself etc
22:09.20cr2ok.
22:09.37elliswayprobably best by mail
22:09.42cr2you can also run rsync.
22:10.35cr2pmesg the e-mail address.
22:11.16cr2ok.
22:11.44cr2sent.
22:12.10elliswayk
22:14.03elliswaysent
22:14.48cr2will tak 5min
22:15.55dcordescr2, could I disturb you again for a second?
22:16.01cr2yes.
22:16.33dcordesI have no clue to continue. I tried to copy several of the values next to the missing field on the right from the wiki
22:16.46dcordesbut always received that error message
22:19.09cr2dcordes: ok. so 'wi' does not produce any idle output  ?
22:21.00dcordescr2, which interval shall I set?
22:22.42dcordescr2, "# wi 2" > "Handled 749 irq, 2714 abort, 5319 prefetch, 0 lost, 0 errors"
22:23.00cr2dcordes: try small numbers first.
22:23.15dcordes0.1?
22:23.16cr2dcordes: i have a small example for you
22:23.40cr2no, if you are not spammed by the event you can set 30
22:24.05cr2do you see 2 areas related to the touchscreen ?
22:25.26dcordescr2, clear text?
22:25.43*** join/#htc-linux AC_Mast (i=s@gateway/tor/x-568c4545035e7b0d)
22:26.15dcordescr2, Handled 10160 irq, 35296 abort, 70581 prefetch, 0 lost, 0 errors with "wi 30" but I see no touchscreen
22:26.17cr2no, the physical addresses
22:26.55dcordesah wait a second
22:27.00cr20xa8100000
22:27.01cr2and
22:27.21cr20xaa300000
22:27.31cr2so do the following:
22:28.05cr2addlist mmutrace 0xb1c00000 0x1000
22:28.30cr2addlist mmutrace 0xb1d00000 0x1000
22:28.40cr2and then 'wi 30'
22:28.45cr2now touch the screen.
22:29.05dcordesroger that
22:29.09dcordesbling
22:29.16dcordesget like 10 lines on touch
22:29.24dcordesnow it endet.
22:29.26cr2ok.
22:29.38cr2can ou pastebin the lines.
22:29.44dcordesI touched it, got a blob of lines, then it said nothing, then exited.
22:30.02cr2that's good.
22:30.09cr2it's "tracing" for you :)
22:30.18dcordescr2, http://pastebin.ca/791493
22:30.23dcordescool
22:30.37cr2you can also watch for other areas, and try different hardware events.
22:30.59cr2another interesting area is the I2C
22:31.08dcordeslet me first check with the memory what exactly I did right now
22:31.26cr2because the TSC2003 should be an i2c-controlled chip. the datasheet is available.
22:32.20cr2ok, what you see are the touchscreen -related interrupts.
22:33.41cr2017.540 IRQS 94e00000: ?(16)=10000
22:33.54cr2the question mark is something to ask Kevin2
22:34.48dcordesthat filter I defined with addlist- do I have to clear it before I run the next test?
22:38.03cr2yes, probably it's better to clean it, but not necessary.
22:38.15cr2since it doens'T produce much output.
22:38.28cr2try to trace the I2C area.
22:38.37cr2and touch the LCD.
22:39.56dcordesok
22:42.00*** join/#htc-linux TeringTuby (n=maarten@195-241-125-243.ip.telfort.nl) [NETSPLIT VICTIM]
22:42.27*** join/#htc-linux Foxdie (i=Foxdie@77.98.48.193) [NETSPLIT VICTIM]
22:43.56*** join/#htc-linux TeringTu1y (n=maarten@195-241-125-243.ip.telfort.nl)
22:47.18dcordescr2, I don't understand the syntax in the memory map- what's that +blab
22:48.00dcordesI tried "addlist mmutrace 0xb2e00000"
22:49.14cr2+blan is the offset from the base address
22:49.15dcordesthat worked then I added 0x64000000
22:49.33cr2addlist needs virtual_address and size.
22:49.43cr2size should cover the registers.
22:49.56*** join/#htc-linux Foxdie (i=Foxdie@77-98-48-193.cable.ubr05.harb.blueyonder.co.uk) [NETSPLIT VICTIM]
22:50.01cr20x1000 is 4096 bytes.
22:50.39cr2for i2c 0x200 is ok.
22:50.45cr2the base address is 0xb1f00000
22:51.02dcordesoh ok now I understand the first trace better. the first two collums define the start and ending and the third is size in ?
22:51.59dcordescr2, I was looking at i2c not  MSM_I2C
22:52.25dcordes# addlist mmutrace 0xb1f00000 0x200?
22:52.32cr2yes
22:54.17dcordesok now I only "scan" for events in this line MSM_I2C? Why did we set two of the "addlist mmutrace" things before with the display?
22:55.29cr2they may be linked to each other.
22:55.42cr2do you see the i2c commands going ?
22:55.49cr2when you touch the screen.
22:56.06dcordeswait to sum up "addlist mmutrace 0xb1f00000 0x200; wi 30" ?
23:07.09*** join/#htc-linux Marex-notebook (n=marex@vasut.kolej.mff.cuni.cz)
23:07.09*** join/#htc-linux dion (n=dion@inhex.net)
23:07.09*** join/#htc-linux dcordes (n=dcordes_@f048233201.adsl.alicedsl.de) [NETSPLIT VICTIM]
23:07.09*** join/#htc-linux GPFaway (i=GPF@cpe-76-187-41-132.tx.res.rr.com) [NETSPLIT VICTIM]
23:07.09*** join/#htc-linux ecze (n=ecze@eczema.ecze.com) [NETSPLIT VICTIM]
23:07.09*** join/#htc-linux cr2 (n=konversa@crpl22.physik.uni-wuppertal.de) [NETSPLIT VICTIM]
23:07.09*** join/#htc-linux markcw (n=markc@beigebox.liquidev.com) [NETSPLIT VICTIM]
23:07.09*** join/#htc-linux st_lim (n=st_lim@cm119.epsilon73.maxonline.com.sg) [NETSPLIT VICTIM]
23:07.09*** join/#htc-linux torarne (i=torarne@stud268.idi.ntnu.no)
23:07.14*** join/#htc-linux TeringTu1y (n=maarten@195-241-125-243.ip.telfort.nl)
23:07.14*** join/#htc-linux rmoravcik (n=rmoravci@ip-89-103-152-149.karneval.cz)
23:07.15*** join/#htc-linux Zoolooc (n=fredsiba@p54952C81.dip0.t-ipconnect.de)
23:07.15*** join/#htc-linux pH5 (n=ph5@e178242010.adsl.alicedsl.de)
23:07.15*** join/#htc-linux ljp (n=lpotter@203.94.178.46)
23:07.15*** join/#htc-linux bd2 (n=cbou@85.21.88.2)
23:07.15*** join/#htc-linux swetland (n=swetland@sunnyvale.frotz.net)
23:07.15*** join/#htc-linux elysion_ (n=elysion@cd-a11.lkier.tontut.fi) [NETSPLIT VICTIM]
23:07.15*** join/#htc-linux Kevin2 (n=Kevin@207-237-65-88.c3-0.avec-ubr12.nyr-avec.ny.cable.rcn.com) [NETSPLIT VICTIM]
23:08.25*** join/#htc-linux dion (n=dion@inhex.net) [NETSPLIT VICTIM]
23:08.25*** join/#htc-linux cr2 (n=konversa@crpl22.physik.uni-wuppertal.de) [NETSPLIT VICTIM]
23:08.25*** join/#htc-linux st_lim (n=st_lim@cm119.epsilon73.maxonline.com.sg) [NETSPLIT VICTIM]
23:08.26*** join/#htc-linux markcw (n=markc@beigebox.liquidev.com) [NETSPLIT VICTIM]
23:08.33cr2set permissivemmutrace 1
23:08.33cr2and try again.
23:08.36dcordescr2, back. Is "permissivemmutrace 1" replacing "wi n"?
23:09.59dcordesalright I just set it. done. running.
23:10.19dcordesit's spamming
23:10.44dcordescr2, "sh: arm-linux-objdump: not found" is that a problem? I will pastebin whole
23:10.58cr2ok.
23:11.57dcordeshttp://pastebin.ca/791549
23:12.18dcordesbrb
23:16.40dcordescr2, is the output any usable? I got some lines first, then silence, then I hit the TS, then the huge output, then conclusion and ending.
23:17.44cr2yes. 100 is i2c_write, and 10c is i2c_read
23:17.52cr2you can also try the camera.
23:18.11dcordesjust a second- did you put that in the wiki? also from the first run?
23:18.27dcordesI only have the whole log from run 1 and this pastebin saved right now.
23:19.20cr2a=b1f00100 v=00000190
23:19.29cr2a=b1f00100 v=00000191
23:19.29cr2this should be the i2c address *2(+1)
23:19.30cr2we can compare it with the datassheet.
23:19.41cr2search for tsc2003 on gogle.
23:19.52dcordesok
23:21.39cr2100.10x
23:22.04dcordescould you detail this a bit so I learn what you just did?
23:22.09cr2gives 44 or 45
23:22.51cr2hm. sorry.
23:23.28dcordesok ^^ did you save the info though? I don't get what's important, what's not
23:23.33cr21001.0xyz
23:24.17cr2it's not very important, there is a linux tsc2003 driver, we only need to calculate the 'x' and 'y' bits.
23:24.28cr21001 is 9
23:24.28dcordescan I help with that?
23:24.35cr29 is ok.
23:24.44cr290
23:24.52cr2so 'x' and 'y' =0
23:25.15dcordesI only understand trainstation
23:25.20cr2so we know the i2c address.
23:25.48cr2ok, it seem we are done with the ts.
23:26.16cr2you were tracing the i2c commands/data send to/from the touchscreen.
23:26.20dcordesreally? that's all tracing that was need for it?
23:26.33dcordesok what is i2c?
23:26.37cr2the details are in the tsc2003 datasheet.
23:26.45dcordesI have that pdf saved here
23:26.52cr2i2c is a synchronous serial protocol.
23:26.56dcordesmaybe I read it in 4 years when I learned something :D
23:27.10cr2usually used for controlling consumer electronics.
23:27.27cr2invented by philips and somebody else, i've forgot.
23:27.31cr2probably sony.
23:27.58dcordeslet wiki detail this for me
23:28.04dcordesanother trace today?
23:30.53cr2no. i'd like to go to bed :) good night.
23:31.23dcordesok thank you very much so far
23:31.25dcordesgnite

Generated by irclog2html.pl Modified by Tim Riker to work with infobot.