All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/4] airspy: remove v4l2-compliance workaround
@ 2014-07-18  1:05 Antti Palosaari
  2014-07-18  1:05 ` [PATCH 2/4] airspy: move out of staging into drivers/media/usb Antti Palosaari
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Antti Palosaari @ 2014-07-18  1:05 UTC (permalink / raw)
  To: linux-media; +Cc: Antti Palosaari, Hans Verkuil

v4l2-compliance is now happy with frequency ranges where both lower
and upper limit is same.

Cc: Hans Verkuil <hverkuil@xs4all.nl>
Signed-off-by: Antti Palosaari <crope@iki.fi>
---
 drivers/staging/media/airspy/airspy.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/staging/media/airspy/airspy.c b/drivers/staging/media/airspy/airspy.c
index daecd91..5b3310f 100644
--- a/drivers/staging/media/airspy/airspy.c
+++ b/drivers/staging/media/airspy/airspy.c
@@ -62,7 +62,7 @@ static const struct v4l2_frequency_band bands[] = {
 		.index = 0,
 		.capability = V4L2_TUNER_CAP_1HZ | V4L2_TUNER_CAP_FREQ_BANDS,
 		.rangelow   = 20000000,
-		.rangehigh  = 20000001, /* FIXME: make v4l2-compliance happy */
+		.rangehigh  = 20000000,
 	},
 };
 
-- 
1.9.3


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

end of thread, other threads:[~2014-07-18 16:28 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-07-18  1:05 [PATCH 1/4] airspy: remove v4l2-compliance workaround Antti Palosaari
2014-07-18  1:05 ` [PATCH 2/4] airspy: move out of staging into drivers/media/usb Antti Palosaari
2014-07-18  1:05 ` [PATCH 3/4] airspy: print notice to point SDR API is not 100% stable yet Antti Palosaari
2014-07-18  5:15   ` Hans Verkuil
2014-07-18 16:28     ` Antti Palosaari
2014-07-18  1:05 ` [PATCH 4/4] MAINTAINERS: add airspy driver Antti Palosaari

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.