All of lore.kernel.org
 help / color / mirror / Atom feed
* how do i integrate my winmodem driver.
@ 2002-08-03  1:03 Hell.Surfers
  2002-08-03  1:10 ` Jeff Garzik
  2002-08-03 13:44 ` Alan Cox
  0 siblings, 2 replies; 3+ messages in thread
From: Hell.Surfers @ 2002-08-03  1:03 UTC (permalink / raw)
  To: linux-kernel

I need to know how support for winmodems is added as I am having trouble integrating support for the supra pci winmodem driver i am writing, but im not used to writing drivers for linux, ive written the interface though, im new to linux driver writing, please help!



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

* Re: how do i integrate my winmodem driver.
  2002-08-03  1:03 how do i integrate my winmodem driver Hell.Surfers
@ 2002-08-03  1:10 ` Jeff Garzik
  2002-08-03 13:44 ` Alan Cox
  1 sibling, 0 replies; 3+ messages in thread
From: Jeff Garzik @ 2002-08-03  1:10 UTC (permalink / raw)
  To: Hell.Surfers; +Cc: linux-kernel

Hell.Surfers@cwctv.net wrote:
> I need to know how support for winmodems is added as I am having trouble integrating support for the supra pci winmodem driver i am writing, but im not used to writing drivers for linux, ive written the interface though, im new to linux driver writing, please help!



Ideally, you can present it as a serial device, and put all the code in 
the kernel.  Look at other serial drivers in linux/drivers/char.  _Linux 
Device Drivers_ is a decent book, but doesn't cover the serial/tty 
interfaces IIRC.  Your best reference is always the kernel source code.

To actually submit a driver, read Documentation/SubmittingDrivers and 
Documentation/SubmittingPatches.

	Jeff


P.S. Fix your word wrap :)



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

* Re: how do i integrate my winmodem driver.
  2002-08-03  1:03 how do i integrate my winmodem driver Hell.Surfers
  2002-08-03  1:10 ` Jeff Garzik
@ 2002-08-03 13:44 ` Alan Cox
  1 sibling, 0 replies; 3+ messages in thread
From: Alan Cox @ 2002-08-03 13:44 UTC (permalink / raw)
  To: Hell.Surfers; +Cc: linux-kernel

That depends extensively on the nature of the card. IBM's mwave is
pretty intelligent so the logic is all kernel side. For a dumb winmodem
like the intel 8x0 AC97 stuff it actually makes little sense to put more
in the kernel than the most time critical bits (echo cancellation etc).

It depends what the modem does and doesn't handle itself


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

end of thread, other threads:[~2002-08-03 12:23 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-08-03  1:03 how do i integrate my winmodem driver Hell.Surfers
2002-08-03  1:10 ` Jeff Garzik
2002-08-03 13:44 ` Alan Cox

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.