NET: cdc-phonet, handle empty phonet header
authorJiri Slaby <jslaby@suse.cz>
Sun, 13 Mar 2011 06:54:31 +0000 (06:54 +0000)
committerBrad Figg <brad.figg@canonical.com>
Wed, 27 Apr 2011 18:41:47 +0000 (11:41 -0700)
commit5d05d20b7faaaa13dfa97535bf6bce8c77c24d39
treeab0cc14f96bf43cc2f85e1bf6151347e927a562d
parent998f94df581aeca676d8d675dc5aad28d18a99e5
NET: cdc-phonet, handle empty phonet header

BugLink: http://bugs.launchpad.net/bugs/769042

commit 468c3f924f043cad7a04f4f4d5224a2c9bc886c1 upstream.

Currently, for N 5800 XM I get:
cdc_phonet: probe of 1-6:1.10 failed with error -22

It's because phonet_header is empty. Extra altsetting looks like
there:
E 05 24 00 01 10 03 24 ab 05 24 06 0a 0b 04 24 fd  .$....$..$....$.
E 00                                               .

I don't see the header used anywhere so just check if the phonet
descriptor is there, not the structure itself.

Signed-off-by: Jiri Slaby <jslaby@suse.cz>
Cc: Rémi Denis-Courmont <remi.denis-courmont@nokia.com>
Cc: David S. Miller <davem@davemloft.net>
Acked-by: Rémi Denis-Courmont <remi.denis-courmont@nokia.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Signed-off-by: Leann Ogasawara <leann.ogasawara@canonical.com>
drivers/net/usb/cdc-phonet.c