Hi. On Thursday 05 July 2007 08:48:59 Pavel Machek wrote: > Hi! > > > Documentation is also an issue. Your patch should update the kernel_parameters > > file so users can know how to get the beeping to happen. It would be nice if > > it mentioned the proc entry too. > > Fixed the docs. Ta. > > > @@ -80,9 +82,11 @@ static int __init acpi_sleep_setup(char > > > > > > __setup("acpi_sleep=", acpi_sleep_setup); > > > > > > +/* Ouch, we want to delete this. We already have better version in > > userspace, in > > > + s2ram from suspend.sf.net project */ > > > > Do we? This version has advantages in not requiring any userspace app and in > > being able to work even if you can't yet get as far as having > > Take a look at the file. It has whitelist with just one entry, too > bad. The contents of the whitelist are irrelevant. My laptop needs this functionality, but I haven't bothered to send you a whitelist entry, in part because I don't use s2ram. Regardless of that, if you had read the whole comment (you've deleted half of it), you would have noticed that I ended up changing my mind and instead saying "Why not just delete the __setup now, or at least put it in the deprecated file?" > > > @@ -124,7 +124,7 @@ real_save_cr3: .long 0 > > > real_save_cr4: .long 0 > > > real_magic: .long 0 > > > video_mode: .long 0 > > > -video_flags: .long 0 > > > +realmode_flags: .long 0 > > > beep_flags: .long 0 > > > real_efer_save_restore: .long 0 > > > real_save_efer_edx: .long 0 > > > > Beep_flags should be removed too if you're sticking with /proc. > > Fixed. Ta. But you didn't answer the question - why /proc and not sysfs? Regards, Nigel -- See http://www.tuxonice.net for Howtos, FAQs, mailing lists, wiki and bugzilla info.
Attachment:
pgp0AshiAVL66.pgp
Description: PGP signature
- Follow-Ups:
- Re: [PATCH] Optional Beeping During Resume From Suspend To Ram.
- From: Pavel Machek <[email protected]>
- Re: [PATCH] Optional Beeping During Resume From Suspend To Ram.
- References:
- Re: [PATCH] Optional Beeping During Resume From Suspend To Ram.
- From: Nigel Cunningham <[email protected]>
- Re: [PATCH] Optional Beeping During Resume From Suspend To Ram.
- From: Pavel Machek <[email protected]>
- Re: [PATCH] Optional Beeping During Resume From Suspend To Ram.
- Prev by Date: Re: [RFC][PATCH -mm] PM: Do not sync from within the freezer during suspend to RAM
- Next by Date: [PATCH][isapnp] Remove pointless check of 'type' against 0 in isapnp_read_tag()
- Previous by thread: Re: [PATCH] Optional Beeping During Resume From Suspend To Ram.
- Next by thread: Re: [PATCH] Optional Beeping During Resume From Suspend To Ram.
- Index(es):