Thanks for this script, I was thinking that something like that would be useful and your script worked very nicely!
lintweaker;649299 Wrote: > I've been using the tweaks on my touches with great success and decided > to contribute a bit myself. > > In case the IRQ's, process numbers etc. change you can use a more > dynamic version I hacked together (It is not fool proof!): > > To test it out by hand just copy and paste the following into a ssh > session with the touch: > > === begin code === > # Get IRQ for RTC > tmp=`cat /proc/interrupts |grep "mxc_rtc"|cut -f2 -d" "|cut -f1 -d":"` > echo -n "RTC IRQ is $tmp" > # Get proc # for RTC > > . . . > > -- tufty ------------------------------------------------------------------------ tufty's Profile: http://forums.slimdevices.com/member.php?userid=47700 View this thread: http://forums.slimdevices.com/showthread.php?t=89359 _______________________________________________ audiophiles mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/audiophiles
