Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S261493AbVD1HMm (ORCPT ); Thu, 28 Apr 2005 03:12:42 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S261837AbVD1HMl (ORCPT ); Thu, 28 Apr 2005 03:12:41 -0400 Received: from adsl-186.flex.com ([206.126.1.185]:17024 "EHLO mail.imodulo.com") by vger.kernel.org with ESMTP id S261493AbVD1HLh (ORCPT ); Thu, 28 Apr 2005 03:11:37 -0400 Date: Thu, 28 Apr 2005 07:11:36 +0000 From: Glen Nakamura To: linux-kernel@vger.kernel.org Cc: marcelo.tosatti@cyclades.com Subject: [PATCH 2.4.31-pre1] Duplicate id in videodev.h Message-ID: <20050428071136.GA2032@modulo.internal> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2.1i Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 836 Lines: 22 VID_HARDWARE_W9968CF and VID_HARDWARE_SAA7114H are both assigned value 36. Trivial patch below increases VID_HARDWARE_SAA7114H to 37. Signed-off-by: Glen Nakamura --- linux-2.4.30.orig/include/linux/videodev.h 2004-02-18 13:36:32.000000000 +0000 +++ linux-2.4.30/include/linux/videodev.h 2004-02-18 13:36:32.000000000 +0000 @@ -421,7 +421,7 @@ struct video_code #define VID_HARDWARE_VICAM 34 #define VID_HARDWARE_SF16FMR2 35 #define VID_HARDWARE_W9968CF 36 -#define VID_HARDWARE_SAA7114H 36 +#define VID_HARDWARE_SAA7114H 37 #endif /* __LINUX_VIDEODEV_H */ - 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/