greybus: es2.c: Increase the number of bulk endpoints
authorAlexandre Bailon <abailon@baylibre.com>
Mon, 15 Jun 2015 16:08:13 +0000 (18:08 +0200)
committerGreg Kroah-Hartman <gregkh@google.com>
Mon, 15 Jun 2015 23:51:44 +0000 (16:51 -0700)
commit606addd2847ccc56a70fe90d6861081f9a1cf7c1
tree84ccf1f0e515b0e466c89eaff7dc4c8bf4ca52fc
parentddc09acd469523dc4a15bce30103743d243bc9ba
greybus: es2.c: Increase the number of bulk endpoints

ES2 support 16 endpoints. Update es2.c to allocate endpoints, urbs
and buffers for these new endpoints.

Currently, they are not yet used and es2.c is working in legacy mode
(only original endpoints are used).

Signed-off-by: Alexandre Bailon <abailon@baylibre.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
drivers/staging/greybus/es2.c