RE: [linux-usb-devel] How to access mess-storage throught usb interface?

2006-05-10 Thread mydevice_usb
From: "Peter.Chen" <[EMAIL PROTECTED]> To: linux-usb-devel@lists.sourceforge.net Subject: [linux-usb-devel] How to access mess-storage throught usb interface? Date: Wed, 10 May 2006 19:58:49 +0800 Hi,all When we insert mess-storage into usb interface,we can see sda(sdb...) at /dev.Now,ma

Re: [linux-usb-devel] Query over mouting mass-storage driver

2006-04-29 Thread mydevice_usb
From: Greg KH <[EMAIL PROTECTED]> Reply-To: linux-usb-devel@lists.sourceforge.net To: [EMAIL PROTECTED] CC: linux-usb-devel@lists.sourceforge.net Subject: Re: [linux-usb-devel] Query over mouting mass-storage driver Date: Sat, 29 Apr 2006 00:44:52 -0700 On Sat, Apr 29, 2006 at 06:32:17AM +,

Re: [linux-usb-devel] Query over mouting mass-storage driver

2006-04-28 Thread mydevice_usb
From: Greg KH <[EMAIL PROTECTED]> Reply-To: linux-usb-devel@lists.sourceforge.net To: [EMAIL PROTECTED] CC: linux-usb-devel@lists.sourceforge.net, [EMAIL PROTECTED] Subject: Re: [linux-usb-devel] Query over mouting mass-storage driver Date: Thu, 27 Apr 2006 22:38:49 -0700 On Fri, Apr 28, 2006

[linux-usb-devel] Query over mouting mass-storage driver

2006-04-27 Thread mydevice_usb
Hi, I have question. I have written a Skelton driver for Mass-Storage device (init,exit, probe, disconnect,release,and open). When I tried to test (by open ("/dev/sda5", read-only)) my Skelton driver by writing an application, i failed to open. I noticed that I have to mount the memory stick

[linux-usb-devel] (no subject)

2006-04-27 Thread mydevice_usb
Hi, I have written a Skelton driver for Mass-Storage device (init,exit, probe, disconnect,release,and open). When I tried to test (by open ("/dev/sda5", read-only)) my Skelton driver by writing an application, i failed to open. I noticed that I have to mount the memory stick after doing insmod

Re: [linux-usb-devel] questions on moto(E398) mass-storage linux driver

2006-04-11 Thread mydevice_usb
Hi Alan, Thanks a lot for your reply. Here I have couple of questions based on your replies 1) For scanner the minor base number is 48 in Linux, in the same way what is the minor base number that I can give for a USB mass-storage driver? I am sorry in repeating the same question but I fe

Re: [linux-usb-devel] questions on moto(E398) mass-storage linux driver

2006-04-11 Thread mydevice_usb
Hi Greg, My question was, I wanted to know the general minor_base used for a usb memory stick/mass-storage, like scanner is having minor base 48. In the same manner I would like to know the minor base what we can use for a mass-storage driver which is available in linux. Thank you, Regards,

Re: [linux-usb-devel] questions on moto(E398) mass-storage linux driver

2006-04-11 Thread mydevice_usb
Hi Alan, Thanks for your mail. Ya Linux Kernel is already having a driver. But being a new bee to usb, I am just trying to write a one. Could you please answer to my following questionsÂ….. 1) I didn't find an answer regarding the minor number, could you please tell me what is the minor base

[linux-usb-devel] questions on moto(E398) mass-storage linux driver

2006-04-09 Thread mydevice_usb
Hi, I am writing a driver for usb mass-storage device in Fedora2. I lost in the following two areas. I request you to help me out. 1) I failed to find the minor base to mknod my driver 2) I am writing this driver for motorola(E398) phone, I think they didn't implement the file system. So how