OSDN Git Service

usb: usb251xb: Add USB2517i specific struct and IDs
authorSerge Semin <fancer.lancer@gmail.com>
Sun, 22 Oct 2017 20:38:04 +0000 (23:38 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 1 Nov 2017 16:14:21 +0000 (17:14 +0100)
commit7fcf55847178c644f3bbe127b72a0c6dc378419a
tree0f4b5f699380c16c624dc025e61febdff62274a6
parenta8a5267756c32308681a1c9a42bd8079a76ff4a4
usb: usb251xb: Add USB2517i specific struct and IDs

There are USB2517 and USB2517i hubs, which have almost the same
registers space as already supported USB251xBi series. The difference
it in DIDs and in a few functions. This patch adds the USB2517/i data
structures to the driver, so it would have different setting depending
on the device discovered on i2c-bus.

Signed-off-by: Serge Semin <fancer.lancer@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/misc/Kconfig
drivers/usb/misc/usb251xb.c