From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?ISO-8859-1?Q?Alexander_K=FChn?= Date: Tue, 06 May 2003 18:50:20 +0000 Subject: Re: Vosonic's X-Drive 2030 Message-Id: List-Id: References: In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="windows-1252" Content-Transfer-Encoding: quoted-printable To: linux-hotplug@vger.kernel.org Hi Pedro, I see your idea and tried it, but it wont change something, I just=20 played around with the usb.agend and modified a bit: scorpio:/etc/hotplug # diff usb.agent.bak usb.agent 83c83 < # DEBUG=3Dyes export DEBUG --- > DEBUG=3Dyes export DEBUG 373a374,385 > > if [ $DEBUG -eq "yes" ]; then > mesg "usb_idVendor=3D$usb_idVendor" > mesg "usb_idProduct=3D$usb_idProduct" > mesg "usb_bcdDevice=3D$usb_bcdDevice" > mesg "usb_bDeviceClass=3D$usb_bDeviceClass" > mesg "usb_bDeviceSubClass=3D$usb_bDeviceSubClass" > mesg "usb_bDeviceProtocol=3D$usb_bDeviceProtocol" > mesg "usb_bInterfaceClass=3D$usb_bInterfaceClass" > mesg "usb_bInterfaceSubClass=3D$usb_bInterfaceSubClass" > mesg "usb_bInterfaceProtocol=3D$usb_bInterfaceProtocol" > fi then I copied the values to usb.usermap (konfabulating the values for=20 bcdDevice_lo and bcdDevice_hi) : # usb module match_flags idVendor idProduct bcdDevice_lo=20 bcdDevice_hi bDeviceClass bDeviceSubClass bDeviceProtocol=20 bInterfaceClass bInterfaceSubClass bInterfaceProtocol driver_info usb-storage 0x0003 0x0d7d 0x0240 0x0000 =20 0x0200 0x00 0x00 0x00 =20 0x08 0x06 0x50 0x00000000 now it looks like this: May 6 20:39:49 scorpio kernel: hub.c: USB new device connect on bus2/1,=20 assigned device number 19 May 6 20:39:49 scorpio kernel: usb.c: USB device 19 (vend/prod=20 0xd7d/0x240) is not claimed by any active driver. May 6 20:39:52 scorpio usb.agent: usb_idVendor453 May 6 20:39:52 scorpio usb.agent: usb_idProductW6 May 6 20:39:52 scorpio usb.agent: usb_bcdDevice%6 May 6 20:39:52 scorpio usb.agent: usb_bDeviceClass=3D0 May 6 20:39:52 scorpio usb.agent: usb_bDeviceSubClass=3D0 May 6 20:39:52 scorpio usb.agent: usb_bDeviceProtocol=3D0 May 6 20:39:52 scorpio usb.agent: usb_bInterfaceClass=3D8 May 6 20:39:52 scorpio usb.agent: usb_bInterfaceSubClass=3D6 May 6 20:39:52 scorpio usb.agent: usb_bInterfaceProtocol=80 May 6 20:39:53 scorpio usb.agent: Setup usb-storage for USB product=20 d7d/240/100 now I just have to find the devices..(hopefully) Thanks for your help, Alexander. Pedro Lopez-Cabanillas wrote: >On Tuesday 06 May 2003 13:32, Alexander K=FChn wrote: > =20 > >>scorpio:/etc/hotplug # cat usb.usermap >># usb module match_flags idVendor idProduct bcdDevice_lo >>bcdDevice_hi bDeviceClass bDeviceSubClass bDeviceProtocol >>bInterfaceClass bInterfaceSubClass bInterfaceProtocol driver_info >>usb-storage 0x0000 0x0d7d 0x0240 0x0000 0x0000 >> 0x00 0x00 0x00 0x00 0x00 >> 0x00 0x00000000 >> >> =20 >> > >Can you try this? >usb-storage 0x0003 0x7d0d 0x4002 0x0000 0x0000 > >(match_flags) ^^^^^^ >(idVendor) ^^^^^^ >(idProduct) ^^^^^^ > =09 >Regards, >Pedro > > =20 > ------------------------------------------------------- Enterprise Linux Forum Conference & Expo, June 4-6, 2003, Santa Clara The only event dedicated to issues related to Linux enterprise solutions www.enterpriselinuxforum.com _______________________________________________ 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