Bug #12457: Let the ch7xxx driver probe the 7301

Looking at the 7304, this chipset likely requires slightly different
programming.  However, this change allows for at least some functionality.
This commit is contained in:
Dmitry Babrovich 2007-09-18 09:34:34 -07:00 committed by Eric Anholt
parent 445a59d262
commit bda3c69a7a
1 changed files with 1 additions and 0 deletions

View File

@ -56,6 +56,7 @@ static struct ch7xxx_id_struct {
{ CH7011_VID, "CH7011" },
{ CH7009A_VID, "CH7009A" },
{ CH7009B_VID, "CH7009B" },
{ CH7301_VID, "CH7301" },
};
#define ID_ARRAY_SIZE (sizeof(ch7xxx_ids) / sizeof(ch7xxx_ids[0]))