Re: Who is currently usb.ids maintainer?

2007-05-20 Thread Stefan Schweizer
CIJOML wrote:

> Hi guys,
> 
> can anybody help me find current usb.ids maintainer? David Brownell is not
> responding and latest official version is 5 mounths old.
> 
> I could take ownership if nobody takes care.
> 
> Thanks for reply
> 
> Michal

farragut.flameeyes.is-a-geek.org/

-
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  http://www.tux.org/lkml/


Re: Who is currently usb.ids maintainer?

2007-05-20 Thread Stefan Schweizer
CIJOML wrote:

 Hi guys,
 
 can anybody help me find current usb.ids maintainer? David Brownell is not
 responding and latest official version is 5 mounths old.
 
 I could take ownership if nobody takes care.
 
 Thanks for reply
 
 Michal

farragut.flameeyes.is-a-geek.org/

-
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  http://www.tux.org/lkml/


Re: [ACPI] Re: 2.6.12-rc1-mm4 and suspend2ram (and synaptics)

2005-04-01 Thread Stefan Schweizer
Same issue here.

Suspend-to-ram works perfectly fine with kernel 2.6.12-rc1-mm1, in
mm2,3 and mm4 it is broken.

It suspends properly but does not resume. Just a blackscreen and no
reaction on keypress/usb plug-in/network/power button.

regards,
Stefan
-
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  http://www.tux.org/lkml/


Re: [ACPI] Re: 2.6.12-rc1-mm4 and suspend2ram (and synaptics)

2005-04-01 Thread Stefan Schweizer
Same issue here.

Suspend-to-ram works perfectly fine with kernel 2.6.12-rc1-mm1, in
mm2,3 and mm4 it is broken.

It suspends properly but does not resume. Just a blackscreen and no
reaction on keypress/usb plug-in/network/power button.

regards,
Stefan
-
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  http://www.tux.org/lkml/


Re: [ACPI] Call for help: list of machines with working S3

2005-02-16 Thread Stefan Schweizer
On Wed, 16 Feb 2005 16:06:00 +0100, Carl-Daniel Hailfinger
<[EMAIL PROTECTED]> wrote:
> Stefan Dösinger schrieb:
> >>The problems with this patch are:
> >>- you need to press a key to come back from the "resume-console" after
> >>resume. - DRI in X does not work (at least for me with intel-agp, others
> >>reportet it works)
> >>I just disabloed it by not loading intel-agp (hotplug-blacklist)
> >
> > You can force the radeon X driver to use pci mode by setting Option
> > "ForcePciMode" to "true" or something simmilar in you X config file. This 
> > way
> > you can get dri without intel-agp. This is much slower, but enought to play
> > tuxracer ;-)
> 
> How do I enable DRI with my card to test that crash? I have the
> following in my XF86Config:
> 
> Section "DRI"
> Group  "video"
> Mode   0660
> EndSection
> 
> but nothing else about DRI. So do I have to change something in
> my configuration?
> 
you need to compile the right modules and load the agp-bridge's and
your gfx module.
> Oh, and could you please include run "lspci -vv" and include the
> part about VGA compatible controller in your mail? I have some
> hypothesis about the settings there having to do with resume.
> 

I attached the full output because there are some more "AGP" there.
I just tried it again and it only crashed my X after resume with
intel-agp .. I was able to type still and start a new X but when I
tried to run a 3d-app it hard crashed and I had to reboot :(
I hope you have an idea.

Regards,
Stefan


lspcivv
Description: Binary data


Re: [ACPI] Call for help: list of machines with working S3

2005-02-16 Thread Stefan Schweizer
On Wed, 16 Feb 2005 16:06:00 +0100, Carl-Daniel Hailfinger
[EMAIL PROTECTED] wrote:
 Stefan Dösinger schrieb:
 The problems with this patch are:
 - you need to press a key to come back from the resume-console after
 resume. - DRI in X does not work (at least for me with intel-agp, others
 reportet it works)
 I just disabloed it by not loading intel-agp (hotplug-blacklist)
 
  You can force the radeon X driver to use pci mode by setting Option
  ForcePciMode to true or something simmilar in you X config file. This 
  way
  you can get dri without intel-agp. This is much slower, but enought to play
  tuxracer ;-)
 
 How do I enable DRI with my card to test that crash? I have the
 following in my XF86Config:
 
 Section DRI
 Group  video
 Mode   0660
 EndSection
 
 but nothing else about DRI. So do I have to change something in
 my configuration?
 
you need to compile the right modules and load the agp-bridge's and
your gfx module.
 Oh, and could you please include run lspci -vv and include the
 part about VGA compatible controller in your mail? I have some
 hypothesis about the settings there having to do with resume.
 

I attached the full output because there are some more AGP there.
I just tried it again and it only crashed my X after resume with
intel-agp .. I was able to type still and start a new X but when I
tried to run a 3d-app it hard crashed and I had to reboot :(
I hope you have an idea.

Regards,
Stefan


lspcivv
Description: Binary data


Re: [ACPI] Call for help: list of machines with working S3

2005-02-15 Thread Stefan Schweizer
Model   hack (or "how to do it")
--
Acer Aspire 1406LC  ole's radeonfb patch

I have to turn off dri, and then it works with the radeonfb patch. I
use this method because I like the fancy framebuffersplash on booting
.. although I do not reboot often when S3 wors ;)

You can find the patch here:
http://dev.gentoo.org/~marineam/patch-radeonfb-2.6.11-rc2-mm2

or for older kernels:
http://dev.gentoo.org/~genstef/files/radeon-s3-resume-2.6.10.patch

The problems with this patch are:
- you need to press a key to come back from the "resume-console" after resume.
- DRI in X does not work (at least for me with intel-agp, others
reportet it works)
I just disabloed it by not loading intel-agp (hotplug-blacklist)

I have not only issues with video not coming back, but I also need to
append acpi=noirq to my command-line that I am able to finish resuming
and use my devices correctly afterwards.

Regards,
Stefan
-
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  http://www.tux.org/lkml/


Re: [ACPI] Call for help: list of machines with working S3

2005-02-15 Thread Stefan Schweizer
Model   hack (or how to do it)
--
Acer Aspire 1406LC  ole's radeonfb patch

I have to turn off dri, and then it works with the radeonfb patch. I
use this method because I like the fancy framebuffersplash on booting
.. although I do not reboot often when S3 wors ;)

You can find the patch here:
http://dev.gentoo.org/~marineam/patch-radeonfb-2.6.11-rc2-mm2

or for older kernels:
http://dev.gentoo.org/~genstef/files/radeon-s3-resume-2.6.10.patch

The problems with this patch are:
- you need to press a key to come back from the resume-console after resume.
- DRI in X does not work (at least for me with intel-agp, others
reportet it works)
I just disabloed it by not loading intel-agp (hotplug-blacklist)

I have not only issues with video not coming back, but I also need to
append acpi=noirq to my command-line that I am able to finish resuming
and use my devices correctly afterwards.

Regards,
Stefan
-
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  http://www.tux.org/lkml/