Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-10-20 | radio-mr800: Add BKL for usb_amradio_open() | Douglas Schilling Landgraf | |
From: Alexey Klimov <klimov.linux@gmail.com> Added BKL for usb_amradio_open() Priority: high Signed-off-by: Alexey Klimov <klimov.linux@gmail.com> Signed-off-by: Douglas Schilling Landgraf <dougsland@linuxtv.org> | |||
2008-10-09 | radio-mr800: Fix issue for kernel < 2.6.23 | Douglas Schilling Landgraf | |
From: Alexey Klimov <klimov.linux@gmail.com> Fixed issue for kernel < 2.6.23 * Added compat.h * Added macro validation Priority: normal Signed-off-by: Alexey Klimov <klimov.linux@gmail.com> Signed-off-by: Douglas Schilling Landgraf <dougsland@linuxtv.org> | |||
2008-10-01 | radio-mr800: Add driver for AverMedia MR 800 USB FM radio devices | Douglas Schilling Landgraf | |
From: Alexey Klimov <klimov.linux@gmail.com> This patch creates a new usb-radio driver, radio-mr800.c, that supports the AverMedia MR 800 USB FM radio devices. This device plugs into both the USB and an analog audio input, so this thing only deals with initialization and frequency setting, the audio data has to be handled by a sound driver. Priority: normal Signed-off-by: Alexey Klimov <klimov.linux@gmail.com> Signed-off-by: Douglas Schilling Landgraf <dougsland@linuxtv.org> |