Skip to content
Snippets Groups Projects
  1. May 26, 2011
  2. May 24, 2011
    • Jimmy Hon's avatar
      HID: add quirk for HyperPen 10000U · e23be0a2
      Jimmy Hon authored
      
      Add 5543:0064 UC-Logic Technology Corp. Aiptek HyperPen 10000U to quirks with
      HID_QUIRK_MULTI_INPUT.
      
      Originally the device is reporting the x,y coordinates on Z and RX. By adding
      this quirk, there will be two kernel devices. The first one is muted and the
      second device will report coordinates on X and Y.
      
      Signed-off-by: default avatarJimmy Hon <honyuenkwun@gmail.com>
      Signed-off-by: default avatarJiri Kosina <jkosina@suse.cz>
      e23be0a2
    • Jiri Kosina's avatar
      HID: hiddev: fix potential use-after-free · 7f77897e
      Jiri Kosina authored
      
      Commit 6cb4b040 ("HID: hiddev: fix race between hiddev_disconnect
      and hiddev_release") made it possible to access hiddev (for unlocking
      the existance mutex) once hiddev has been kfreed.
      
      Change the order so that this can not happen (always unlock the mutex first,
      it is needed only to protect access to ->exist and ->open).
      
      Signed-off-by: default avatarJiri Kosina <jkosina@suse.cz>
      7f77897e
  3. May 23, 2011
Loading