Custom start of the devb-umass

Hi,

I would like to see only /dev/cdx devices.
It is possible?

Regards,
Jacek

Not directly with the devb-umass driver.

You would need to have a utility that connects to the USB stack to get
device insertion notifications and launch the devb-umass driver using
command line options for(vid,did,busno,devno)
It would check the subclass field to determine device type.

Henry

Jacek Rudnicki <jacek.rudnicki@quantum.com.pl> wrote in message
news:djt27t$81d$1@inn.qnx.com

Hi,

I would like to see only /dev/cdx devices.
It is possible?

Regards,
Jacek

Can you provide example how to launch devb-umass driver using these options
(vid,…)?

Jacek


U¿ytkownik “Henry VanDyke” <henry@qnx.com> napisa³ w wiadomo¶ci
news:dkahfa$659$1@inn.qnx.com

Not directly with the devb-umass driver.

You would need to have a utility that connects to the USB stack to get
device insertion notifications and launch the devb-umass driver using
command line options for(vid,did,busno,devno)
It would check the subclass field to determine device type.

Henry

Jacek Rudnicki <> jacek.rudnicki@quantum.com.pl> > wrote in message
news:djt27t$81d$> 1@inn.qnx.com> …
Hi,

I would like to see only /dev/cdx devices.
It is possible?

Regards,
Jacek
\

I mean normal start from the command line:
#devb-umass

Jacek


U¿ytkownik “Jacek Rudnicki” <jacek.rudnicki@quantum.com.pl> napisa³ w
wiadomo¶ci news:dkar6s$cre$1@inn.qnx.com

Can you provide example how to launch devb-umass driver using these
options (vid,…)?

Jacek


U¿ytkownik “Henry VanDyke” <> henry@qnx.com> > napisa³ w wiadomo¶ci
news:dkahfa$659$> 1@inn.qnx.com> …
Not directly with the devb-umass driver.

You would need to have a utility that connects to the USB stack to get
device insertion notifications and launch the devb-umass driver using
command line options for(vid,did,busno,devno)
It would check the subclass field to determine device type.

Henry

Jacek Rudnicki <> jacek.rudnicki@quantum.com.pl> > wrote in message
news:djt27t$81d$> 1@inn.qnx.com> …
Hi,

I would like to see only /dev/cdx devices.
It is possible?

Regards,
Jacek


\

devb-umass umass vid=0x0951,did=0x1600,busno=0,devno=0

These numbers can be found in the output of the ‘usb -vvvvv’ for a
particular device.
busno == upstream Host controller.

When using these options, device plug and play is disabled in the driver.
You need
to restart the driver each time it is plugged in.

Henry


Jacek Rudnicki <jacek.rudnicki@quantum.com.pl> wrote in message
news:dkcdm9$hdm$1@inn.qnx.com

I mean normal start from the command line:
#devb-umass

Jacek


U¿ytkownik “Jacek Rudnicki” <> jacek.rudnicki@quantum.com.pl> > napisa³ w
wiadomo¶ci news:dkar6s$cre$> 1@inn.qnx.com> …
Can you provide example how to launch devb-umass driver using these
options (vid,…)?

Jacek


U¿ytkownik “Henry VanDyke” <> henry@qnx.com> > napisa³ w wiadomo¶ci
news:dkahfa$659$> 1@inn.qnx.com> …
Not directly with the devb-umass driver.

You would need to have a utility that connects to the USB stack to get
device insertion notifications and launch the devb-umass driver using
command line options for(vid,did,busno,devno)
It would check the subclass field to determine device type.

Henry

Jacek Rudnicki <> jacek.rudnicki@quantum.com.pl> > wrote in message
news:djt27t$81d$> 1@inn.qnx.com> …
Hi,

I would like to see only /dev/cdx devices.
It is possible?

Regards,
Jacek




\