[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <55AE3D4D.2040706@laposte.net>
Date: Tue, 21 Jul 2015 14:38:37 +0200
From: Yann Cantin <yann.cantin@...oste.net>
To: Oliver Neukum <oneukum@...e.com>
CC: linux-input@...r.kernel.org, linux-usb@...r.kernel.org,
linux-kernel@...r.kernel.org, linux-api@...r.kernel.org,
dmitry.torokhov@...il.com, jkosina@...e.cz,
gregkh@...uxfoundation.org
Subject: Re: [RFC ebeam PATCH 2/2] input: misc: New USB eBeam input driver
Hi,
Le 21/07/2015 10:19, Oliver Neukum a écrit :
> On Mon, 2015-07-20 at 23:03 +0200, Yann Cantin wrote:
>> diff --git a/drivers/input/misc/ebeam.c b/drivers/input/misc/ebeam.c
>> new file mode 100644
>> index 0000000..79cac51
>> --- /dev/null
>> +++ b/drivers/input/misc/ebeam.c
>> +/* Electronics For Imaging, Inc */
>> +#define USB_VENDOR_ID_EFI 0x2650
>
> You are defining these IDs twice. That is not good.
Is it okay to do this :
#if !defined(CONFIG_INPUT_EBEAM_USB)
#define USB_VENDOR_ID_EFI 0x2650
#...
#endif
so that the driver can also be build outside the kernel tree ?
thanks,
--
Yann Cantin
A4FEB47F
--
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists