1. 10 9月, 2012 3 次提交
  2. 15 5月, 2012 1 次提交
  3. 11 4月, 2012 1 次提交
  4. 24 1月, 2012 1 次提交
  5. 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
  6. 02 7月, 2011 1 次提交
  7. 18 11月, 2010 1 次提交
  8. 17 11月, 2010 1 次提交
  9. 23 10月, 2010 4 次提交
  10. 11 8月, 2010 2 次提交
  11. 30 6月, 2010 1 次提交
  12. 21 5月, 2010 1 次提交
    • M
      USB: g_ffs: the FunctionFS gadget driver · c6c56008
      Michal Nazarewicz 提交于
      The Function Filesystem (FunctioFS) lets one create USB
      composite functions in user space in the same way as GadgetFS
      lets one create USB gadgets in user space.  This allows
      creation of composite gadgets such that some of the functions
      are implemented in kernel space (for instance Ethernet, serial
      or mass storage) and other are implemented in user space.
      Signed-off-by: NMichal Nazarewicz <m.nazarewicz@samsung.com>
      Cc: Kyungmin Park <kyungmin.park@samsung.com>
      Cc: Marek Szyprowski <m.szyprowski@samsung.com>
      Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
      c6c56008