diff options
author | Sean Young <sean@mess.org> | 2012-08-13 07:59:40 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2012-08-13 15:05:57 -0400 |
commit | 0797b4802b57ce88e9361c8d64b0980508370649 (patch) | |
tree | 095b41fa36a42b7b330139e9ab46b3fe663bcdc8 /drivers/media/rc/Kconfig | |
parent | e99a7cfe93fd9b853d80e7dda8b86ecca71c22bb (diff) |
[media] iguanair: ignore unsupported firmware versions
Firmware versions lower than 0x0205 use a different interface which is not
supported. Also report the firmware version in the standard format.
Signed-off-by: Sean Young <sean@mess.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/rc/Kconfig')
-rw-r--r-- | drivers/media/rc/Kconfig | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/drivers/media/rc/Kconfig b/drivers/media/rc/Kconfig index 5180390be7ab..2e91e664d024 100644 --- a/drivers/media/rc/Kconfig +++ b/drivers/media/rc/Kconfig | |||
@@ -264,8 +264,12 @@ config IR_IGUANA | |||
264 | depends on RC_CORE | 264 | depends on RC_CORE |
265 | select USB | 265 | select USB |
266 | ---help--- | 266 | ---help--- |
267 | Say Y here if you want to use the IgaunaWorks USB IR Transceiver. | 267 | Say Y here if you want to use the IguanaWorks USB IR Transceiver. |
268 | Both infrared receive and send are supported. | 268 | Both infrared receive and send are supported. If you want to |
269 | change the ID or the pin config, use the user space driver from | ||
270 | IguanaWorks. | ||
271 | |||
272 | Only firmware 0x0205 and later is supported. | ||
269 | 273 | ||
270 | To compile this driver as a module, choose M here: the module will | 274 | To compile this driver as a module, choose M here: the module will |
271 | be called iguanair. | 275 | be called iguanair. |