USB: gadget: android: Fix special case for RNDIS ethernet function
authorMike Lockwood <lockwood@android.com>
Sat, 13 Feb 2010 21:37:16 +0000 (16:37 -0500)
committerMike Lockwood <lockwood@android.com>
Sun, 14 Feb 2010 14:50:31 +0000 (09:50 -0500)
commit316525238a92d521456f389969b24adafc44c2e2
tree7769214720643126389f877e7bfc5651aa92b424
parenta3fccf6a0e53be3bff36f5c83d43b02fa7a629aa
USB: gadget: android: Fix special case for RNDIS ethernet function

Only set device descriptor bDeviceClass field to USB_CLASS_COMM when
the RNDIS function is actually enabled.

Signed-off-by: Mike Lockwood <lockwood@android.com>
drivers/usb/gadget/android.c