lkml.org 
[lkml]   [2015]   [Oct]   [28]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    /
    Date
    From
    SubjectRe: [PATCH 11/12] usb: serial: usb_debug: add support for dbc debug device
    On Wed, Oct 28, 2015 at 04:00:42PM +0800, Lu Baolu wrote:
    > This patch add dbc debug device support in usb_debug driver.
    >
    > Signed-off-by: Lu Baolu <baolu.lu@linux.intel.com>
    > ---
    > drivers/usb/serial/usb_debug.c | 29 ++++++++++++++++++++++++++---
    > 1 file changed, 26 insertions(+), 3 deletions(-)

    > +static struct usb_serial_driver dbc_device = {
    > + .driver = {
    > + .owner = THIS_MODULE,
    > + .name = "xhci_dbc",
    > + },
    > + .id_table = dbc_id_table,
    > + .num_ports = 1,
    > + .bulk_out_size = 1024,

    No need to set this unless you need a larger (or smaller for ehci)
    buffer than the endpoint size.

    Johan


    \
     
     \ /
      Last update: 2015-10-28 10:21    [W:5.496 / U:0.064 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site