* N810 suspend
@ 2008-12-15 21:08 green
2008-12-15 21:14 ` Tony Lindgren
0 siblings, 1 reply; 17+ messages in thread
From: green @ 2008-12-15 21:08 UTC (permalink / raw)
To: Linux-OMAP List
[-- Attachment #1: Type: text/plain, Size: 354 bytes --]
What are the chances of getting suspend (resume from) working on the N810? Are
there any patches or branches around that I can test (I'm slowly learning how
to use git)?
I'm running Debian on an N810. With the current state of power management in
linux-omap, the N810 will only run (with LCD off) for about 12 hours on a
charge.
Thanks.
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 197 bytes --]
^ permalink raw reply [flat|nested] 17+ messages in thread
* Re: N810 suspend
2008-12-15 21:08 N810 suspend green
@ 2008-12-15 21:14 ` Tony Lindgren
2008-12-15 22:02 ` Kevin Hilman
2008-12-16 7:25 ` Jarkko Nikula
0 siblings, 2 replies; 17+ messages in thread
From: Tony Lindgren @ 2008-12-15 21:14 UTC (permalink / raw)
To: Linux-OMAP List
* green <greenfreedom10@gmail.com> [081215 13:08]:
> What are the chances of getting suspend (resume from) working on the N810? Are
> there any patches or branches around that I can test (I'm slowly learning how
> to use git)?
>
> I'm running Debian on an N810. With the current state of power management in
> linux-omap, the N810 will only run (with LCD off) for about 12 hours on a
> charge.
Well you need to make sure the serial clocks are not enabled. Kevin
has some patches for that in his pm branch. So you'll most likely want
to use his whole pm branch.
Also, you need to make sure you have sleep while idle enabled:
# echo 1 > /sys/power/sleep_while_idle
It used to work, but I have not tried for six months or so.
Regards,
Tony
^ permalink raw reply [flat|nested] 17+ messages in thread
* Re: N810 suspend
2008-12-15 21:14 ` Tony Lindgren
@ 2008-12-15 22:02 ` Kevin Hilman
2008-12-15 23:51 ` green
2008-12-16 7:25 ` Jarkko Nikula
1 sibling, 1 reply; 17+ messages in thread
From: Kevin Hilman @ 2008-12-15 22:02 UTC (permalink / raw)
To: Tony Lindgren; +Cc: Linux-OMAP List
Tony Lindgren <tony@atomide.com> writes:
> * green <greenfreedom10@gmail.com> [081215 13:08]:
>> What are the chances of getting suspend (resume from) working on the N810? Are
>> there any patches or branches around that I can test (I'm slowly learning how
>> to use git)?
>>
>> I'm running Debian on an N810. With the current state of power management in
>> linux-omap, the N810 will only run (with LCD off) for about 12 hours on a
>> charge.
>
> Well you need to make sure the serial clocks are not enabled. Kevin
> has some patches for that in his pm branch. So you'll most likely want
> to use his whole pm branch.
>
> Also, you need to make sure you have sleep while idle enabled:
>
> # echo 1 > /sys/power/sleep_while_idle
>
> It used to work, but I have not tried for six months or so.
>
Suspend/resume on n810 is currently broken in linux-omap. I submitted
a patch a week or so ago to fix an assembly bug which was crashing the
suspend, but it is still not resuming.
Most likely a simple fix needed to init the proper wakeup sources, but
I haven't tested further.
Kevin
^ permalink raw reply [flat|nested] 17+ messages in thread
* Re: N810 suspend
2008-12-15 22:02 ` Kevin Hilman
@ 2008-12-15 23:51 ` green
2008-12-16 7:17 ` Jarkko Nikula
0 siblings, 1 reply; 17+ messages in thread
From: green @ 2008-12-15 23:51 UTC (permalink / raw)
To: Linux-OMAP List
[-- Attachment #1: Type: text/plain, Size: 893 bytes --]
On Mon, 2008.12.15, 350, Kevin Hilman wrote:
> Tony Lindgren <tony@atomide.com> writes:
> > * green <greenfreedom10@gmail.com> [081215 13:08]:
> >> What are the chances of getting suspend (resume from) working on the N810? Are
> >> there any patches or branches around that I can test (I'm slowly learning how
> >> to use git)?
> >
> > Well you need to make sure the serial clocks are not enabled. Kevin
> > has some patches for that in his pm branch. So you'll most likely want
> > to use his whole pm branch.
>
> Suspend/resume on n810 is currently broken in linux-omap. I submitted
> a patch a week or so ago to fix an assembly bug which was crashing the
> suspend, but it is still not resuming.
>
> Most likely a simple fix needed to init the proper wakeup sources, but
> I haven't tested further.
I'll be looking for any progress ;) and will test it when I can.
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 197 bytes --]
^ permalink raw reply [flat|nested] 17+ messages in thread
* Re: N810 suspend
2008-12-15 23:51 ` green
@ 2008-12-16 7:17 ` Jarkko Nikula
0 siblings, 0 replies; 17+ messages in thread
From: Jarkko Nikula @ 2008-12-16 7:17 UTC (permalink / raw)
To: ext green; +Cc: Linux-OMAP List
On Mon, 15 Dec 2008 16:51:16 -0700
"ext green" <greenfreedom10@gmail.com> wrote:
> > Suspend/resume on n810 is currently broken in linux-omap. I submitted
> > a patch a week or so ago to fix an assembly bug which was crashing the
> > suspend, but it is still not resuming.
> >
> > Most likely a simple fix needed to init the proper wakeup sources, but
> > I haven't tested further.
>
> I'll be looking for any progress ;) and will test it when I can.
>
Hold your horses, suspend is not very useful on N8x0 due watchdog kick
after ~30 seconds or so :-)
Of course, generally suspend should work on OMAP & device drivers even
though if it's broken currently.
What you might be interested instead is to get sleep_while_idle
working. Then the system is running but should consume just few
milliamps.
Jarkko
^ permalink raw reply [flat|nested] 17+ messages in thread
* Re: N810 suspend
2008-12-15 21:14 ` Tony Lindgren
2008-12-15 22:02 ` Kevin Hilman
@ 2008-12-16 7:25 ` Jarkko Nikula
2008-12-16 16:29 ` Tony Lindgren
1 sibling, 1 reply; 17+ messages in thread
From: Jarkko Nikula @ 2008-12-16 7:25 UTC (permalink / raw)
To: ext Tony Lindgren; +Cc: Linux-OMAP List
On Mon, 15 Dec 2008 13:14:32 -0800
"ext Tony Lindgren" <tony@atomide.com> wrote:
> > I'm running Debian on an N810. With the current state of power management in
> > linux-omap, the N810 will only run (with LCD off) for about 12 hours on a
> > charge.
>
> Well you need to make sure the serial clocks are not enabled. Kevin
> has some patches for that in his pm branch. So you'll most likely want
> to use his whole pm branch.
>
> Also, you need to make sure you have sleep while idle enabled:
>
> # echo 1 > /sys/power/sleep_while_idle
>
> It used to work, but I have not tried for six months or so.
>
How did you disable the LCD and FB clocks? Does
xserver-xorg-video-fbdev from Debian (it works!) do necessary steps with
omap fb driver or is xomap required?
Jarkko
^ permalink raw reply [flat|nested] 17+ messages in thread
* Re: N810 suspend
2008-12-16 7:25 ` Jarkko Nikula
@ 2008-12-16 16:29 ` Tony Lindgren
2008-12-16 16:56 ` green
0 siblings, 1 reply; 17+ messages in thread
From: Tony Lindgren @ 2008-12-16 16:29 UTC (permalink / raw)
To: Jarkko Nikula; +Cc: Linux-OMAP List
* Jarkko Nikula <jarkko.nikula@nokia.com> [081215 23:26]:
> On Mon, 15 Dec 2008 13:14:32 -0800
> "ext Tony Lindgren" <tony@atomide.com> wrote:
>
> > > I'm running Debian on an N810. With the current state of power management in
> > > linux-omap, the N810 will only run (with LCD off) for about 12 hours on a
> > > charge.
> >
> > Well you need to make sure the serial clocks are not enabled. Kevin
> > has some patches for that in his pm branch. So you'll most likely want
> > to use his whole pm branch.
> >
> > Also, you need to make sure you have sleep while idle enabled:
> >
> > # echo 1 > /sys/power/sleep_while_idle
> >
> > It used to work, but I have not tried for six months or so.
> >
> How did you disable the LCD and FB clocks? Does
> xserver-xorg-video-fbdev from Debian (it works!) do necessary steps with
> omap fb driver or is xomap required?
Oh, I just tested that sleep-while-idle worked when fb was blanked. I
had a script that forced the LCD off via /sys, sorry don't remember
the path now. Will be also heading to catch a plane in few hours, may
not be able to check it right now.
Regards,
Tony
^ permalink raw reply [flat|nested] 17+ messages in thread
* Re: N810 suspend
2008-12-16 16:29 ` Tony Lindgren
@ 2008-12-16 16:56 ` green
2008-12-16 17:22 ` Tony Lindgren
0 siblings, 1 reply; 17+ messages in thread
From: green @ 2008-12-16 16:56 UTC (permalink / raw)
To: Linux-OMAP List
[-- Attachment #1: Type: text/plain, Size: 1120 bytes --]
On Tue, 2008.12.16, 351, Tony Lindgren wrote:
> * Jarkko Nikula <jarkko.nikula@nokia.com> [081215 23:26]:
> > On Mon, 15 Dec 2008 13:14:32 -0800 "ext Tony Lindgren" <tony@atomide.com> wrote:
> > > Well you need to make sure the serial clocks are not enabled. Kevin
> > > has some patches for that in his pm branch. So you'll most likely want
> > > to use his whole pm branch.
> > >
> > > Also, you need to make sure you have sleep while idle enabled:
> > >
> > > # echo 1 > /sys/power/sleep_while_idle
> > >
> > > It used to work, but I have not tried for six months or so.
> > >
> > How did you disable the LCD and FB clocks? Does
> > xserver-xorg-video-fbdev from Debian (it works!) do necessary steps with
> > omap fb driver or is xomap required?
>
> Oh, I just tested that sleep-while-idle worked when fb was blanked. I
> had a script that forced the LCD off via /sys, sorry don't remember
> the path now. Will be also heading to catch a plane in few hours, may
> not be able to check it right now.
'echo 3 > /sys/class/graphics/fb0/blank' turns off the LCD, if that is what you
mean.
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 197 bytes --]
^ permalink raw reply [flat|nested] 17+ messages in thread
* Re: N810 suspend
2008-12-16 16:56 ` green
@ 2008-12-16 17:22 ` Tony Lindgren
2008-12-17 12:09 ` Jarkko Nikula
0 siblings, 1 reply; 17+ messages in thread
From: Tony Lindgren @ 2008-12-16 17:22 UTC (permalink / raw)
To: Linux-OMAP List
* green <greenfreedom10@gmail.com> [081216 08:57]:
> On Tue, 2008.12.16, 351, Tony Lindgren wrote:
> > * Jarkko Nikula <jarkko.nikula@nokia.com> [081215 23:26]:
> > > On Mon, 15 Dec 2008 13:14:32 -0800 "ext Tony Lindgren" <tony@atomide.com> wrote:
> > > > Well you need to make sure the serial clocks are not enabled. Kevin
> > > > has some patches for that in his pm branch. So you'll most likely want
> > > > to use his whole pm branch.
> > > >
> > > > Also, you need to make sure you have sleep while idle enabled:
> > > >
> > > > # echo 1 > /sys/power/sleep_while_idle
> > > >
> > > > It used to work, but I have not tried for six months or so.
> > > >
> > > How did you disable the LCD and FB clocks? Does
> > > xserver-xorg-video-fbdev from Debian (it works!) do necessary steps with
> > > omap fb driver or is xomap required?
> >
> > Oh, I just tested that sleep-while-idle worked when fb was blanked. I
> > had a script that forced the LCD off via /sys, sorry don't remember
> > the path now. Will be also heading to catch a plane in few hours, may
> > not be able to check it right now.
>
> 'echo 3 > /sys/class/graphics/fb0/blank' turns off the LCD, if that is what you
> mean.
Thanks, that's what I did.
Tony
^ permalink raw reply [flat|nested] 17+ messages in thread
* Re: N810 suspend
2008-12-16 17:22 ` Tony Lindgren
@ 2008-12-17 12:09 ` Jarkko Nikula
2008-12-18 7:01 ` Jarkko Nikula
0 siblings, 1 reply; 17+ messages in thread
From: Jarkko Nikula @ 2008-12-17 12:09 UTC (permalink / raw)
To: ext Tony Lindgren; +Cc: Linux-OMAP List
On Tue, 16 Dec 2008 09:22:38 -0800
"ext Tony Lindgren" <tony@atomide.com> wrote:
> > > Oh, I just tested that sleep-while-idle worked when fb was blanked. I
> > > had a script that forced the LCD off via /sys, sorry don't remember
> > > the path now. Will be also heading to catch a plane in few hours, may
> > > not be able to check it right now.
> >
> > 'echo 3 > /sys/class/graphics/fb0/blank' turns off the LCD, if that is what you
> > mean.
>
> Thanks, that's what I did.
>
And it worked with N800. Battery current dropped below 10 mA after
unplugging the USB cable so OMAP was going into retention.
'echo 1 >/sys/power/clocks_off_while_idle' seems to not have any effect?
Jarkko
^ permalink raw reply [flat|nested] 17+ messages in thread
* Re: N810 suspend
2008-12-17 12:09 ` Jarkko Nikula
@ 2008-12-18 7:01 ` Jarkko Nikula
2008-12-18 12:51 ` Felipe Contreras
2008-12-18 21:40 ` Kalle Valo
0 siblings, 2 replies; 17+ messages in thread
From: Jarkko Nikula @ 2008-12-18 7:01 UTC (permalink / raw)
To: ext Jarkko Nikula; +Cc: ext Tony Lindgren, Linux-OMAP List
On Wed, 17 Dec 2008 14:09:11 +0200
"ext Jarkko Nikula" <jarkko.nikula@nokia.com> wrote:
> On Tue, 16 Dec 2008 09:22:38 -0800
> "ext Tony Lindgren" <tony@atomide.com> wrote:
>
> > > > Oh, I just tested that sleep-while-idle worked when fb was blanked. I
> > > > had a script that forced the LCD off via /sys, sorry don't remember
> > > > the path now. Will be also heading to catch a plane in few hours, may
> > > > not be able to check it right now.
> > >
> > > 'echo 3 > /sys/class/graphics/fb0/blank' turns off the LCD, if that is what you
> > > mean.
> >
> > Thanks, that's what I did.
> >
> And it worked with N800. Battery current dropped below 10 mA after
> unplugging the USB cable so OMAP was going into retention.
>
FYI:
xorg.conf's Option "SuspendTime" seems to equal to blanking command 3
(VESA_POWERDOWN). Look drivers/video/omap/omapfb_main.c: omapfb_blank.
Section "ServerFlags"
Option "BlankTime" "0"
Option "StandbyTime" "0"
Option "SuspendTime" "1"
Option "OffTime" "0"
EndSection
I just tried this with xserver-xorg-video-fbdev from Debian/testing on
N800 and it went perfectly into retention. N810 didn't went and think
reason is that bootloader enables UART3 for the GPS chip.
Oh my, I always tought there is some magic between Xomap and omapfb how
the fb clocks are shutdown but lazy me newer bothered to check it from
kernel sources :-)
Jarkko
^ permalink raw reply [flat|nested] 17+ messages in thread
* Re: N810 suspend
2008-12-18 7:01 ` Jarkko Nikula
@ 2008-12-18 12:51 ` Felipe Contreras
2008-12-18 13:01 ` Jarkko Nikula
2008-12-18 21:40 ` Kalle Valo
1 sibling, 1 reply; 17+ messages in thread
From: Felipe Contreras @ 2008-12-18 12:51 UTC (permalink / raw)
To: Jarkko Nikula; +Cc: ext Tony Lindgren, Linux-OMAP List
On Thu, Dec 18, 2008 at 9:01 AM, Jarkko Nikula <jarkko.nikula@nokia.com> wrote:
> On Wed, 17 Dec 2008 14:09:11 +0200
> "ext Jarkko Nikula" <jarkko.nikula@nokia.com> wrote:
>
>> On Tue, 16 Dec 2008 09:22:38 -0800
>> "ext Tony Lindgren" <tony@atomide.com> wrote:
>>
>> > > > Oh, I just tested that sleep-while-idle worked when fb was blanked. I
>> > > > had a script that forced the LCD off via /sys, sorry don't remember
>> > > > the path now. Will be also heading to catch a plane in few hours, may
>> > > > not be able to check it right now.
>> > >
>> > > 'echo 3 > /sys/class/graphics/fb0/blank' turns off the LCD, if that is what you
>> > > mean.
>> >
>> > Thanks, that's what I did.
>> >
>> And it worked with N800. Battery current dropped below 10 mA after
>> unplugging the USB cable so OMAP was going into retention.
>>
> FYI:
>
> xorg.conf's Option "SuspendTime" seems to equal to blanking command 3
> (VESA_POWERDOWN). Look drivers/video/omap/omapfb_main.c: omapfb_blank.
Yes, but it should be FB_BLANK_POWERDOWN (4), shouldn't it?
--
Felipe Contreras
^ permalink raw reply [flat|nested] 17+ messages in thread
* Re: N810 suspend
2008-12-18 12:51 ` Felipe Contreras
@ 2008-12-18 13:01 ` Jarkko Nikula
0 siblings, 0 replies; 17+ messages in thread
From: Jarkko Nikula @ 2008-12-18 13:01 UTC (permalink / raw)
To: ext Felipe Contreras; +Cc: ext Tony Lindgren, Linux-OMAP List
On Thu, 18 Dec 2008 14:51:20 +0200
"ext Felipe Contreras" <felipe.contreras@gmail.com> wrote:
> > xorg.conf's Option "SuspendTime" seems to equal to blanking command 3
> > (VESA_POWERDOWN). Look drivers/video/omap/omapfb_main.c: omapfb_blank.
>
> Yes, but it should be FB_BLANK_POWERDOWN (4), shouldn't it?
>
Good question, no idea, probably yes? Only omapfb_main.c, fs1100fb.c
and au1100fb.c are using VESA_xxx and rest of the fb drivers
FB_BLANK_xxx modes.
Jarkko
^ permalink raw reply [flat|nested] 17+ messages in thread
* Re: N810 suspend
2008-12-18 7:01 ` Jarkko Nikula
2008-12-18 12:51 ` Felipe Contreras
@ 2008-12-18 21:40 ` Kalle Valo
2008-12-19 5:27 ` Paul Walmsley
1 sibling, 1 reply; 17+ messages in thread
From: Kalle Valo @ 2008-12-18 21:40 UTC (permalink / raw)
To: Jarkko Nikula; +Cc: ext Tony Lindgren, Linux-OMAP List
Jarkko Nikula <jarkko.nikula@nokia.com> writes:
> xorg.conf's Option "SuspendTime" seems to equal to blanking command 3
> (VESA_POWERDOWN). Look drivers/video/omap/omapfb_main.c: omapfb_blank.
>
> Section "ServerFlags"
> Option "BlankTime" "0"
> Option "StandbyTime" "0"
> Option "SuspendTime" "1"
> Option "OffTime" "0"
> EndSection
>
> I just tried this with xserver-xorg-video-fbdev from Debian/testing on
> N800 and it went perfectly into retention.
Cool.
> N810 didn't went and think reason is that bootloader enables UART3
> for the GPS chip.
I noticed this as well. Any hacks to workaround this? Or do I really
need to start searching for N800? :)
--
Kalle Valo
^ permalink raw reply [flat|nested] 17+ messages in thread
* Re: N810 suspend
2008-12-18 21:40 ` Kalle Valo
@ 2008-12-19 5:27 ` Paul Walmsley
2008-12-19 10:36 ` Kalle Valo
0 siblings, 1 reply; 17+ messages in thread
From: Paul Walmsley @ 2008-12-19 5:27 UTC (permalink / raw)
To: khilman; +Cc: Kalle Valo, Jarkko Nikula, ext Tony Lindgren, Linux-OMAP List
On Thu, 18 Dec 2008, Kalle Valo wrote:
> Jarkko Nikula <jarkko.nikula@nokia.com> writes:
>
> > xorg.conf's Option "SuspendTime" seems to equal to blanking command 3
> > (VESA_POWERDOWN). Look drivers/video/omap/omapfb_main.c: omapfb_blank.
> >
> > Section "ServerFlags"
> > Option "BlankTime" "0"
> > Option "StandbyTime" "0"
> > Option "SuspendTime" "1"
> > Option "OffTime" "0"
> > EndSection
> >
> > I just tried this with xserver-xorg-video-fbdev from Debian/testing on
> > N800 and it went perfectly into retention.
>
> Cool.
>
> > N810 didn't went and think reason is that bootloader enables UART3
> > for the GPS chip.
>
> I noticed this as well. Any hacks to workaround this? Or do I really
> need to start searching for N800? :)
hey Kevin,
did your serial port idle code ever work out? I wonder if that would work
for the N810s...
- Paul
^ permalink raw reply [flat|nested] 17+ messages in thread
* Re: N810 suspend
2008-12-19 5:27 ` Paul Walmsley
@ 2008-12-19 10:36 ` Kalle Valo
2008-12-19 15:47 ` Kevin Hilman
0 siblings, 1 reply; 17+ messages in thread
From: Kalle Valo @ 2008-12-19 10:36 UTC (permalink / raw)
To: ext Paul Walmsley
Cc: khilman, Jarkko Nikula, ext Tony Lindgren, Linux-OMAP List
"ext Paul Walmsley" <paul@pwsan.com> writes:
>> > N810 didn't went and think reason is that bootloader enables UART3
>> > for the GPS chip.
>>
>> I noticed this as well. Any hacks to workaround this? Or do I really
>> need to start searching for N800? :)
>
> hey Kevin,
>
> did your serial port idle code ever work out? I wonder if that would work
> for the N810s...
Any patches anywhere? I would gladly test something.
--
Kalle Valo
^ permalink raw reply [flat|nested] 17+ messages in thread
* Re: N810 suspend
2008-12-19 10:36 ` Kalle Valo
@ 2008-12-19 15:47 ` Kevin Hilman
0 siblings, 0 replies; 17+ messages in thread
From: Kevin Hilman @ 2008-12-19 15:47 UTC (permalink / raw)
To: Kalle Valo
Cc: ext Paul Walmsley, Jarkko Nikula, ext Tony Lindgren,
Linux-OMAP List
Kalle Valo <kalle.valo@nokia.com> writes:
> "ext Paul Walmsley" <paul@pwsan.com> writes:
>
>>> > N810 didn't went and think reason is that bootloader enables UART3
>>> > for the GPS chip.
>>>
>>> I noticed this as well. Any hacks to workaround this? Or do I really
>>> need to start searching for N800? :)
>>
>> hey Kevin,
>>
>> did your serial port idle code ever work out? I wonder if that would work
>> for the N810s...
>
> Any patches anywhere? I would gladly test something.
>
The PM branch[1] has a set of UART patches which disable UART clocks
in the idle loop. The clocks are disabled after an inactivity timer
(default 5 seconds of idle.)
I've tested the UART idle parts on n810 which seem to work, but
hitting retention on n810 seems broken in current linux-omap. Tony
merged a patch[2] from me last week which was crashing going into
retention, but even with that I'm not able to wakeup from retention.
This could be something as simple as the wakeup event sources are not
configured correctly for n810, but I did not debug further.
Kevin
[1] Branch 'pm' in linux-omap tree
[1] http://marc.info/?l=linux-omap&m=122855013200342&w=2
^ permalink raw reply [flat|nested] 17+ messages in thread
end of thread, other threads:[~2008-12-19 15:47 UTC | newest]
Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-12-15 21:08 N810 suspend green
2008-12-15 21:14 ` Tony Lindgren
2008-12-15 22:02 ` Kevin Hilman
2008-12-15 23:51 ` green
2008-12-16 7:17 ` Jarkko Nikula
2008-12-16 7:25 ` Jarkko Nikula
2008-12-16 16:29 ` Tony Lindgren
2008-12-16 16:56 ` green
2008-12-16 17:22 ` Tony Lindgren
2008-12-17 12:09 ` Jarkko Nikula
2008-12-18 7:01 ` Jarkko Nikula
2008-12-18 12:51 ` Felipe Contreras
2008-12-18 13:01 ` Jarkko Nikula
2008-12-18 21:40 ` Kalle Valo
2008-12-19 5:27 ` Paul Walmsley
2008-12-19 10:36 ` Kalle Valo
2008-12-19 15:47 ` Kevin Hilman
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox