[go: nahoru, domu]

History log of /drivers/media/usb/hackrf/hackrf.c
Revision Date Author Comments
9f93c52783faa24c5c6fca216acf0765ad5d8dd6 24-Sep-2014 Dan Carpenter <dan.carpenter@oracle.com> [media] hackrf: harmless off by one in debug code

My static checker complains that "i" could be one element beyond the end
of the array.

Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Reviewed-by: Antti Palosaari <crope@iki.fi>
Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
720b055d4b2ac8a73118019e1a01d8e6c8f63332 22-Sep-2014 Mauro Carvalho Chehab <mchehab@osg.samsung.com> [media] hackrf: Fix a long constant

drivers/media/usb/hackrf/hackrf.c:64:3: warning: this decimal constant is unsigned only in ISO C90 [enabled by default]
.rangehigh = 4294967294, /* max u32, hw goes over 7GHz */
^

Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
969ec1f6bd925092109eaf21501a9d64adfc7ad4 23-Aug-2014 Antti Palosaari <crope@iki.fi> [media] hackrf: HackRF SDR driver

V4L2 driver for HackRF SDR. Very basic version, with reduced
feature set. Driver implements receiver only, hardware supports
also transmitter.

USB ID 1d50:6089. Model HackRF One

Signed-off-by: Antti Palosaari <crope@iki.fi>
Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>