| From: |
| Hans Verkuil <hverkuil@xs4all.nl> |
| To: |
| linux-media@vger.kernel.org |
| Subject: |
| [RFC PATCH 0/3] New driver for the Keene USB FM Transmitter |
| Date: |
| Mon, 16 Jan 2012 13:29:17 +0100 |
| Message-ID: |
| <1326716960-4424-1-git-send-email-hverkuil@xs4all.nl> |
| Cc: |
| linux-input@vger.kernel.org, Jiri Kosina <jkosina@suse.cz> |
| Archive-link: |
| Article, Thread
|
Hi all,
Here is a V4L2 driver for the Keene USB FM Transmitter:
http://www.amazon.co.uk/Keene-Electronics-USB-FM-Transmit...
It's been very useful to test V4L2 FM radio receivers.
Note that the Keene FM transmitter USB device has the same USB ID as
the Logitech AudioHub Speaker. Since the radio-keene driver needs to
hijack the HID something needed to be done to differentiate the two.
So hid-core was modified to decide this based on the product name.
I have tested that this works with both a Keene device and a Logitech
AudioHub device hooked up at the same time.
Jiri, can you look at the last patch and let me know if it is OK
from a HID point of view?
Regards,
Hans