linux-hotplug.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] some ids
@ 2005-02-07 22:11 Bill Nottingham
  2005-02-07 22:15 ` Marco d'Itri
  2005-02-07 22:32 ` Bill Nottingham
  0 siblings, 2 replies; 3+ messages in thread
From: Bill Nottingham @ 2005-02-07 22:11 UTC (permalink / raw)
  To: linux-hotplug

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

Pulled from RH bugzilla, namely:

https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=91677
https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=140957

Bill

[-- Attachment #2: hotplug-id.patch --]
[-- Type: text/plain, Size: 2820 bytes --]

diff -ru hotplug-2004_09_23/etc/hotplug/usb.distmap hotplug.new/etc/hotplug/usb.distmap
--- hotplug-2004_09_23/etc/hotplug/usb.distmap	2004-09-20 17:23:55.000000000 -0400
+++ hotplug.new/etc/hotplug/usb.distmap	2005-02-07 17:08:29.000000000 -0500
@@ -205,6 +205,7 @@
 usb-storage          0x0380 0x0000   0x0000    0x0000       0x0000       0x00         0x00            0x00            0x08            0x05            0x50            0x00000000
 usb-storage          0x0380 0x0000   0x0000    0x0000       0x0000       0x00         0x00            0x00            0x08            0x06            0x50            0x00000000
 usb-storage          0x000f 0x0ea0   0x06803   0x0200       0x0200       0x00         0x00            0x00            0x00            0x00            0x00            0x00000000
+usb-storage          0x000f 0x0ea0   0x2168    0x0200       0x0200       0x00         0x00            0x00            0x08            0x06            0x80            0x00000000
 usbcore              0x0080 0x0000   0x0000    0x0000       0x0000       0x00         0x00            0x00            0x09            0x00            0x00            0x00000000
 usbnet               0x0003 0x0547   0x2720    0x0000       0x0000       0x00         0x00            0x00            0x00            0x00            0x00            0x00002a08
 usbnet               0x0003 0x0525   0x1080    0x0000       0x0000       0x00         0x00            0x00            0x00            0x00            0x00            0x00002cf0
diff -ru hotplug-2004_09_23/etc/hotplug/usb.handmap hotplug.new/etc/hotplug/usb.handmap
--- hotplug-2004_09_23/etc/hotplug/usb.handmap	2003-10-07 15:51:38.000000000 -0400
+++ hotplug.new/etc/hotplug/usb.handmap	2005-02-07 17:06:35.000000000 -0500
@@ -47,4 +47,6 @@
 evdev                0x0003 0x056a   0x0024    0x0000       0x0000       0x00         0x00            0x00            0x00            0x00            0x00            0x00000000
 evdev                0x0003 0x056a   0x0011    0x0000       0x0000       0x00         0x00            0x00            0x00            0x00            0x00            0x00000000
 evdev                0x0003 0x056a   0x0042    0x0000       0x0000       0x00         0x00            0x00            0x00            0x00            0x00            0x00000000
+evdev		     0x0003 0x077d   0x0410    0x0000       0x0000       0x00         0x00            0x00            0x00            0x00            0x00            0x00000000
+evdev		     0x0003 0x077d   0x04aa    0x0000       0x0000       0x00         0x00            0x00            0x00            0x00            0x00            0x00000000
 usblcd		     0x0003 0x1212   0x0001    0x0000       0x0000       0x00         0x00            0x00            0x00            0x00            0x00            0x00000000

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

* Re: [PATCH] some ids
  2005-02-07 22:11 [PATCH] some ids Bill Nottingham
@ 2005-02-07 22:15 ` Marco d'Itri
  2005-02-07 22:32 ` Bill Nottingham
  1 sibling, 0 replies; 3+ messages in thread
From: Marco d'Itri @ 2005-02-07 22:15 UTC (permalink / raw)
  To: linux-hotplug

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

On Feb 07, Bill Nottingham <notting@redhat.com> wrote:

> Pulled from RH bugzilla, namely:
Why bother? The distmap is used only with old kernels:

    case "$KERNEL" in
    2.4.*|2.5.*|2.6.*)
        if [ -r $MAP_CURRENT ]; then
            load_drivers usb $MAP_CURRENT "$LABEL"
        fi;;
    *)
        if [ -r $MAP_DISTMAP ]; then
            load_drivers usb $MAP_DISTMAP "$LABEL"
        fi;;
    esac

I think that it and the related code should be just removed.

-- 
ciao,
Marco

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 189 bytes --]

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

* Re: [PATCH] some ids
  2005-02-07 22:11 [PATCH] some ids Bill Nottingham
  2005-02-07 22:15 ` Marco d'Itri
@ 2005-02-07 22:32 ` Bill Nottingham
  1 sibling, 0 replies; 3+ messages in thread
From: Bill Nottingham @ 2005-02-07 22:32 UTC (permalink / raw)
  To: linux-hotplug

Marco d'Itri (md@Linux.IT) said: 
> On Feb 07, Bill Nottingham <notting@redhat.com> wrote:
> 
> > Pulled from RH bugzilla, namely:
> Why bother? The distmap is used only with old kernels:

True. I wonder how it works for the reporter. :)

Bill


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_ide95&alloc_id\x14396&op=click
_______________________________________________
Linux-hotplug-devel mailing list  http://linux-hotplug.sourceforge.net
Linux-hotplug-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linux-hotplug-devel

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

end of thread, other threads:[~2005-02-07 22:32 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-02-07 22:11 [PATCH] some ids Bill Nottingham
2005-02-07 22:15 ` Marco d'Itri
2005-02-07 22:32 ` Bill Nottingham

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).