diff mbox

IR/imon: auto-configure another 0xffdc device variant

Message ID 20100704014804.GE17081@redhat.com (mailing list archive)
State Accepted
Headers show

Commit Message

Jarod Wilson July 4, 2010, 1:48 a.m. UTC
None
diff mbox

Patch

diff --git a/drivers/media/IR/imon.c b/drivers/media/IR/imon.c
index 4b1fe9b..71eeb85 100644
--- a/drivers/media/IR/imon.c
+++ b/drivers/media/IR/imon.c
@@ -2059,6 +2059,7 @@  static void imon_get_ffdc_type(struct imon_context *ictx)
 		detected_display_type = IMON_DISPLAY_TYPE_VFD;
 		break;
 	/* iMON LCD, MCE IR */
+	case 0x9e:
 	case 0x9f:
 		dev_info(ictx->dev, "0xffdc iMON LCD, MCE IR");
 		detected_display_type = IMON_DISPLAY_TYPE_LCD;