Re: [PATCH][RFC] drivers/firmware/dcdbas: rework to get uevents

2007-11-20 Thread Danny Kukawka
lier > email? > > If this is still necessary, then either Doug or Matt can queue it up for > next kernel release. AFAIK the patch Frank posted isn't needed anymore since this is commited to mainline: 43cc71eed1250755986da4c0f9898f9a635cb3bf Danny -- Danny Kukawka [EMAIL PROTECT

[PATCH] ACPI video: Don't export sysfs backlight interface if query _BCL fail

2007-04-27 Thread Danny Kukawka
ake it useless. See also: http://bugzilla.kernel.org/show_bug.cgi?id=8375 Danny From: Danny Kukawka <[EMAIL PROTECTED]> Subject: ACPI video: Don't export sysfs backlight interface if query _BLC fail if qeuery _BCL fail (e.g. because the method is missing in BIOS) don't export the

Re: [PATCH] ACPI: more verbose thermal zone shutdown message

2007-04-16 Thread Danny Kukawka
On Sonntag, 15. April 2007, Pavel Machek wrote: > Hi! > > > while debug some strange termal shutdowns I wrote this patch to get more > > information in /var/log/messages about the reason for the shutdown. I > > think this would be useful in general. > > > >

Re: [PATCH 1/1] ACPI: asus_acpi, support F2JE model

2007-04-11 Thread Danny Kukawka
On Mittwoch, 11. April 2007, Jiri Slaby wrote: > Danny Kukawka napsal(a): > > Btw. looks as if a new version of the driver (v0.41) is already in the > > mm-tree. > > Good to hear, I've got a look only to .21-rc6-mm1, where are no changes like > this (there is 0

Re: [PATCH 1/1] ACPI: asus_acpi, support F2JE model

2007-04-11 Thread Danny Kukawka
On Mittwoch, 11. April 2007, Danny Kukawka wrote: > Jiri Slaby wrote: > > Corentin CHARY napsal(a): > >> Le Wednesday 11 April 2007 11:33:48 Jiri Slaby, vous avez écrit : > >>> asus_acpi, support F2JE model > >> Just use the new asus-laptop driver =) > &

Re: [PATCH 1/1] ACPI: asus_acpi, support F2JE model

2007-04-11 Thread Danny Kukawka
ot so good: > #if LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,20) > #warning "This module does not support 2.6.20 yet, wait for a new release > #=)" endif > > When do you plan to support latest kernels and merge it to mainline? This patch fixes acpi4asus-0.40 for me at least with 2.

[PATCH] ACPI: more verbose thermal zone shutdown message

2007-04-05 Thread Danny Kukawka
Hi, while debug some strange termal shutdowns I wrote this patch to get more information in /var/log/messages about the reason for the shutdown. I think this would be useful in general. Danny From: Danny Kukawka <[EMAIL PROTECTED]> Subject: ACPI: more verbose thermal zone shutdown m

[PATCH] ide: add "optical" to sysfs "media" attribute

2007-04-02 Thread Danny Kukawka
From: Danny Kukawka <[EMAIL PROTECTED]> Subject: ide: add "optical" to sysfs "media" attribute Add "optical" to sysfs "media" attribute as already in /proc Signed-off-by: Danny Kukawka <[EMAIL PROTECTED]> --- linux-2.6.21-rc1/drivers/ide/

[PATCH] add Fujitsu Siemens Tablet PC devices to 8250_pnp.c

2007-03-20 Thread Danny Kukawka
adds device ids of two Fujitsu Siemens Tablet PCs to pnp_dev_table Signed-off-by: Danny Kukawka <[EMAIL PROTECTED]> --- linux-2.6.21-rc4/drivers/serial/8250_pnp.c 2007-03-19 21:42:43.0 +0100 +++ linux-2.6.21-rc5/drivers/serial/8250_pnp.c 2007-03-19 21:55:53.0 +0100 @@