All of lore.kernel.org
 help / color / mirror / Atom feed
* udev 95-keyboard-force-release.rules patch
@ 2013-12-26 19:48 Aleksander Kowalski
  2013-12-26 20:03 ` Zbigniew Jędrzejewski-Szmek
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Aleksander Kowalski @ 2013-12-26 19:48 UTC (permalink / raw)
  To: linux-hotplug

Hello
I'm not sure if this is the right address to send this message.

I had problems with a volume wheel on my toshiba equium laptop. I have
found a solution and I think you could include it in next udev
version.

Basically i needed to add my laptop model in
95-keyboard-force-release.rules file.
Please find attached the diff file. I think you could modify the file
further for use with other toshiba equium laptops.

Regards
Aleksander Kowalski

System: Slackware-14.1
udev-182

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: udev 95-keyboard-force-release.rules patch
  2013-12-26 19:48 udev 95-keyboard-force-release.rules patch Aleksander Kowalski
@ 2013-12-26 20:03 ` Zbigniew Jędrzejewski-Szmek
  2014-01-29 13:22 ` Martin Pitt
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: Zbigniew Jędrzejewski-Szmek @ 2013-12-26 20:03 UTC (permalink / raw)
  To: linux-hotplug

On Thu, Dec 26, 2013 at 07:48:37PM +0000, Aleksander Kowalski wrote:
> Hello
> I'm not sure if this is the right address to send this message.
> 
> I had problems with a volume wheel on my toshiba equium laptop. I have
> found a solution and I think you could include it in next udev
> version.
> 
> Basically i needed to add my laptop model in
> 95-keyboard-force-release.rules file.
> Please find attached the diff file. I think you could modify the file
> further for use with other toshiba equium laptops.
Hi,
format of the rules has changed, 95-keyboard-force-release.rules is obsolete.
Please prepare a patch for http://cgit.freedesktop.org/systemd/systemd/plain/hwdb/60-keyboard.hwdb
instead.

Best,
Zbyszek

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: udev 95-keyboard-force-release.rules patch
  2013-12-26 19:48 udev 95-keyboard-force-release.rules patch Aleksander Kowalski
  2013-12-26 20:03 ` Zbigniew Jędrzejewski-Szmek
@ 2014-01-29 13:22 ` Martin Pitt
  2014-01-29 14:40 ` Aleksander Kowalski
  2014-01-29 15:15 ` Martin Pitt
  3 siblings, 0 replies; 5+ messages in thread
From: Martin Pitt @ 2014-01-29 13:22 UTC (permalink / raw)
  To: linux-hotplug

Hey Aleksander,

Aleksander Kowalski [2013-12-26 19:48 +0000]:
> Basically i needed to add my laptop model in
> 95-keyboard-force-release.rules file.
> Please find attached the diff file. I think you could modify the file
> further for use with other toshiba equium laptops.

There has never been a response from you to this or Zbigniew's mail.
I'm happy to do the translation to the new hdwb format for you, but
you unfortunately forgot to actually attach your diff?

Thanks,

Martin
-- 
Martin Pitt                        | http://www.piware.de
Ubuntu Developer (www.ubuntu.com)  | Debian Developer  (www.debian.org)

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: udev 95-keyboard-force-release.rules patch
  2013-12-26 19:48 udev 95-keyboard-force-release.rules patch Aleksander Kowalski
  2013-12-26 20:03 ` Zbigniew Jędrzejewski-Szmek
  2014-01-29 13:22 ` Martin Pitt
@ 2014-01-29 14:40 ` Aleksander Kowalski
  2014-01-29 15:15 ` Martin Pitt
  3 siblings, 0 replies; 5+ messages in thread
From: Aleksander Kowalski @ 2014-01-29 14:40 UTC (permalink / raw)
  To: linux-hotplug

Hi
I didn't respond because I use slackware which doesn't include systemd
at all. I added the diff file previously as an email attachment, maybe
this wasn't the right way to do it. Here it is as plain text:

--- lib/udev/rules.d/95-keyboard-force-release.rules.new    2013-09-28
01:38:00.000000000 +0100
+++ lib/udev/rules.d/95-keyboard-force-release.rules.old    2013-12-26
18:57:34.000000000 +0000
@@ -31,7 +31,7 @@

 ENV{DMI_VENDOR}="PEGATRON CORP.",
ATTR{[dmi/id]product_name}="Spring Peak",
RUN+="keyboard-force-release.sh $devpath common-volume-keys"

-ENV{DMI_VENDOR}="TOSHIBA", ATTR{[dmi/id]product_name}="Satellite
[uU]300*|Satellite Pro [uU]300*|Satellite [uU]305*|SATELLITE
[uU]500*", RUN+="keyboard-force-release.sh $devpath
common-volume-keys"
+ENV{DMI_VENDOR}="TOSHIBA", ATTR{[dmi/id]product_name}="Satellite
[uU]300*|Satellite Pro [uU]300*|Satellite [uU]305*|SATELLITE
[uU]500*|EQUIUM U300*", RUN+="keyboard-force-release.sh $devpath
common-volume-keys"

 ENV{DMI_VENDOR}="Viooo Corporation",
ATTR{[dmi/id]product_name}="PT17", RUN+="keyboard-force-release.sh
$devpath common-volume-keys"

Regards
Alex

2014-01-29 Martin Pitt <martin.pitt@ubuntu.com>:
> Hey Aleksander,
>
> Aleksander Kowalski [2013-12-26 19:48 +0000]:
>> Basically i needed to add my laptop model in
>> 95-keyboard-force-release.rules file.
>> Please find attached the diff file. I think you could modify the file
>> further for use with other toshiba equium laptops.
>
> There has never been a response from you to this or Zbigniew's mail.
> I'm happy to do the translation to the new hdwb format for you, but
> you unfortunately forgot to actually attach your diff?
>
> Thanks,
>
> Martin
> --
> Martin Pitt                        | http://www.piware.de
> Ubuntu Developer (www.ubuntu.com)  | Debian Developer  (www.debian.org)

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: udev 95-keyboard-force-release.rules patch
  2013-12-26 19:48 udev 95-keyboard-force-release.rules patch Aleksander Kowalski
                   ` (2 preceding siblings ...)
  2014-01-29 14:40 ` Aleksander Kowalski
@ 2014-01-29 15:15 ` Martin Pitt
  3 siblings, 0 replies; 5+ messages in thread
From: Martin Pitt @ 2014-01-29 15:15 UTC (permalink / raw)
  To: linux-hotplug

Hey Aleksander,

Aleksander Kowalski [2014-01-29 14:40 +0000]:
> I didn't respond because I use slackware which doesn't include systemd
> at all. I added the diff file previously as an email attachment, maybe
> this wasn't the right way to do it. Here it is as plain text:

Hm, the mail I had had no attachment at all. No idea where things went
wrong. Anyway..

> +ENV{DMI_VENDOR}="TOSHIBA", ATTR{[dmi/id]product_name}="Satellite
> [uU]300*|Satellite Pro [uU]300*|Satellite [uU]305*|SATELLITE
> [uU]500*|EQUIUM U300*", RUN+="keyboard-force-release.sh $devpath
> common-volume-keys"

Translated to hwdb and applied:

 http://cgit.freedesktop.org/systemd/systemd/commit/?id…cf047

Thanks!

Martin
-- 
Martin Pitt                        | http://www.piware.de
Ubuntu Developer (www.ubuntu.com)  | Debian Developer  (www.debian.org)
--
To unsubscribe from this list: send the line "unsubscribe linux-hotplug" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2014-01-29 15:15 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-12-26 19:48 udev 95-keyboard-force-release.rules patch Aleksander Kowalski
2013-12-26 20:03 ` Zbigniew Jędrzejewski-Szmek
2014-01-29 13:22 ` Martin Pitt
2014-01-29 14:40 ` Aleksander Kowalski
2014-01-29 15:15 ` Martin Pitt

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.