diff options
author | Dmitry Babrovich <dmitry.babrovich@densitrongaming.com> | 2007-09-18 09:34:34 -0700 |
---|---|---|
committer | Eric Anholt <eric@anholt.net> | 2007-09-18 09:35:20 -0700 |
commit | bda3c69a7a044869ea63514b97f8aa9260d6b5a7 (patch) | |
tree | dd9ab7e857ef8e68931984e06c3a6fb0b639a443 | |
parent | 445a59d262b93bd9d2c16cee9934ce77a103776b (diff) |
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.
-rw-r--r-- | src/ch7xxx/ch7xxx.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ch7xxx/ch7xxx.c b/src/ch7xxx/ch7xxx.c index 09a96271..3ef9612a 100644 --- a/src/ch7xxx/ch7xxx.c +++ b/src/ch7xxx/ch7xxx.c @@ -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])) |