1. 28 5月, 2015 1 次提交
    • J
      add mt7601u driver · c869f77d
      Jakub Kicinski 提交于
      Add support for the simplest of MediaTek Wi-Fi devices - MT7601U.
      It is a single stream bgn chip with no bells or whistles.
      This driver is partially based on Felix's mt76 but IMHO it doesn't
      make sense to merge the two right now because MT7601U is a design
      somewhere between old Ralink devices and new Mediatek chips.  There
      wouldn't be all that much code sharing with the devices mt76 supports.
      Situation may obviously change when someone decides to extend m76 with
      support for the more recent USB dongles.
      
      The driver supports only station mode.  I'm hoping to add AP support
      when time allows.
      
      This driver sat on GitHub for quite a while and got some testing there:
      http://github.com/kuba-moo/mt7601uSigned-off-by: NJakub Kicinski <kubakici@wp.pl>
      Signed-off-by: NKalle Valo <kvalo@codeaurora.org>
      c869f77d
  2. 19 5月, 2015 1 次提交
  3. 16 5月, 2015 1 次提交
  4. 15 5月, 2015 3 次提交
  5. 12 5月, 2015 3 次提交
  6. 09 5月, 2015 2 次提交
  7. 08 5月, 2015 1 次提交
  8. 06 5月, 2015 4 次提交
  9. 05 5月, 2015 1 次提交
  10. 02 5月, 2015 4 次提交
  11. 30 4月, 2015 1 次提交
  12. 22 4月, 2015 1 次提交
  13. 20 4月, 2015 1 次提交
  14. 17 4月, 2015 3 次提交
  15. 16 4月, 2015 4 次提交
  16. 15 4月, 2015 1 次提交
    • T
      Input: add vmmouse driver · 8b8be51b
      Thomas Hellstrom 提交于
      VMMouse enables low-latency mouse-cursor-movements for VMWare and QEMU
      guests.  By removing the guest cursor and using the host as a guest cursor
      the cursor movement appears instant although in reality there is some lag.
      To be able to do this, the host's view of the cursor position must exactly
      match the guest's view and an absolute pointer device is needed. Enter the
      VMMouse. While the VMMouse driver has historically been an Xorg user-space
      driver, implementing it as a kernel imput driver enables rootless Xorg and
      new compositing display servers for VMware guests.
      Signed-off-by: NThomas Hellstrom <thellstrom@vmware.com>
      Signed-off-by: NDmitry Torokhov <dmitry.torokhov@gmail.com>
      8b8be51b
  17. 11 4月, 2015 1 次提交
  18. 08 4月, 2015 1 次提交
  19. 03 4月, 2015 6 次提交