]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit66d10b42388fdd84325a824fc022e1ba5b6bc13d
tree0f4b5f699380c16c624dc025e61febdff62274a6
parent62566f2df0e2588122382780faa430f58e3f24c1
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