Re: Accessing USB Mass Storage Device

2005-10-24 Thread Daniel Rudy
At about the time of 10/23/2005 7:55 PM, Bernd Walter stated the following: > On Sun, Oct 23, 2005 at 07:34:45PM -0700, Daniel Rudy wrote: > >>At about the time of 10/20/2005 4:04 AM, Bernd Walter stated the following: >> >>>On Tue, Oct 18, 2005 at 10:38:45PM -0600, M. Warner Losh wrote: >>> >>>

Re: Accessing USB Mass Storage Device

2005-10-23 Thread Bernd Walter
On Sun, Oct 23, 2005 at 07:34:45PM -0700, Daniel Rudy wrote: > At about the time of 10/20/2005 4:04 AM, Bernd Walter stated the following: > > On Tue, Oct 18, 2005 at 10:38:45PM -0600, M. Warner Losh wrote: > > > >>In message: <[EMAIL PROTECTED]> > >>Daniel Rudy <[EMAIL PROTECTED]> wri

Re: Accessing USB Mass Storage Device

2005-10-23 Thread Daniel Rudy
At about the time of 10/20/2005 4:04 AM, Bernd Walter stated the following: > On Tue, Oct 18, 2005 at 10:38:45PM -0600, M. Warner Losh wrote: > >>In message: <[EMAIL PROTECTED]> >>Daniel Rudy <[EMAIL PROTECTED]> writes: >>: >>: When the umass driver is compiled into the kernel, and on

Re: Accessing USB Mass Storage Device

2005-10-20 Thread Bernd Walter
On Tue, Oct 18, 2005 at 10:38:45PM -0600, M. Warner Losh wrote: > In message: <[EMAIL PROTECTED]> > Daniel Rudy <[EMAIL PROTECTED]> writes: > : > : When the umass driver is compiled into the kernel, and one inserts a USB > : mass storage device, how does one access the device descripto

Re: Accessing USB Mass Storage Device

2005-10-19 Thread Daniel Rudy
At about the time of 10/18/2005 9:38 PM, M. Warner Losh stated the following: > In message: <[EMAIL PROTECTED]> > Daniel Rudy <[EMAIL PROTECTED]> writes: > : > : When the umass driver is compiled into the kernel, and one inserts a USB > : mass storage device, how does one access the d

Re: Accessing USB Mass Storage Device

2005-10-18 Thread M. Warner Losh
In message: <[EMAIL PROTECTED]> Daniel Rudy <[EMAIL PROTECTED]> writes: : : When the umass driver is compiled into the kernel, and one inserts a USB : mass storage device, how does one access the device descriptors (serial : number) while the device is listed as a da device? I would p

Accessing USB Mass Storage Device

2005-10-18 Thread Daniel Rudy
When the umass driver is compiled into the kernel, and one inserts a USB mass storage device, how does one access the device descriptors (serial number) while the device is listed as a da device? I would perfer to have the OS do all the work of accessing the hardware. But if it cannot be done, t