1. 01 Mar, 2011 16 commits
  2. 28 Feb, 2011 22 commits
  3. 27 Feb, 2011 2 commits
    • Greg Kroah-Hartman's avatar
      Staging: hv: add mouse driver · 0c3a6ede
      Greg Kroah-Hartman authored
      This driver adds mouse support to the hyper-v subsystem.
      
      The code was originally written by Citrix, modified heavily by Hank at
      Microsoft, and then further by me, to get it to build properly due to
      all of the recent hyperv changes in the tree.
      
      At the moment, it is marked "BROKEN" as it has not been tested well, and
      it will conflict with other api changes that KY is doing, which I will
      fix up later in this driver.
      
      It still needs lots of work, and normal "cleanup".  I don't recommend
      anyone running it on their machine unless they are very brave and know
      how to debug kernel drivers in a hyperv system.
      Signed-off-by: default avatarHank Janssen <hjanssen@microsoft.com>
      Cc: K. Y. Srinivasan <kys@microsoft.com>
      Cc: Haiyang Zhang <haiyangz@microsoft.com>
      Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
      0c3a6ede
    • Nils Faerber's avatar
      Staging: samsung-laptop: fix brightness level and add new device ids · 50d1ae2f
      Nils Faerber authored
      The patch is against the 2.6.37 drivers/staging/samsung-laptop
      driver and implements some extra enhancements.
      
      It fixes an issue that the brightness would not change the level at
      once as well as and some other oddities. It was resolved by
      reallocated the SABI memory reagion using the "nocache" option.
      
      The patch also introduces a new set of supported netbook models,
      especially the NC10plus which was used for testing this patch. This new
      set of models also offer 9 instead of just 8 brightness levels so it
      also introduces an additional parameter for the models struct so that
      models can define their own brightness range.
      Signed-off-by: default avatarNils Faerber <nils.faerber@kernelconcepts.de>
      Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
      50d1ae2f