Re: [ patch 7/7] drivers/serial/jsm: new serial device driver

From: Christoph Hellwig (hch_at_infradead.org)
Date: 02/28/05

  • Next message: pranjal goswami: "Driver for PCI Express Tekoa Ethernet Controller"
    Date:	Mon, 28 Feb 2005 03:23:56 +0000
    To: Wen Xiong <wendyx@us.ibm.com>
    
    

    > +config SERIAL_JSM
    > + tristate "Digi International NEO PCI Support"
    > + select SERIAL_CORE

    shouldn't this depend on CONFIG_PCI?

    > diff -Nuar linux-2.6.9.orig/drivers/serial/jsm/Makefile linux-2.6.9.new/drivers/serial/jsm/Makefile
    > --- linux-2.6.9.orig/drivers/serial/jsm/Makefile 1969-12-31 18:00:00.000000000 -0600
    > +++ linux-2.6.9.new/drivers/serial/jsm/Makefile 2005-02-27 17:01:43.725941288 -0600
    > @@ -0,0 +1,36 @@
    > +##################################################################
    > +# Copyright 2003 Digi International (www.digi.com)
    > +# Scott H Kilau <Scott_Kilau at digi dot com>
    > +#
    > +# This program is free software; you can redistribute it and/or modify
    > +# it under the terms of the GNU General Public License as published by
    > +# the Free Software Foundation; either version 2, or (at your option)
    > +# any later version.
    > +#
    > +# This program is distributed in the hope that it will be useful,
    > +# but WITHOUT ANY WARRANTY, EXPRESS OR IMPLIED; without even the
    > +# implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
    > +# PURPOSE. See the GNU General Public License for more details.
    > +#
    > +# You should have received a copy of the GNU General Public License
    > +# along with this program; if not, write to the Free Software
    > +# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
    > +#
    > +#
    > +# NOTE TO LINUX KERNEL HACKERS: DO NOT REFORMAT THIS CODE!
    > +#
    > +# Send any bug fixes/changes to: Eng.Linux at digi dot com.
    > +# Thank you.
    > +#
    > +#
    > +##################################################################
    > +
    > +#
    > +# Makefile for Jasmine adapter
    > +#
    > +
    > +obj-$(CONFIG_SERIAL_JSM) += jsm.o
    > +
    > +jsm-objs := jsm_driver.o jsm_mgmt.o jsm_neo.o\
    > + jsm_proc.o jsm_tty.o
    > +

    I doubt anyone can register a copyright on a trivial three-line makefile.
    Also please use jsm-y instead of jsm-objs.

    -
    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/


  • Next message: pranjal goswami: "Driver for PCI Express Tekoa Ethernet Controller"

    Relevant Pages

    • Re: [PATCH 4/4] Twofish cipher - x86_64 assembler
      ... The last round of the encrypt/decrypt routines where optimized saving 5 ... * have put this under the GNU General Public License. ...
      (Linux-Kernel)
    • Re: [PATCH] i2c driver fixes for 2.6.0-test5
      ... This is based on the lmsensor cvs version of the driver, ... GNU General Public License for more details. ... +/* acpi base address register */ ... +static int sis630_setup ...
      (Linux-Kernel)
    • [PATCH] w1: Added DS2433 driver.
      ... * it under the smems of the GNU General Public License as published by ... * the Free Software Foundation; ... +static int __init w1_f23_init ... send the line "unsubscribe linux-kernel" in ...
      (Linux-Kernel)
    • [PATCH] update FSF address in COPYING
      ... Copyright 1989, 1991 Free Software Foundation, Inc. ... You should have received a copy of the GNU General Public License ... send the line "unsubscribe linux-kernel" in ...
      (Linux-Kernel)
    • Re: GPL V3 and Linux - Dead Copyright Holders
      ... Could you change> * modify it under the terms of the GNU General Public License as ... > * version 2 as published by the Free Software Foundation. ... I wanted to make a public statement> because I thought it needed to be done, but at the same time I do not want> to make a rift between Linux and the FSF bigger than necessary. ... To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/ ...
      (Linux-Kernel)