All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] compat: Drop redundant udev rules file
@ 2012-08-14  9:06 Ozan Çağlayan
  2012-08-14 16:49 ` Luis R. Rodriguez
  0 siblings, 1 reply; 2+ messages in thread
From: Ozan Çağlayan @ 2012-08-14  9:06 UTC (permalink / raw)
  To: mcgrof; +Cc: linux-wireless, Ozan Çağlayan

udev rules for Ubuntu and the-rest-of-world are the same. Drop one of
them and use the other one.

Signed-off-by: Ozan Çağlayan <ozancag@gmail.com>
---
 scripts/compat_firmware_install      | 2 +-
 udev/ubuntu/50-compat_firmware.rules | 4 ----
 2 files changed, 1 insertion(+), 5 deletions(-)
 delete mode 100644 udev/ubuntu/50-compat_firmware.rules

diff --git a/scripts/compat_firmware_install b/scripts/compat_firmware_install
index 33e4fde..e4b9fb0 100755
--- a/scripts/compat_firmware_install
+++ b/scripts/compat_firmware_install
@@ -10,7 +10,7 @@ case $LSB_RED_ID in
 "Ubuntu")
 	mkdir -p /lib/udev/ /lib/udev/rules.d/
 	cp udev/ubuntu/compat_firmware.sh /lib/udev/
-	cp udev/ubuntu/50-compat_firmware.rules /lib/udev/rules.d/
+	cp udev/50-compat_firmware.rules /lib/udev/rules.d/
         ;;
 *)
 	mkdir -p /lib/udev/ /lib/udev/rules.d/
diff --git a/udev/ubuntu/50-compat_firmware.rules b/udev/ubuntu/50-compat_firmware.rules
deleted file mode 100644
index 6473788..0000000
--- a/udev/ubuntu/50-compat_firmware.rules
+++ /dev/null
@@ -1,4 +0,0 @@
-# do not edit this file, it will be overwritten on update
-
-# compat_firmware-class requests, copies files into the kernel
-SUBSYSTEM=="compat_firmware", ACTION=="add", RUN+="compat_firmware.sh"
-- 
1.7.11.2


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

* Re: [PATCH] compat: Drop redundant udev rules file
  2012-08-14  9:06 [PATCH] compat: Drop redundant udev rules file Ozan Çağlayan
@ 2012-08-14 16:49 ` Luis R. Rodriguez
  0 siblings, 0 replies; 2+ messages in thread
From: Luis R. Rodriguez @ 2012-08-14 16:49 UTC (permalink / raw)
  To: Ozan Çağlayan; +Cc: mcgrof, linux-wireless

On Tue, Aug 14, 2012 at 2:06 AM, Ozan Çağlayan <ozancag@gmail.com> wrote:
> udev rules for Ubuntu and the-rest-of-world are the same. Drop one of
> them and use the other one.
>
> Signed-off-by: Ozan Çağlayan <ozancag@gmail.com>

Makes sense, thanks, applied and pushed.

  Luis

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

end of thread, other threads:[~2012-08-14 16:50 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-08-14  9:06 [PATCH] compat: Drop redundant udev rules file Ozan Çağlayan
2012-08-14 16:49 ` Luis R. Rodriguez

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.