From: David Brownell <david-b@pacbell.net>
To: John Daiker <daikerjohn@gmail.com>
Cc: Alan Stern <stern@rowland.harvard.edu>,
Julia Lawall <julia@diku.dk>,
gregkh@suse.de, linux-usb@vger.kernel.org,
linux-kernel@vger.kernel.org, kernel-janitors@vger.kernel.org
Subject: Re: [PATCH 10/13] drivers/usb/gadget: use USB API functions rather than constants
Date: Mon, 29 Dec 2008 21:01:11 +0000 [thread overview]
Message-ID: <200812291301.11438.david-b@pacbell.net> (raw)
In-Reply-To: <495937C3.7090101@gmail.com>
On Monday 29 December 2008, John Daiker wrote:
> So you're saying that these functions:
> usb_endpoint_dir_in(epd)
> usb_endpoint_dir_out(epd)
> usb_endpoint_is_bulk_in(epd)
> usb_endpoint_is_bulk_out(epd)
> usb_endpoint_is_int_in(epd)
> usb_endpoint_is_int_out(epd)
> usb_endpoint_num(epd)
> usb_endpoint_type(epd)
> usb_endpoint_xfer_bulk(epd)
> usb_endpoint_xfer_control(epd)
> usb_endpoint_xfer_int(epd)
> usb_endpoint_xfer_isoc(epd)
>
> Should be defined in ch9.h instead of usb.h?
Also usb_endpoint_is_isoc_{in,out}() ...
> If that's the case, then I'll be glad to cook up a patch! :)
I think Julia just signed up for that ...
- Dave
WARNING: multiple messages have this Message-ID (diff)
From: David Brownell <david-b@pacbell.net>
To: John Daiker <daikerjohn@gmail.com>
Cc: Alan Stern <stern@rowland.harvard.edu>,
Julia Lawall <julia@diku.dk>,
gregkh@suse.de, linux-usb@vger.kernel.org,
linux-kernel@vger.kernel.org, kernel-janitors@vger.kernel.org
Subject: Re: [PATCH 10/13] drivers/usb/gadget: use USB API functions rather than constants
Date: Mon, 29 Dec 2008 13:01:11 -0800 [thread overview]
Message-ID: <200812291301.11438.david-b@pacbell.net> (raw)
In-Reply-To: <495937C3.7090101@gmail.com>
On Monday 29 December 2008, John Daiker wrote:
> So you're saying that these functions:
> usb_endpoint_dir_in(epd)
> usb_endpoint_dir_out(epd)
> usb_endpoint_is_bulk_in(epd)
> usb_endpoint_is_bulk_out(epd)
> usb_endpoint_is_int_in(epd)
> usb_endpoint_is_int_out(epd)
> usb_endpoint_num(epd)
> usb_endpoint_type(epd)
> usb_endpoint_xfer_bulk(epd)
> usb_endpoint_xfer_control(epd)
> usb_endpoint_xfer_int(epd)
> usb_endpoint_xfer_isoc(epd)
>
> Should be defined in ch9.h instead of usb.h?
Also usb_endpoint_is_isoc_{in,out}() ...
> If that's the case, then I'll be glad to cook up a patch! :)
I think Julia just signed up for that ...
- Dave
next prev parent reply other threads:[~2008-12-29 21:01 UTC|newest]
Thread overview: 24+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-12-29 10:22 [PATCH 10/13] drivers/usb/gadget: use USB API functions rather than Julia Lawall
2008-12-29 10:22 ` [PATCH 10/13] drivers/usb/gadget: use USB API functions rather than constants Julia Lawall
2008-12-29 15:27 ` [PATCH 10/13] drivers/usb/gadget: use USB API functions rather Alan Stern
2008-12-29 15:27 ` [PATCH 10/13] drivers/usb/gadget: use USB API functions rather than constants Alan Stern
2008-12-29 15:35 ` [PATCH 10/13] drivers/usb/gadget: use USB API functions rather Julia Lawall
2008-12-29 15:35 ` [PATCH 10/13] drivers/usb/gadget: use USB API functions rather than constants Julia Lawall
2008-12-29 18:14 ` David Brownell
2008-12-29 18:14 ` David Brownell
2008-12-29 16:13 ` [PATCH 10/13] drivers/usb/gadget: use USB API functions rather Alan Stern
2008-12-29 16:13 ` [PATCH 10/13] drivers/usb/gadget: use USB API functions rather than constants Alan Stern
2008-12-29 16:18 ` [PATCH 10/13] drivers/usb/gadget: use USB API functions rather Julia Lawall
2008-12-29 16:18 ` [PATCH 10/13] drivers/usb/gadget: use USB API functions rather than constants Julia Lawall
2008-12-29 19:54 ` [PATCH 10/13] drivers/usb/gadget: use USB API functions rather Alan Stern
2008-12-29 19:54 ` [PATCH 10/13] drivers/usb/gadget: use USB API functions rather than constants Alan Stern
2008-12-29 20:22 ` David Brownell
2008-12-29 20:22 ` David Brownell
2008-12-29 20:37 ` [PATCH 10/13] drivers/usb/gadget: use USB API functions rather Julia Lawall
2008-12-29 20:37 ` [PATCH 10/13] drivers/usb/gadget: use USB API functions rather than constants Julia Lawall
2008-12-29 20:49 ` [PATCH 10/13] drivers/usb/gadget: use USB API functions rather John Daiker
2008-12-29 20:49 ` [PATCH 10/13] drivers/usb/gadget: use USB API functions rather than constants John Daiker
2008-12-29 21:01 ` David Brownell [this message]
2008-12-29 21:01 ` David Brownell
2008-12-29 21:01 ` [PATCH 10/13] drivers/usb/gadget: use USB API functions rather Alan Stern
2008-12-29 21:01 ` [PATCH 10/13] drivers/usb/gadget: use USB API functions rather than constants Alan Stern
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=200812291301.11438.david-b@pacbell.net \
--to=david-b@pacbell.net \
--cc=daikerjohn@gmail.com \
--cc=gregkh@suse.de \
--cc=julia@diku.dk \
--cc=kernel-janitors@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-usb@vger.kernel.org \
--cc=stern@rowland.harvard.edu \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.