USB: ti_usb_3410_502: Fix ID table size
authorBen Hutchings <ben@decadent.org.uk>
Wed, 23 Dec 2015 13:25:54 +0000 (13:25 +0000)
committerZefan Li <lizefan@huawei.com>
Wed, 26 Oct 2016 15:15:42 +0000 (23:15 +0800)
commitc6192e5d1530befd5e93fa3dc47c07cb82cc7971
treeb8ec48c4cad9e0e896e3c80214f7010dee60d36a
parent5781d89c5468dd7a9a17df7995541b284599e00a
USB: ti_usb_3410_502: Fix ID table size

Commit 35a2fbc941ac ("USB: serial: ti_usb_3410_5052: new device id for
Abbot strip port cable") failed to update the size of the
ti_id_table_3410 array.  This doesn't need to be fixed upstream
following commit d7ece6515e12 ("USB: ti_usb_3410_5052: remove
vendor/product module parameters") but should be fixed in stable
branches older than 3.12.

Backports of commit c9d09dc7ad10 ("USB: serial: ti_usb_3410_5052: add
Abbott strip port ID to combined table as well.") similarly failed to
update the size of the ti_id_table_combined array.

Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
Signed-off-by: Zefan Li <lizefan@huawei.com>
drivers/usb/serial/ti_usb_3410_5052.c