2007-08-09 03:40:15

by jonatan perry

[permalink] [raw]
Subject: linux USB Device.

Hello,
I would like to know who the USB system works under linux, I mean,
I would like to write a kernel module who will create a virtual USB
device, so that the kernel will think that a hardware USB device is
exists, were can I start?

Thanks.


2007-08-09 11:56:42

by Xavier Bestel

[permalink] [raw]
Subject: Re: linux USB Device.

On Thu, 2007-08-09 at 06:39 +0300, jonatan perry wrote:
> Hello,
> I would like to know who the USB system works under linux, I mean,
> I would like to write a kernel module who will create a virtual USB
> device, so that the kernel will think that a hardware USB device is
> exists, were can I start?

Look at the "usb gadgets" subsystem.

Xav