All of lore.kernel.org
 help / color / mirror / Atom feed
* [2.6 patch] correct CONFIG_GIGASET_M101 Makefile entry
@ 2007-02-15 21:56 Adrian Bunk
  2007-02-16  0:03 ` Tilman Schmidt
  2007-02-18 16:36 ` Pavel Machek
  0 siblings, 2 replies; 4+ messages in thread
From: Adrian Bunk @ 2007-02-15 21:56 UTC (permalink / raw)
  To: Tilman Schmidt, Hansjoerg Lipp
  Cc: gigaset307x-common, kkeil, kai.germaschewski, isdn4linux, linux-kernel

Advanced Mathematics, lesson 1:
101 != 105

;-)

Signed-off-by: Adrian Bunk <bunk@stusta.de>

---
--- linux-2.6.20-mm1/drivers/isdn/gigaset/Makefile.old	2007-02-15 17:38:23.000000000 +0100
+++ linux-2.6.20-mm1/drivers/isdn/gigaset/Makefile	2007-02-15 17:38:41.000000000 +0100
@@ -5,4 +5,4 @@
 
 obj-$(CONFIG_GIGASET_M105) += usb_gigaset.o gigaset.o
 obj-$(CONFIG_GIGASET_BASE) += bas_gigaset.o gigaset.o
-obj-$(CONFIG_GIGASET_M105) += ser_gigaset.o gigaset.o
+obj-$(CONFIG_GIGASET_M101) += ser_gigaset.o gigaset.o


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

* Re: [2.6 patch] correct CONFIG_GIGASET_M101 Makefile entry
  2007-02-15 21:56 [2.6 patch] correct CONFIG_GIGASET_M101 Makefile entry Adrian Bunk
@ 2007-02-16  0:03 ` Tilman Schmidt
  2007-02-18 16:36 ` Pavel Machek
  1 sibling, 0 replies; 4+ messages in thread
From: Tilman Schmidt @ 2007-02-16  0:03 UTC (permalink / raw)
  To: Adrian Bunk
  Cc: Hansjoerg Lipp, gigaset307x-common, kkeil, kai.germaschewski,
	isdn4linux, linux-kernel

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

Am 15.02.2007 22:56 schrieb Adrian Bunk:
> Advanced Mathematics, lesson 1:
> 101 != 105

Ouch. Sorry. Thanks for catching that one.

> Signed-off-by: Adrian Bunk <bunk@stusta.de>

Acked-by: Tilman Schmidt <tilman@imap.cc>

> ---
> --- linux-2.6.20-mm1/drivers/isdn/gigaset/Makefile.old	2007-02-15 17:38:23.000000000 +0100
> +++ linux-2.6.20-mm1/drivers/isdn/gigaset/Makefile	2007-02-15 17:38:41.000000000 +0100
> @@ -5,4 +5,4 @@
>  
>  obj-$(CONFIG_GIGASET_M105) += usb_gigaset.o gigaset.o
>  obj-$(CONFIG_GIGASET_BASE) += bas_gigaset.o gigaset.o
> -obj-$(CONFIG_GIGASET_M105) += ser_gigaset.o gigaset.o
> +obj-$(CONFIG_GIGASET_M101) += ser_gigaset.o gigaset.o
> 


-- 
Tilman Schmidt                          E-Mail: tilman@imap.cc
Bonn, Germany
Diese Nachricht besteht zu 100% aus wiederverwerteten Bits.
Ungeöffnet mindestens haltbar bis: (siehe Rückseite)


[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 253 bytes --]

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

* Re: [2.6 patch] correct CONFIG_GIGASET_M101 Makefile entry
  2007-02-15 21:56 [2.6 patch] correct CONFIG_GIGASET_M101 Makefile entry Adrian Bunk
  2007-02-16  0:03 ` Tilman Schmidt
@ 2007-02-18 16:36 ` Pavel Machek
  2007-02-22 20:00   ` Adrian Bunk
  1 sibling, 1 reply; 4+ messages in thread
From: Pavel Machek @ 2007-02-18 16:36 UTC (permalink / raw)
  To: Adrian Bunk
  Cc: Tilman Schmidt, Hansjoerg Lipp, gigaset307x-common, kkeil,
	kai.germaschewski, isdn4linux, linux-kernel

Hi!

> Advanced Mathematics, lesson 1:
> 101 != 105
> 
> ;-)
> 
> Signed-off-by: Adrian Bunk <bunk@stusta.de>
> 
> ---
> --- linux-2.6.20-mm1/drivers/isdn/gigaset/Makefile.old	2007-02-15 17:38:23.000000000 +0100
> +++ linux-2.6.20-mm1/drivers/isdn/gigaset/Makefile	2007-02-15 17:38:41.000000000 +0100
> @@ -5,4 +5,4 @@
>  
>  obj-$(CONFIG_GIGASET_M105) += usb_gigaset.o gigaset.o
>  obj-$(CONFIG_GIGASET_BASE) += bas_gigaset.o gigaset.o
> -obj-$(CONFIG_GIGASET_M105) += ser_gigaset.o gigaset.o
> +obj-$(CONFIG_GIGASET_M101) += ser_gigaset.o gigaset.o

Are you sure? M105 is both usb and serial?

-- 
(english) http://www.livejournal.com/~pavelmachek
(cesky, pictures) http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blog.html

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

* Re: [2.6 patch] correct CONFIG_GIGASET_M101 Makefile entry
  2007-02-18 16:36 ` Pavel Machek
@ 2007-02-22 20:00   ` Adrian Bunk
  0 siblings, 0 replies; 4+ messages in thread
From: Adrian Bunk @ 2007-02-22 20:00 UTC (permalink / raw)
  To: Pavel Machek
  Cc: Tilman Schmidt, Hansjoerg Lipp, gigaset307x-common, kkeil,
	kai.germaschewski, isdn4linux, linux-kernel

On Sun, Feb 18, 2007 at 04:36:22PM +0000, Pavel Machek wrote:

> Hi!

Hi Pavel!

> > Advanced Mathematics, lesson 1:
> > 101 != 105
> > 
> > ;-)
> > 
> > Signed-off-by: Adrian Bunk <bunk@stusta.de>
> > 
> > ---
> > --- linux-2.6.20-mm1/drivers/isdn/gigaset/Makefile.old	2007-02-15 17:38:23.000000000 +0100
> > +++ linux-2.6.20-mm1/drivers/isdn/gigaset/Makefile	2007-02-15 17:38:41.000000000 +0100
> > @@ -5,4 +5,4 @@
> >  
> >  obj-$(CONFIG_GIGASET_M105) += usb_gigaset.o gigaset.o
> >  obj-$(CONFIG_GIGASET_BASE) += bas_gigaset.o gigaset.o
> > -obj-$(CONFIG_GIGASET_M105) += ser_gigaset.o gigaset.o
> > +obj-$(CONFIG_GIGASET_M101) += ser_gigaset.o gigaset.o
> 
> Are you sure? M105 is both usb and serial?

You seem to read the patch in the wrong direction.  ;-)

cu
Adrian

-- 

       "Is there not promise of rain?" Ling Tan asked suddenly out
        of the darkness. There had been need of rain for many days.
       "Only a promise," Lao Er said.
                                       Pearl S. Buck - Dragon Seed


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

end of thread, other threads:[~2007-02-22 20:00 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-02-15 21:56 [2.6 patch] correct CONFIG_GIGASET_M101 Makefile entry Adrian Bunk
2007-02-16  0:03 ` Tilman Schmidt
2007-02-18 16:36 ` Pavel Machek
2007-02-22 20:00   ` Adrian Bunk

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.