]> git.baikalelectronics.ru Git - kernel.git/commit
USB Serial Sierra: Dynamic interface detection
authorKevin Lloyd <klloyd@sierrawireless.com>
Thu, 10 Jul 2008 21:14:51 +0000 (14:14 -0700)
committerGreg Kroah-Hartman <gregkh@suse.de>
Thu, 14 Aug 2008 00:32:51 +0000 (17:32 -0700)
commit923da623ed0fad522d567300a37920b66e332f3b
tree52594768085675b50c727772dc73c23408ef5984
parent1e9fa33c7aa9c249467b95e1b5e4e346885641e4
USB Serial Sierra: Dynamic interface detection

This patch changes the method by which the number of ports per interface is
assigned so that it is more dynamic and calculated on the fly (as opposed to
hard coding it). This will allow for faster and easier addition of products.

Signed-off-by: Kevin Lloyd <klloyd@sierrawireless.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/usb/serial/sierra.c