1. 10 9月, 2012 4 次提交
  2. 12 12月, 2011 1 次提交
    • M
      usb: gadget: rename usb_gadget_driver::speed to max_speed · 7177aed4
      Michal Nazarewicz 提交于
      This commit renames the “speed” field of the usb_gadget_driver
      structure to “max_speed”.  This is so that to make it more
      apparent that the field represents the maximum speed gadget
      driver can support.
      
      This also make the field look more like fields with the same
      name in usb_gadget and usb_composite_driver structures.  All
      of those represent the *maximal* speed given entity supports.
      
      After this commit, there are the following fields in various
      structures:
      * usb_gadget::speed - the current connection speed,
      * usb_gadget::max_speed - maximal speed UDC supports,
      * usb_gadget_driver::max_speed - maximal speed gadget driver
        supports, and
      * usb_composite_driver::max_speed - maximal speed composite
        gadget supports.
      Signed-off-by: NMichal Nazarewicz <mina86@mina86.com>
      Signed-off-by: NFelipe Balbi <balbi@ti.com>
      7177aed4
  3. 01 11月, 2011 1 次提交
  4. 10 9月, 2011 1 次提交
    • K
      usb gadget: clean up FSF boilerplate text · 28c9fc68
      Klaus Schwarzkopf 提交于
      remove the following two paragraphs as they are not needed:
      
      This program is distributed in the hope that it will be useful, but
      WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
      FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public
      License for more details.
      
      You should have received a copy of the GNU General Public License along with
      this program; if not, write to the Free Software Foundation, Inc.,59
      Temple Place - Suite 330, Boston, MA  02111-1307, USA.
      Signed-off-by: NKlaus Schwarzkopf <schwarzkopf@sensortherm.de>
      Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
      28c9fc68
  5. 02 7月, 2011 1 次提交
  6. 29 6月, 2011 1 次提交
  7. 30 4月, 2011 3 次提交
  8. 23 10月, 2010 2 次提交
  9. 11 8月, 2010 1 次提交
    • S
      USB: EHCI Debug Port Device Gadget · f6c826a9
      stephane duverger 提交于
      This is a patch that implements an USB EHCI Debug Device using the
      Gadget API. This patch applies to a 2.6.35-rc3 kernel.
      
      The gadget needs a compliant usb controller that forwards the
      USB_DEVICE_DEBUG_MODE feature to its gadget.
      
      The gadget provides two configuration modes, one that only printk() the
      received data, and one that exposes a serial device to userland
      (/dev/ttyGSxxx).
      
      The gadget has been tested on an IGEPv2 board running a 2.6.35-rc1
      kernel. The debug port was fed on the host side by a 2.6.34 kernel.
      Signed-off-by: NStephane Duverger <stephane.duverger@gmail.com>
      Cc: David Brownell <dbrownell@users.sourceforge.net>
      Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
      f6c826a9