linux-hotplug.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] udev: fix typo
@ 2012-08-01 19:33 William Hubbs
  2012-08-01 22:56 ` Kay Sievers
  0 siblings, 1 reply; 2+ messages in thread
From: William Hubbs @ 2012-08-01 19:33 UTC (permalink / raw)
  To: linux-hotplug

---
 rules/80-drivers.rules |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/rules/80-drivers.rules b/rules/80-drivers.rules
index 692510c..38ebfeb 100644
--- a/rules/80-drivers.rules
+++ b/rules/80-drivers.rules
@@ -7,6 +7,6 @@ SUBSYSTEM="tifm", ENV{TIFM_CARD_TYPE}="SD", IMPORT{builtin}="kmod load tifm_sd
 SUBSYSTEM="tifm", ENV{TIFM_CARD_TYPE}="MS", IMPORT{builtin}="kmod load tifm_ms"
 SUBSYSTEM="memstick", IMPORT{builtin}="kmod load ms_block mspro_block"
 SUBSYSTEM="i2o", IMPORT{builtin}="kmod load i2o_block"
-SUBSYSTEM="module", KERNEL="parport_pc", RUN{builtin}="kmod load ppdev"
+SUBSYSTEM="module", KERNEL="parport_pc", IMPORT{builtin}="kmod load ppdev"
 
 LABEL="drivers_end"
-- 
1.7.8.6


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

* Re: [PATCH] udev: fix typo
  2012-08-01 19:33 [PATCH] udev: fix typo William Hubbs
@ 2012-08-01 22:56 ` Kay Sievers
  0 siblings, 0 replies; 2+ messages in thread
From: Kay Sievers @ 2012-08-01 22:56 UTC (permalink / raw)
  To: linux-hotplug

On Wed, Aug 1, 2012 at 9:33 PM, William Hubbs <w.d.hubbs@gmail.com> wrote:
> ---
>  rules/80-drivers.rules |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/rules/80-drivers.rules b/rules/80-drivers.rules
> index 692510c..38ebfeb 100644
> --- a/rules/80-drivers.rules
> +++ b/rules/80-drivers.rules
> @@ -7,6 +7,6 @@ SUBSYSTEM="tifm", ENV{TIFM_CARD_TYPE}="SD", IMPORT{builtin}="kmod load tifm_sd
>  SUBSYSTEM="tifm", ENV{TIFM_CARD_TYPE}="MS", IMPORT{builtin}="kmod load tifm_ms"
>  SUBSYSTEM="memstick", IMPORT{builtin}="kmod load ms_block mspro_block"
>  SUBSYSTEM="i2o", IMPORT{builtin}="kmod load i2o_block"
> -SUBSYSTEM="module", KERNEL="parport_pc", RUN{builtin}="kmod load ppdev"
> +SUBSYSTEM="module", KERNEL="parport_pc", IMPORT{builtin}="kmod load ppdev"

IMPORT and RUN should both work the same way with builtins. It's at
least supposed to work, let me know if it doesn't.

Thanks,
Kay

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

end of thread, other threads:[~2012-08-01 22:56 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-08-01 19:33 [PATCH] udev: fix typo William Hubbs
2012-08-01 22:56 ` Kay Sievers

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).