Re: [PATCH] drm/gma500: Remove lid code

2024-04-17 Thread Enrico Bartky
h is handled by gma500 through a timer that periodically > > > polls the opregion for changes. These types of ACPI events shouldn't be > > > handled by the graphics driver so let's get rid of the lid code. This > > > fixes the crash during boot. > > > > >

SMbus not enabled

2005-03-14 Thread Enrico Bartky
Hello, my notebook have a SiS 964 Chipset and "quirked" by "quirk_sis_503", ... but there is no SMbus device. If I add a call to the "quirk_sis_96x_smbus" function directly from the "quirk_sis_503" function, the smbus is present, but I think a call to a quirk from a quirk is not optimal. Is

SMbus not enabled

2005-03-14 Thread Enrico Bartky
Hello, my notebook have a SiS 964 Chipset and quirked by quirk_sis_503, ... but there is no SMbus device. If I add a call to the quirk_sis_96x_smbus function directly from the quirk_sis_503 function, the smbus is present, but I think a call to a quirk from a quirk is not optimal. Is there a

Re: Linux 2.6.11-rc4

2005-02-13 Thread Enrico Bartky
Hello, It is possible to include the SIS5595 chip driver to the final release? EnricoB - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at

Re: Linux 2.6.11-rc4

2005-02-13 Thread Enrico Bartky
Hello, It is possible to include the SIS5595 chip driver to the final release? EnricoB - To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at

Re: BIOS Bug

2005-02-08 Thread Enrico Bartky
Aleksey Gorelov schrieb: -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Enrico Bartky Sent: Monday, February 07, 2005 7:12 AM To: linux-kernel@vger.kernel.org Subject: BIOS Bug Hello, on my notebook, when I plugged in my USB keyboard the kernel doesnt

Re: BIOS Bug

2005-02-08 Thread Enrico Bartky
Aleksey Gorelov schrieb: -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Enrico Bartky Sent: Monday, February 07, 2005 7:12 AM To: linux-kernel@vger.kernel.org Subject: BIOS Bug Hello, on my notebook, when I plugged in my USB keyboard the kernel doesnt

BIOS Bug

2005-02-07 Thread Enrico Bartky
Hello, on my notebook, when I plugged in my USB keyboard the kernel doesnt boot correctly, ... ... BIOS hangoff failed ( 112, 1010001 ) continuing after BIOS bug irq 192, pci mem 0xfebff000 new usb device registered, assigned bus number 1 ... then the notebook hangs. If I boot without the

BIOS Bug

2005-02-07 Thread Enrico Bartky
Hello, on my notebook, when I plugged in my USB keyboard the kernel doesnt boot correctly, ... ... BIOS hangoff failed ( 112, 1010001 ) continuing after BIOS bug irq 192, pci mem 0xfebff000 new usb device registered, assigned bus number 1 ... then the notebook hangs. If I boot without the

PATCH for 2.6: Enabling disabled M7101 device (quirks.c)

2005-01-18 Thread Enrico Bartky
Hello, I have ported the prog/hotplug/m7101.c module from lm_sensors for kernel 2.6. Here is the patch. EnricoB __ Verschicken Sie romantische, coole und witzige Bilder per SMS! Jetzt bei WEB.DE FreeMail: http://f.web.de/?mc=021193

PATCH for 2.6: Enabling disabled M7101 device (quirks.c)

2005-01-18 Thread Enrico Bartky
Hello, I have ported the prog/hotplug/m7101.c module from lm_sensors for kernel 2.6. Here is the patch. EnricoB __ Verschicken Sie romantische, coole und witzige Bilder per SMS! Jetzt bei WEB.DE FreeMail: http://f.web.de/?mc=021193

Re: lspci != scanpci !?

2005-01-15 Thread Enrico Bartky
Here are the outputs. Without H1 there is no 7101 device; with H1 there is a 7101 device. Enrico - Original Message - From: "Martin Mares" <[EMAIL PROTECTED]> To: "Enrico Bartky" <[EMAIL PROTECTED]> Cc: Sent: Saturday, January 15, 2005 1:35 PM Subject: R

Re: lspci != scanpci !?

2005-01-15 Thread Enrico Bartky
Here are the outputs. Without H1 there is no 7101 device; with H1 there is a 7101 device. Enrico - Original Message - From: Martin Mares [EMAIL PROTECTED] To: Enrico Bartky [EMAIL PROTECTED] Cc: linux-kernel@vger.kernel.org Sent: Saturday, January 15, 2005 1:35 PM Subject: Re: lspci

[directfb-dev] FBE

2003-08-19 Thread Enrico Bartky
Hello, I try to develope a Frame Buffer Environment based on DirectFB. The first draft of the structure is on the sourceforge cvs server. The goal is a complete c++ desktop environment based on the framebuffer. There will be libs and applications. http://sourceforge.net/projects/fbe/