Re: sonypi kernel driver -- volunteers needed
"Christian T. Steigies" <[email protected]>
| Newsgroups | gmane.linux.hardware.sony |
|---|---|
| Message-ID | <[email protected]> |
On Wed, Jun 25, 2003 at 05:56:02PM +0000, Daniel K. wrote: > What is reported to syslog will look something like: > Jun 25 17:48:58 vaio kernel: sonypi: unknown event port1=0x1c,port2=0x11 > > The interesting part is the value of port2 > Here the value is '0x11' which is a 'JOGGER' event, which is already > taken care of in the patch. > > In particluar I am interested in the correct values for the eventtypes > in the table below. > > 0x38, SONYPI_LID_MASK > 0x08, SONYPI_CAPTURE_MASK > 0x08, SONYPI_PKEY_MASK > 0x08, SONYPI_HELP_MASK > 0x08, SONYPI_ZOOM_MASK > 0x08, SONYPI_THUMBPHRASE_MASK > 0x08, SONYPI_MEMORYSTICK_MASK > > Please report your results to the list, or directly to me. > I will then prepare a patch and send it to the maintainer of the sonypi > driver. Do we have to do something special to generate those events you are looking for? I only get a few messages when loading the driver: Jun 25 15:35:42 lepcts kernel: sonypi: unknown event port1=0x0f,port2=0x05 Jun 25 15:35:42 lepcts kernel: sonypi: Sony Programmable I/O Controller Driver v1.18. Jun 25 15:35:42 lepcts kernel: sonypi: detected type2 model, verbose = 1, fnkeyinit = off, camera = off, compat = off, mask = 0xffffffff, useinput = on Jun 25 15:35:42 lepcts kernel: sonypi: unknown event port1=0x0f,port2=0x05 Jun 25 15:35:42 lepcts kernel: sonypi: enabled at irq=11, port1=0x1080,port2=0x1084 Jun 25 15:35:42 lepcts kernel: sonypi: device allocated minor is 63 Maybe the GR100K is too old? Christian