linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* 2.5.X config: USB speedtouch driver
@ 2002-09-10 18:53 Bob_Tracy
  2002-09-10 19:04 ` Greg KH
  0 siblings, 1 reply; 4+ messages in thread
From: Bob_Tracy @ 2002-09-10 18:53 UTC (permalink / raw)
  To: linux-kernel

Minor nit: the subject driver depends on ATM, so a config-time check to
see if ATM support is enabled is appropriate.

-- 
-----------------------------------------------------------------------
Bob Tracy                   WTO + WIPO = DMCA? http://www.anti-dmca.org
rct@frus.com
-----------------------------------------------------------------------

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

* Re: 2.5.X config: USB speedtouch driver
  2002-09-10 18:53 2.5.X config: USB speedtouch driver Bob_Tracy
@ 2002-09-10 19:04 ` Greg KH
  2002-09-10 19:44   ` Bob_Tracy
  0 siblings, 1 reply; 4+ messages in thread
From: Greg KH @ 2002-09-10 19:04 UTC (permalink / raw)
  To: Bob_Tracy; +Cc: linux-kernel

On Tue, Sep 10, 2002 at 01:53:45PM -0500, Bob_Tracy wrote:
> Minor nit: the subject driver depends on ATM, so a config-time check to
> see if ATM support is enabled is appropriate.

Agreed, patch? :)

greg k-h

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

* Re: 2.5.X config: USB speedtouch driver
  2002-09-10 19:04 ` Greg KH
@ 2002-09-10 19:44   ` Bob_Tracy
  2002-09-12  0:50     ` Greg KH
  0 siblings, 1 reply; 4+ messages in thread
From: Bob_Tracy @ 2002-09-10 19:44 UTC (permalink / raw)
  To: Greg KH; +Cc: linux-kernel

[-- Attachment #1: Type: text/plain, Size: 692 bytes --]

Greg KH wrote:
> On Tue, Sep 10, 2002 at 01:53:45PM -0500, Bob_Tracy wrote:
> > Minor nit: the subject driver depends on ATM, so a config-time check to
> > see if ATM support is enabled is appropriate.
> 
> Agreed, patch? :)

Ok.  You shamed me into it :-).  If I understand how dep_tristate works,
the attached one-liner should do the trick.  Sorry for doing this as an
attachment, but I've seen my mailer mangle stuff when I try to include
it in-line :-(.

-- 
-----------------------------------------------------------------------
Bob Tracy                   WTO + WIPO = DMCA? http://www.anti-dmca.org
rct@frus.com
-----------------------------------------------------------------------

[-- Attachment #2: patch34_usbmisc --]
[-- Type: text/plain, Size: 640 bytes --]

--- linux/drivers/usb/misc/Config.in.orig	Wed Aug 28 21:02:04 2002
+++ linux/drivers/usb/misc/Config.in	Tue Sep 10 14:39:38 2002
@@ -8,4 +8,4 @@
 dep_tristate '  USB Diamond Rio500 support (EXPERIMENTAL)' CONFIG_USB_RIO500 $CONFIG_USB $CONFIG_EXPERIMENTAL
 dep_tristate '  Tieman Voyager USB Braille display support (EXPERIMENTAL)' CONFIG_USB_BRLVGER $CONFIG_USB $CONFIG_EXPERIMENTAL
 dep_tristate '  USB LCD driver support' CONFIG_USB_LCD $CONFIG_USB
-dep_tristate '  Alcatel Speedtouch ADSL USB Modem' CONFIG_USB_SPEEDTOUCH $CONFIG_USB    
+dep_tristate '  Alcatel Speedtouch ADSL USB Modem' CONFIG_USB_SPEEDTOUCH $CONFIG_USB $CONFIG_ATM

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

* Re: 2.5.X config: USB speedtouch driver
  2002-09-10 19:44   ` Bob_Tracy
@ 2002-09-12  0:50     ` Greg KH
  0 siblings, 0 replies; 4+ messages in thread
From: Greg KH @ 2002-09-12  0:50 UTC (permalink / raw)
  To: Bob_Tracy; +Cc: linux-kernel

On Tue, Sep 10, 2002 at 02:44:37PM -0500, Bob_Tracy wrote:
> Greg KH wrote:
> > On Tue, Sep 10, 2002 at 01:53:45PM -0500, Bob_Tracy wrote:
> > > Minor nit: the subject driver depends on ATM, so a config-time check to
> > > see if ATM support is enabled is appropriate.
> > 
> > Agreed, patch? :)
> 
> Ok.  You shamed me into it :-).  If I understand how dep_tristate works,
> the attached one-liner should do the trick.  Sorry for doing this as an
> attachment, but I've seen my mailer mangle stuff when I try to include
> it in-line :-(.

Looks good, I've applied this to my tree.

thanks,

greg k-h

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

end of thread, other threads:[~2002-09-12  0:48 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-09-10 18:53 2.5.X config: USB speedtouch driver Bob_Tracy
2002-09-10 19:04 ` Greg KH
2002-09-10 19:44   ` Bob_Tracy
2002-09-12  0:50     ` Greg KH

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).