All of lore.kernel.org
 help / color / mirror / Atom feed
* Re: USB drivers
  2004-04-28 22:35 USB drivers Cong Du
@ 2004-04-28 21:49 ` Ian Pratt
  0 siblings, 0 replies; 7+ messages in thread
From: Ian Pratt @ 2004-04-28 21:49 UTC (permalink / raw)
  To: ducong; +Cc: xen-devel@lists.sourceforge.net, Ian.Pratt


>           Does Xen support usb device?
>           I am using a usb mouse, but I can not build the usb driver modules in xenolinux-2.4.26/drivers/usb.
> There are no config options for it. and "ARCH=xeno make" does not work.

I'm afraid there's no USB support at present. Sometimes it's
possible to configure the BIOS to emulate PS2 mice and keyboards.
Alternatively, many USB mice come with a USB -> PS2 adaptor.

Under the new IO model adding USB support will be rather easier.

Ian





-------------------------------------------------------
This SF.Net email is sponsored by: Oracle 10g
Get certified on the hottest thing ever to hit the market... Oracle 10g. 
Take an Oracle 10g class now, and we'll give you the exam FREE.
http://ads.osdn.com/?ad_id=3149&alloc_id=8166&op=click

^ permalink raw reply	[flat|nested] 7+ messages in thread

* USB drivers
@ 2004-04-28 22:35 Cong Du
  2004-04-28 21:49 ` Ian Pratt
  0 siblings, 1 reply; 7+ messages in thread
From: Cong Du @ 2004-04-28 22:35 UTC (permalink / raw)
  To: xen-devel@lists.sourceforge.net

Hello,
          Does Xen support usb device?
          I am using a usb mouse, but I can not build the usb driver modules in xenolinux-2.4.26/drivers/usb.
There are no config options for it. and "ARCH=xeno make" does not work.

Best regards. 

Cong Du
ducong@iit.edu
2004-04-28




-------------------------------------------------------
This SF.Net email is sponsored by: Oracle 10g
Get certified on the hottest thing ever to hit the market... Oracle 10g. 
Take an Oracle 10g class now, and we'll give you the exam FREE.
http://ads.osdn.com/?ad_id=3149&alloc_id=8166&op=click

^ permalink raw reply	[flat|nested] 7+ messages in thread

* USB drivers
@ 2009-04-01 17:24 Ron Madrid
  2009-04-02  7:03 ` Li Yang-R58472
  0 siblings, 1 reply; 7+ messages in thread
From: Ron Madrid @ 2009-04-01 17:24 UTC (permalink / raw)
  To: linuxppc-dev


I have a custom board based on the MPC8313ERDB and have communications
capabilities over Ethernet using internet sockets.  Basically, just data
transfer from the host (my board) to a client (a PC).  I want to be able to
perform similar transactions across USB.

I have done some cursory reading but am a little unclear on how I should
approach this.  Am I going to have to write a host driver for my custom
board, and also write a gadget driver for any client machine?  Also, since I
am desiring to do simple data transfers only, which drivers could I use as a
point of reference for my application?

Thanks in advance for any tips and suggestions.

Ron

^ permalink raw reply	[flat|nested] 7+ messages in thread

* RE: USB drivers
  2009-04-01 17:24 Ron Madrid
@ 2009-04-02  7:03 ` Li Yang-R58472
  0 siblings, 0 replies; 7+ messages in thread
From: Li Yang-R58472 @ 2009-04-02  7:03 UTC (permalink / raw)
  To: ron_madrid, linuxppc-dev

> I have a custom board based on the MPC8313ERDB and have=20
> communications capabilities over Ethernet using internet=20
> sockets.  Basically, just data transfer from the host (my=20
> board) to a client (a PC).  I want to be able to perform=20
> similar transactions across USB.
>=20
> I have done some cursory reading but am a little unclear on=20
> how I should approach this.  Am I going to have to write a=20
> host driver for my custom board, and also write a gadget=20
> driver for any client machine?  Also, since I am desiring to=20
> do simple data transfers only, which drivers could I use as a=20
> point of reference for my application?
>=20
> Thanks in advance for any tips and suggestions.

Linux has a g_ether gadget, which can simulate a ethernet tunnal over
USB.  If you already have the communication code through ethernet, it
will be easier to make use of that gadget.  However, it has more
overhead than pure usb transactions.  The best way is like you said,
custom gadget driver and host driver.

- Leo

^ permalink raw reply	[flat|nested] 7+ messages in thread

* usb drivers
@ 2014-03-06  6:34 Kalyan Kodamagula
  2014-03-06  7:04 ` Srinivas Ganji
  0 siblings, 1 reply; 7+ messages in thread
From: Kalyan Kodamagula @ 2014-03-06  6:34 UTC (permalink / raw)
  To: kernelnewbies

Hi,

? Iam new to this ML,I need info regarding Usb device drivers.I had learned Lnx device drivers and having
?knowledge on USB Host driver(highlevel).

? I had seen probe/read/write functions of a driver.As there is no need to write drivers from scratch,we can gain knowledge by fixing some bugs in the driver.

Can some one please give me links/doc to see the bugs and related fixes of USB drivers.

BR.

^ permalink raw reply	[flat|nested] 7+ messages in thread

* usb drivers
  2014-03-06  6:34 usb drivers Kalyan Kodamagula
@ 2014-03-06  7:04 ` Srinivas Ganji
  2014-03-06  9:41   ` sanjeev sharma
  0 siblings, 1 reply; 7+ messages in thread
From: Srinivas Ganji @ 2014-03-06  7:04 UTC (permalink / raw)
  To: kernelnewbies

On Thu, Mar 6, 2014 at 12:04 PM, Kalyan Kodamagula <kalyan_0906@yahoo.com>wrote:

> Hi,
>
>   Iam new to this ML,I need info regarding Usb device drivers.I had
> learned Lnx device drivers and having
>  knowledge on USB Host driver(highlevel).
>
>   I had seen probe/read/write functions of a driver.As there is no need to
> write drivers from scratch,we can gain knowledge by fixing some bugs in the
> driver.
>
> Can some one please give me links/doc to see the bugs and related fixes of
> USB drivers.
>

Hi Kalyan,

Can you start reading the USB driver development from the following link?
Apart from this, you can develop a skeleton USB driver and even you can
develop a GADGET USB driver.
https://lwn.net/images/pdf/LDD3/ch13.pdf

Regards,
Srinivas.



>
> BR.
>
> _______________________________________________
> Kernelnewbies mailing list
> Kernelnewbies at kernelnewbies.org
> http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.kernelnewbies.org/pipermail/kernelnewbies/attachments/20140306/564644d1/attachment.html 

^ permalink raw reply	[flat|nested] 7+ messages in thread

* usb drivers
  2014-03-06  7:04 ` Srinivas Ganji
@ 2014-03-06  9:41   ` sanjeev sharma
  0 siblings, 0 replies; 7+ messages in thread
From: sanjeev sharma @ 2014-03-06  9:41 UTC (permalink / raw)
  To: kernelnewbies

Hello Kalyan,

I would suggest you to have a Look into Linux Device Driver Book by
Alessandro Rubini & Jonathan Corbet and before that you should understand
the USB Stack Linux architecture .

Regards
Sanjeev Sharma




On Thu, Mar 6, 2014 at 12:34 PM, Srinivas Ganji <
srinivasganji.kernel@gmail.com> wrote:

> On Thu, Mar 6, 2014 at 12:04 PM, Kalyan Kodamagula <kalyan_0906@yahoo.com>wrote:
>
>> Hi,
>>
>>   Iam new to this ML,I need info regarding Usb device drivers.I had
>> learned Lnx device drivers and having
>>  knowledge on USB Host driver(highlevel).
>>
>>   I had seen probe/read/write functions of a driver.As there is no need
>> to write drivers from scratch,we can gain knowledge by fixing some bugs in
>> the driver.
>>
>> Can some one please give me links/doc to see the bugs and related fixes
>> of USB drivers.
>>
>
> Hi Kalyan,
>
> Can you start reading the USB driver development from the following link?
> Apart from this, you can develop a skeleton USB driver and even you can
> develop a GADGET USB driver.
> https://lwn.net/images/pdf/LDD3/ch13.pdf
>
> Regards,
> Srinivas.
>
>
>
>>
>> BR.
>>
>> _______________________________________________
>> Kernelnewbies mailing list
>> Kernelnewbies at kernelnewbies.org
>> http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies
>>
>
>
> _______________________________________________
> Kernelnewbies mailing list
> Kernelnewbies at kernelnewbies.org
> http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.kernelnewbies.org/pipermail/kernelnewbies/attachments/20140306/63af1982/attachment-0001.html 

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2014-03-06  9:41 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-04-28 22:35 USB drivers Cong Du
2004-04-28 21:49 ` Ian Pratt
  -- strict thread matches above, loose matches on Subject: below --
2009-04-01 17:24 Ron Madrid
2009-04-02  7:03 ` Li Yang-R58472
2014-03-06  6:34 usb drivers Kalyan Kodamagula
2014-03-06  7:04 ` Srinivas Ganji
2014-03-06  9:41   ` sanjeev sharma

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.