Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754484AbaBDNTT (ORCPT ); Tue, 4 Feb 2014 08:19:19 -0500 Received: from mailout3.w2.samsung.com ([211.189.100.13]:25462 "EHLO usmailout3.samsung.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753517AbaBDNTK (ORCPT ); Tue, 4 Feb 2014 08:19:10 -0500 X-AuditID: cbfec372-b7fa96d000006a7b-da-52f0e8cd582c Date: Tue, 04 Feb 2014 11:19:03 -0200 From: Mauro Carvalho Chehab To: Greg Kroah-Hartman , Andrew Morton , Alan Cox , Rob Landley Cc: LKML , LMML , Antti Palosaari Subject: Fw: [PATCH 34/52] devices.txt: add video4linux device for Software Defined Radio Message-id: <20140204111903.5c2e928e@samsung.com> X-Mailer: Claws Mail 3.9.3 (GTK+ 2.24.22; x86_64-redhat-linux-gnu) MIME-version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7bit X-Brightmail-Tracker: H4sIAAAAAAAAA+NgFlrJLMWRmVeSWpSXmKPExsVy+t/hEN2zLz4EGXTMEbWYs34Nm8Xq9UdY LL43v2ezaF68ns3i8q45bBY9G7ayWqx7OZ3Fgd3j8NeFLB6vVs9k9Tgx4zeLx/65a9g9Wk9u YvX4vEkugC2KyyYlNSezLLVI3y6BK6O5/wh7wR+BimOXDzM1MN7i7WLk4JAQMJFo2KTYxcgJ ZIpJXLi3nq2LkYtDSGAJo8S+U1uZQBJCAt1MEotvB4PYLAKqEste32IEsdkEjCReNbawgtgi AssYJTrnS4PYzAK5EgsenAGLCwtESxxru8gCYvMKGEq07j7PCrHMSeLV68lMEHFBiR+T77FA 9GpJbN7WxAphy0tsXvOWeQIj3ywkZbOQlM1CUraAkXkVo2hpcXJBcVJ6rqFecWJucWleul5y fu4mRkjwFu1gfLbB6hCjAAejEg/vCcUPQUKsiWXFlbmHGCU4mJVEeM23AYV4UxIrq1KL8uOL SnNSiw8xMnFwSjUw8kUlRPAq2nv9vWXjkXh/N+shd9nk9nXxF/lSWVbK/+j535nqvtYg2f3P lJBCxlKGvtIHl3YenHm9PLN92XplXknO2R+maJ6MTK3JfHWlw0/xnid71Z6ipLspa+8e/zSD 8c26v5lFWrw3nt++ZaU1vzuq96bULyULA93wnyfLbrd+yc9t3tusxFKckWioxVxUnAgA/Gyw VjwCAAA= Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Alan/Greg/Andrew/Rob, Not sure who is currently maintaining Documentation/devices.txt. We're needing to add support of a new type of V4L2 devices there. Could you please ack with the following patch? If this one is ok, I intend to send via my tree together with the patch series that implements support for it, if you agree. Thank you! Mauro Forwarded message: Date: Sat, 25 Jan 2014 19:10:28 +0200 From: Antti Palosaari To: linux-media@vger.kernel.org Cc: Antti Palosaari , Hans Verkuil Subject: [PATCH 34/52] devices.txt: add video4linux device for Software Defined Radio Add new video4linux device named /dev/swradio for Software Defined Radio use. V4L device minor numbers are allocated dynamically nowadays, but there is still configuration option for old fixed style. Add note to mention that configuration option too. Cc: Hans Verkuil Signed-off-by: Antti Palosaari Acked-by: Hans Verkuil --- Documentation/devices.txt | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Documentation/devices.txt b/Documentation/devices.txt index 80b7241..e852855 100644 --- a/Documentation/devices.txt +++ b/Documentation/devices.txt @@ -1490,10 +1490,17 @@ Your cooperation is appreciated. 64 = /dev/radio0 Radio device ... 127 = /dev/radio63 Radio device + 128 = /dev/swradio0 Software Defined Radio device + ... + 191 = /dev/swradio63 Software Defined Radio device 224 = /dev/vbi0 Vertical blank interrupt ... 255 = /dev/vbi31 Vertical blank interrupt + Minor numbers are allocated dynamically unless + CONFIG_VIDEO_FIXED_MINOR_RANGES (default n) + configuration option is set. + 81 block I2O hard disk 0 = /dev/i2o/hdq 17th I2O hard disk, whole disk 16 = /dev/i2o/hdr 18th I2O hard disk, whole disk -- 1.8.5.3 -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html -- Cheers, Mauro -- 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/