linux-hotplug.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: "Alexander Kühn" <ak@papendorf-se.de>
To: linux-hotplug@vger.kernel.org
Subject: Re: Vosonic's X-Drive 2030
Date: Tue, 06 May 2003 18:50:20 +0000	[thread overview]
Message-ID: <marc-linux-hotplug-105224726105899@msgid-missing> (raw)
In-Reply-To: <marc-linux-hotplug-105222093406662@msgid-missing>

Hi Pedro,
I see your idea and tried it, but it wont change something, I just 
played around with the usb.agend and modified a bit:

scorpio:/etc/hotplug # diff usb.agent.bak usb.agent
83c83
< # DEBUG=yes export DEBUG
---
 > DEBUG=yes export DEBUG
373a374,385
 >
 >     if [ $DEBUG -eq "yes" ]; then
 >       mesg "usb_idVendor=$usb_idVendor"
 >       mesg "usb_idProduct=$usb_idProduct"
 >       mesg "usb_bcdDevice=$usb_bcdDevice"
 >       mesg "usb_bDeviceClass=$usb_bDeviceClass"
 >       mesg "usb_bDeviceSubClass=$usb_bDeviceSubClass"
 >       mesg "usb_bDeviceProtocol=$usb_bDeviceProtocol"
 >       mesg "usb_bInterfaceClass=$usb_bInterfaceClass"
 >       mesg "usb_bInterfaceSubClass=$usb_bInterfaceSubClass"
 >       mesg "usb_bInterfaceProtocol=$usb_bInterfaceProtocol"
 >     fi

then I copied the values to usb.usermap (konfabulating the values for 
bcdDevice_lo and bcdDevice_hi) :
# usb module         match_flags idVendor idProduct bcdDevice_lo 
bcdDevice_hi bDeviceClass bDeviceSubClass bDeviceProtocol 
bInterfaceClass bInterfaceSubClass bInterfaceProtocol driver_info
usb-storage          0x0003     0x0d7d   0x0240    0x0000       
0x0200       0x00         0x00            0x00            
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, 
assigned device number 19
May  6 20:39:49 scorpio kernel: usb.c: USB device 19 (vend/prod 
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=0
May  6 20:39:52 scorpio usb.agent: usb_bDeviceSubClass=0
May  6 20:39:52 scorpio usb.agent: usb_bDeviceProtocol=0
May  6 20:39:52 scorpio usb.agent: usb_bInterfaceClass=8
May  6 20:39:52 scorpio usb.agent: usb_bInterfaceSubClass=6
May  6 20:39:52 scorpio usb.agent: usb_bInterfaceProtocol€
May  6 20:39:53 scorpio usb.agent: Setup usb-storage for USB product 
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ühn wrote:
>  
>
>>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
>>
>>    
>>
>
>Can you try this?
>usb-storage          0x0003      0x7d0d  0x4002    0x0000       0x0000
>
>(match_flags)        ^^^^^^
>(idVendor)                       ^^^^^^
>(idProduct)                              ^^^^^^
>			
>Regards,
>Pedro
>
>  
>




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

  parent reply	other threads:[~2003-05-06 18:50 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-05-06 11:32 Vosonic's X-Drive 2030 Alexander Kühn
2003-05-06 17:39 ` Pedro Lopez-Cabanillas
2003-05-06 18:30 ` Pedro Lopez-Cabanillas
2003-05-06 18:50 ` Alexander Kühn [this message]
2003-05-07  3:17 ` Randy.Dunlap
2003-05-07  3:38 ` Randy.Dunlap
2003-05-07 21:54 ` Pedro Lopez-Cabanillas
2003-05-07 22:17 ` Randy.Dunlap
2003-05-07 22:18 ` Pedro Lopez-Cabanillas
2003-05-07 22:24 ` David Brownell
2003-05-07 22:36 ` Pedro Lopez-Cabanillas
2003-05-08 18:48 ` Randy.Dunlap
2003-05-08 19:10 ` Pedro Lopez-Cabanillas

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=marc-linux-hotplug-105224726105899@msgid-missing \
    --to=ak@papendorf-se.de \
    --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).