linux-hotplug.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Matthias Schwarzott <zzam@gentoo.org>
To: linux-hotplug@vger.kernel.org
Subject: Re: group is not set properly for usb printer for older kernels
Date: Tue, 20 Oct 2009 12:07:11 +0000	[thread overview]
Message-ID: <200910201407.12258.zzam@gentoo.org> (raw)
In-Reply-To: <20091008191201.19276c15@workstation64.home>

[-- Attachment #1: Type: text/plain, Size: 403 bytes --]

On Dienstag, 20. Oktober 2009, Evangelos Foutras wrote:
> Matthias Schwarzott wrote:
> > On Donnerstag, 15. Oktober 2009, Evangelos Foutras wrote:
> >
> > So adding this rule anywhere before line 69 will help?
> > SUBSYSTEM=="usb", ENV{DEVTYPE}=="usb_device",
> > WAIT_FOR_SYSFS="descriptors"
> >
> > If yes, I am going to add it to the gentoo ruleset.
> >

Hi Kay!

Please commit this patch.

Matthias

[-- Attachment #2: udev-147-fix-libusb-lp-group-older-kernels.patch --]
[-- Type: text/x-diff, Size: 320 bytes --]

--- a/rules/gentoo/30-kernel-compat.rules
+++ b/rules/gentoo/30-kernel-compat.rules
@@ -3,6 +3,13 @@
 ACTION!="add|change", GOTO="kernel_compat_end"
 
 #
+# sysfs timing rules
+#
+
+# needed for kernels <2.6.30
+SUBSYSTEM=="usb", ENV{DEVTYPE}=="usb_device", WAIT_FOR_SYSFS="descriptors"
+
+#
 # naming device rules
 #
 

  parent reply	other threads:[~2009-10-20 12:07 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-10-08 17:12 group is not set properly for usb printer for older kernels Andreas Radke
2009-10-08 17:26 ` Kay Sievers
2009-10-08 18:19 ` Andreas Radke
2009-10-08 18:24 ` Kay Sievers
2009-10-08 18:33 ` Andreas Radke
2009-10-08 19:05 ` Kay Sievers
2009-10-08 20:11 ` Andreas Radke
2009-10-08 22:38 ` Kay Sievers
2009-10-09  3:36 ` Andreas Radke
2009-10-09  9:29 ` Kay Sievers
2009-10-09 10:33 ` Andreas Radke
2009-10-11 18:48 ` Andreas Radke
2009-10-13  3:30 ` Evangelos Foutras
2009-10-13  8:22 ` Kay Sievers
2009-10-15 13:28 ` Andreas Radke
2009-10-15 14:33 ` Evangelos Foutras
2009-10-20  8:05 ` Matthias Schwarzott
2009-10-20 11:59 ` Evangelos Foutras
2009-10-20 12:07 ` Matthias Schwarzott [this message]
2009-10-20 19:11 ` Kay Sievers

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=200910201407.12258.zzam@gentoo.org \
    --to=zzam@gentoo.org \
    --cc=linux-hotplug@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).