* patch for working around 2.2. UBS brokenness.
@ 2001-03-30 16:38 Ben Woodard
2001-03-30 17:21 ` David Brownell
0 siblings, 1 reply; 2+ messages in thread
From: Ben Woodard @ 2001-03-30 16:38 UTC (permalink / raw)
To: linux-hotplug
Here is a simple patch for /etc/hotplug/usb.agent that works around
the way that USB on 2.2.1[89] identify the revision.
=================================RCS file: RCS/usb.agent,v
retrieving revision 1.1
diff -u -r1.1 usb.agent
--- usb.agent 2001/03/29 16:36:54 1.1
+++ usb.agent 2001/03/30 16:02:02
@@ -109,6 +109,11 @@
exit 1
fi
+ # work around 2.2 brokenness
+ # munges the usb_bcdDevice such that it is a integer rather
+ # than a float: e.g. 1.0 become 0100
+ PRODUCT=`echo $PRODUCT | sed -e "s+\.\([0-9]\)$+.\10+" -e "s/\.$/00/" \
+ -e "s+/\([0-9]\)\.\([0-9][0-9]\)+/0\1\2+"`
set `echo $PRODUCT | $AWK -F/ '{print "0x" $1, "0x" $2, "0x" $3 }'` ''
usb_idVendor=$1
usb_idProduct=$2
_______________________________________________
Linux-hotplug-devel mailing list http://linux-hotplug.sourceforge.net
Linux-hotplug-devel@lists.sourceforge.net
http://lists.sourceforge.net/lists/listinfo/linux-hotplug-devel
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: patch for working around 2.2. UBS brokenness.
2001-03-30 16:38 patch for working around 2.2. UBS brokenness Ben Woodard
@ 2001-03-30 17:21 ` David Brownell
0 siblings, 0 replies; 2+ messages in thread
From: David Brownell @ 2001-03-30 17:21 UTC (permalink / raw)
To: linux-hotplug
Fix is in CVS now -- thanks for the patch!
----- Original Message -----
From: "Ben Woodard" <ben@valinux.com>
To: <linux-hotplug-devel@lists.sourceforge.net>
Sent: Friday, March 30, 2001 8:38 AM
Subject: patch for working around 2.2. UBS brokenness.
> Here is a simple patch for /etc/hotplug/usb.agent that works around
> the way that USB on 2.2.1[89] identify the revision.
>
> =================================> RCS file: RCS/usb.agent,v
> retrieving revision 1.1
> diff -u -r1.1 usb.agent
> --- usb.agent 2001/03/29 16:36:54 1.1
> +++ usb.agent 2001/03/30 16:02:02
> @@ -109,6 +109,11 @@
> exit 1
> fi
>
> + # work around 2.2 brokenness
> + # munges the usb_bcdDevice such that it is a integer rather
> + # than a float: e.g. 1.0 become 0100
> + PRODUCT=`echo $PRODUCT | sed -e "s+\.\([0-9]\)$+.\10+" -e "s/\.$/00/" \
> + -e "s+/\([0-9]\)\.\([0-9][0-9]\)+/0\1\2+"`
> set `echo $PRODUCT | $AWK -F/ '{print "0x" $1, "0x" $2, "0x" $3 }'` ''
> usb_idVendor=$1
> usb_idProduct=$2
>
> _______________________________________________
> Linux-hotplug-devel mailing list http://linux-hotplug.sourceforge.net
> Linux-hotplug-devel@lists.sourceforge.net
> http://lists.sourceforge.net/lists/listinfo/linux-hotplug-devel
_______________________________________________
Linux-hotplug-devel mailing list http://linux-hotplug.sourceforge.net
Linux-hotplug-devel@lists.sourceforge.net
http://lists.sourceforge.net/lists/listinfo/linux-hotplug-devel
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2001-03-30 17:21 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-03-30 16:38 patch for working around 2.2. UBS brokenness Ben Woodard
2001-03-30 17:21 ` David Brownell
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).