1. 29 11月, 2012 1 次提交
  2. 28 11月, 2012 1 次提交
    • J
      HID: hiddev: fix nonblocking read semantics wrt EIO/ERESTARTSYS · 13f19624
      Jiri Kosina 提交于
      When the file has been open in non-blocking mode, EIO or ERESTARTSYS
      would never be returned even if they should (for example when device
      has been unplugged, you want EIO and not EAGAIN to be returned).
      
      Move the O_NONBLOCK check after other checks have been performed.
      
      Base on similar patch done to hidraw by
      Founder Fang <founder.fang@gmail.com>
      Signed-off-by: NJiri Kosina <jkosina@suse.cz>
      13f19624
  3. 26 11月, 2012 2 次提交
  4. 21 11月, 2012 1 次提交
  5. 16 11月, 2012 1 次提交
  6. 15 11月, 2012 1 次提交
  7. 07 11月, 2012 1 次提交
    • F
      HID: Ignore D-WAV/eGalax devices handled by usbtouchscreen · 729b814a
      Forest Bond 提交于
      Previously, both usbhid and usbtouchscreen would bind to D-WAV devices
      with class HID and protocol None, so they would be claimed by whichever
      driver was loaded first.  Some of these devices do in fact work with
      usbhid, but not all of them do.  OTOH they all work with usbtouchscreen
      as of commit 037a833e ("Input:
      usbtouchscreen - initialize eGalax devices").  So we ignore them in
      usbhid to prevent getting in the way of usbtouchscreen and claiming an
      interface that we may not be able to do anything useful with.
      Signed-off-by: NForest Bond <forest.bond@rapidrollout.com>
      Signed-off-by: NJiri Kosina <jkosina@suse.cz>
      729b814a
  8. 04 11月, 2012 1 次提交
  9. 31 10月, 2012 3 次提交
  10. 01 10月, 2012 5 次提交
  11. 25 9月, 2012 6 次提交
  12. 22 9月, 2012 4 次提交
  13. 20 9月, 2012 6 次提交
  14. 19 9月, 2012 6 次提交
  15. 18 9月, 2012 1 次提交