Subject: [PATCH 3/3] USB: serial: sierra driver sync with repository From: Elina Pasheva <epasheva@xxxxxxxxxxxxxxxxxx> The following is summary of changes we have made to sierra.c driver in [PATCH 3/3] sierra driver sync with repository: - Added 2 more interfaces to direct_ip_non_serial_ifaces list - Added provisions to enable debugging by using DEBUG definition - Version number set to 1.7.0 to match our repository. Signed-off-by: Elina Pasheva <epasheva@xxxxxxxxxxxxxxxxxx> --- drivers/usb/serial/sierra.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) --- a/drivers/usb/serial/sierra.c 2009-05-06 17:22:10.000000000 -0700 +++ b/drivers/usb/serial/sierra.c 2009-05-06 17:23:42.000000000 -0700 @@ -17,7 +17,9 @@ Whom based his on the Keyspan driver by Hugh Blemings <hugh@xxxxxxxxxxxx> */ -#define DRIVER_VERSION "v.1.3.8" +/* Uncomment to log function calls */ +/*#define DEBUG*/ +#define DRIVER_VERSION "v.1.7.0" #define DRIVER_AUTHOR "Kevin Lloyd, Elina Pasheva, Matthew Safar, Rory Filer" #define DRIVER_DESC "USB Driver for Sierra Wireless USB modems" @@ -173,7 +175,7 @@ static int sierra_probe(struct usb_seria return result; } -static const u8 direct_ip_non_serial_ifaces[] = { 7, 8, 9 }; +static const u8 direct_ip_non_serial_ifaces[] = { 7, 8, 9, 10, 11 }; static const struct list direct_ip_interface_blacklist = { .listlen = ARRAY_SIZE(direct_ip_non_serial_ifaces), .list = direct_ip_non_serial_ifaces, -- To unsubscribe from this list: send the line "unsubscribe linux-usb" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html