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:
parent
445a59d262
commit
bda3c69a7a
|
|
@ -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]))
|
||||
|
|
|
|||
Loading…
Reference in New Issue