1. 01 11月, 2011 1 次提交
  2. 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
  3. 02 7月, 2011 1 次提交
  4. 29 6月, 2011 1 次提交
  5. 30 4月, 2011 3 次提交
  6. 23 10月, 2010 2 次提交
  7. 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