From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ben Woodard Date: Thu, 29 Mar 2001 16:43:21 +0000 Subject: PRODUCT code has a float in it rather than an int Message-Id: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: linux-hotplug@vger.kernel.org I'm running 2.2.18 with modultils 2.4.5 and it appears that the PRODUCT is coming back as a float rather than as an int. This is consistant with what I see in /proc/usb/devices: ben@trill:/etc/hotplug$ grep ^P /proc/bus/usb/devices P: Vendor00 ProdID00 Rev= 0.00 P: Vendorf0 ProdID04 Rev= 1.00 This causes some problems in the usb.agent script becase usb_bcdDevice is declared -i? This leads me to believe that that usb_bcdDevice should not be declared -i or it should be multiplied out so that it is an integer. What do you guys think? I'm happy to try to code up the changes but I'd like to know which direction I should take it. -ben _______________________________________________ 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