* USB device driver
@ 2002-02-13 8:19 Sanjeev Lakshmanan
2002-02-14 1:46 ` Greg KH
0 siblings, 1 reply; 3+ messages in thread
From: Sanjeev Lakshmanan @ 2002-02-13 8:19 UTC (permalink / raw)
To: linux-kernel
Hi all
I need to develop a USB device driver for a custom
made switch. I shall give a brief description.
The switch has four RJ 45 connectors for ethernet
cables and it needs to exchange data packets of size
8 bytes every .5 seconds. The Transmit ethernet
port(1,2,3,4) and Receive ethernet port(1,2,3,4)
need to be selected for each transfer and the data
packet which is to be sent out and received on those
ports changes accordingly.
Please let me know how I can start off writing the
code for this driver.
Also please let me know if there are any SIMILAR
device drivers already developed and available.
I am aware of the files
usr/src/linux/drivers/usb/usb.*
but as I have no prior experience with device
drivers, I am unable to start off.
I have not yet subscribed to the list. PLease reply
to survivor_eagles@yahoo.com
Regards,
Sanjeev.
__________________________________________________
Do You Yahoo!?
Send FREE Valentine eCards with Yahoo! Greetings!
http://greetings.yahoo.com
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: USB device driver
2002-02-13 8:19 USB device driver Sanjeev Lakshmanan
@ 2002-02-14 1:46 ` Greg KH
0 siblings, 0 replies; 3+ messages in thread
From: Greg KH @ 2002-02-14 1:46 UTC (permalink / raw)
To: Sanjeev Lakshmanan; +Cc: linux-kernel
On Wed, Feb 13, 2002 at 12:19:56AM -0800, Sanjeev Lakshmanan wrote:
> Hi all
>
> I need to develop a USB device driver for a custom
> made switch. I shall give a brief description.
>
> The switch has four RJ 45 connectors for ethernet
> cables and it needs to exchange data packets of size
> 8 bytes every .5 seconds. The Transmit ethernet
> port(1,2,3,4) and Receive ethernet port(1,2,3,4)
> need to be selected for each transfer and the data
> packet which is to be sent out and received on those
> ports changes accordingly.
I don't see why you need a USB driver for a switch. Where is USB in the
above description of your device?
> Please let me know how I can start off writing the
> code for this driver.
> Also please let me know if there are any SIMILAR
> device drivers already developed and available.
>
> I am aware of the files
> usr/src/linux/drivers/usb/usb.*
> but as I have no prior experience with device
> drivers, I am unable to start off.
I think your company needs to hire some people with device driver
experience :)
> I have not yet subscribed to the list. PLease reply
> to survivor_eagles@yahoo.com
>
> Regards,
> Sanjeev.
Why did you post this to lkml and the linux-usb-users mailing lists from
two different accounts, using two different names?
Good luck,
greg k-h
^ permalink raw reply [flat|nested] 3+ messages in thread
* RE: Unable to compile 2.5.4: "control reaches end of non-void functionm"
@ 2002-02-14 0:56 Drew P. Vogel
2002-02-14 1:16 ` USB device driver Sanjeev Lakshmanan
0 siblings, 1 reply; 3+ messages in thread
From: Drew P. Vogel @ 2002-02-14 0:56 UTC (permalink / raw)
To: J.S.S.; +Cc: Steve Kieu, linux-kernel
If it is in processor.h, search the archives. There was a patch for this
submitted to the list about a week ago.
--Drew Vogel
On Wed, 13 Feb 2002, J.S.S. wrote:
>I have this same problem on both my laptop and my testbox. It happens
>everytime and I have yet to compile 2.5.4 successfully. Although, I suspect
>it's in my config file - I'm just using an old config file I used for my
>2.4.17 kernel which works just fine.
>
>-----Original Message-----
>From: linux-kernel-owner@vger.kernel.org
>[mailto:linux-kernel-owner@vger.kernel.org]On Behalf Of Steve Kieu
>Sent: Tuesday, February 12, 2002 8:49 PM
>To: kernel
>Subject: Re: Unable to compile 2.5.4: "control reaches end of non-void
>functionm"
>
>
>
>Hi,
>
>It seems nobody having this problem? No one replies at
>least why, so I just want to add one more case of
>compiling error. Exactly the same message as yours.
>
>
>
>=====
>S.KIEU
>
>http://greetings.yahoo.com.au - Yahoo! Greetings
>- Send your Valentines love online.
>-
>To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
>the body of a message to majordomo@vger.kernel.org
>More majordomo info at http://vger.kernel.org/majordomo-info.html
>Please read the FAQ at http://www.tux.org/lkml/
>
>-
>To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
>the body of a message to majordomo@vger.kernel.org
>More majordomo info at http://vger.kernel.org/majordomo-info.html
>Please read the FAQ at http://www.tux.org/lkml/
>
--Drew Vogel
^ permalink raw reply [flat|nested] 3+ messages in thread
* USB device driver
2002-02-14 0:56 Unable to compile 2.5.4: "control reaches end of non-void functionm" Drew P. Vogel
@ 2002-02-14 1:16 ` Sanjeev Lakshmanan
0 siblings, 0 replies; 3+ messages in thread
From: Sanjeev Lakshmanan @ 2002-02-14 1:16 UTC (permalink / raw)
To: linux-kernel
Hi all
I need to develop a USB device driver for a custom
made switch. I shall give a brief description.
The switch (which is connected to the USB port of a
Linux box running REdHat 7.1) has four RJ 45
connectors for ethernet cables and it needs to
exchange data packets of size 8 bytes every .5
seconds. The Transmit ethernet port(1,2,3,4) and
Receive ethernet port(1,2,3,4) need to be selected for
each transfer and the data packet which is to be sent
out and received on those ports changes accordingly.
Please let me know how I can start off writing the
code for this driver.
Also please let me know if there are any SIMILAR
device drivers already developed and available.
I am aware of the files
usr/src/linux/drivers/usb/usb.*
but as I have no prior experience with device drivers,
I am unable to start off.
Regards,
Sanjeev.
__________________________________________________
Do You Yahoo!?
Send FREE Valentine eCards with Yahoo! Greetings!
http://greetings.yahoo.com
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2002-02-14 1:50 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-02-13 8:19 USB device driver Sanjeev Lakshmanan
2002-02-14 1:46 ` Greg KH
-- strict thread matches above, loose matches on Subject: below --
2002-02-14 0:56 Unable to compile 2.5.4: "control reaches end of non-void functionm" Drew P. Vogel
2002-02-14 1:16 ` USB device driver Sanjeev Lakshmanan
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox