1. 12 6月, 2008 1 次提交
    • G
      HSO: add option hso driver · 72dc1c09
      Greg Kroah-Hartman 提交于
      This driver is for a number of different Option devices.  Originally
      written by Option and Andrew Bird, but cleaned up massivly for
      acceptance into mainline by me and others.
      
      Many thanks to the following for their help in cleaning up the driver by
      providing feedback and patches to it:
      	- Paulius Zaleckas <paulius.zaleckas@teltonika.lt>
      	- Oliver Neukum <oliver@neukum.org>
      	- Alan Cox <alan@lxorguk.ukuu.org.uk>
      	- Javier Marcet <javier@krausbeck.org>
      
      Cc: Andrew Bird <ajb@spheresystems.co.uk>
      Cc: Javier Marcet <javier@krausbeck.org>
      Cc: Filip Aben <f.aben@option.com>
      Cc: Paulius Zaleckas <paulius.zaleckas@teltonika.lt>
      Cc: Oliver Neukum <oliver@neukum.org>
      Acked-by: NAlan Cox <alan@lxorguk.ukuu.org.uk>
      Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
      Signed-off-by: NJeff Garzik <jgarzik@redhat.com>
      72dc1c09
  2. 22 5月, 2008 4 次提交
  3. 21 5月, 2008 1 次提交
  4. 09 5月, 2008 1 次提交
  5. 19 4月, 2008 1 次提交
  6. 29 3月, 2008 3 次提交
  7. 26 3月, 2008 5 次提交
  8. 25 3月, 2008 1 次提交
  9. 17 3月, 2008 1 次提交
  10. 03 2月, 2008 1 次提交
  11. 01 2月, 2008 13 次提交
  12. 29 1月, 2008 1 次提交
  13. 13 1月, 2008 1 次提交
  14. 09 1月, 2008 2 次提交
  15. 23 12月, 2007 1 次提交
    • A
      asix fixes · 51bf2976
      Al Viro 提交于
      * usb_control_message() to/from stack (breaks on e.g. arm); some
        places did kmalloc() for buffer, some just worked from stack.
        Added kmalloc()/memcpy()/kfree() in asix_read_cmd()/asix_write_cmd(),
        removed that crap from callers.
      * Fixed a leak in ax88172_bind() - on success it forgot to kfree() the
        buffer.
      * Endianness bug in ax88178_bind() - we read a word from eeprom and work with
        it without converting to host-endian
      Signed-off-by: NAl Viro <viro@zeniv.linux.org.uk>
      Signed-off-by: NJeff Garzik <jeff@garzik.org>
      51bf2976
  16. 24 11月, 2007 1 次提交
  17. 07 11月, 2007 1 次提交
    • A
      [NET]: Let USB_USBNET always select MII. · 4aa92cd9
      Adrian Bunk 提交于
      All this USB_USBNET_MII trickery is simply not worth it considering how
      few code it saves.
      
      As a side effect, this also fixes the following compile error reported
      by Toralf Frster:
      
      <--  snip  -->
      
      ...
        LD      .tmp_vmlinux1
      drivers/built-in.o: In function `usbnet_set_settings':
      (.text+0xf1876): undefined reference to `mii_ethtool_sset'
      drivers/built-in.o: In function `usbnet_get_settings':
      (.text+0xf1836): undefined reference to `mii_ethtool_gset'
      drivers/built-in.o: In function `usbnet_get_link':
      (.text+0xf18d6): undefined reference to `mii_link_ok'
      drivers/built-in.o: In function `usbnet_nway_reset':
      (.text+0xf18f6): undefined reference to `mii_nway_restart'
      make: *** [.tmp_vmlinux1] Error 1
      
      <--  snip  -->
      Signed-off-by: NAdrian Bunk <bunk@kernel.org>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      4aa92cd9
  18. 31 10月, 2007 1 次提交