1. 02 4月, 2008 4 次提交
  2. 14 3月, 2008 1 次提交
  3. 07 2月, 2008 1 次提交
  4. 01 2月, 2008 1 次提交
    • T
      [ALSA] Remove sound/driver.h · 9004acc7
      Takashi Iwai 提交于
      This header file exists only for some hacks to adapt alsa-driver
      tree.  It's useless for building in the kernel.  Let's move a few
      lines in it to sound/core.h and remove it.
      With this patch, sound/driver.h isn't removed but has just a single
      compile warning to include it.  This should be really killed in
      future.
      Signed-off-by: NTakashi Iwai <tiwai@suse.de>
      Signed-off-by: NJaroslav Kysela <perex@perex.cz>
      9004acc7
  5. 28 1月, 2008 1 次提交
  6. 21 1月, 2008 2 次提交
  7. 18 1月, 2008 1 次提交
    • D
      Input: usbtouchscreen - fix buffer overflow, make more egalax work · 62aa366d
      Daniel Ritz 提交于
      Fix a buffer overflow in mutli-packet handling code.  The overflow can
      only happen with eGalax devices and is even there very unlikely (only
      non-report packet are affected any only when truncated after the first
      byte).
      
      Also changes the mutli-packet handling code not to drop unknown packets,
      but rather just drop one byte.  This allows synchronizing on report packets
      in the data stream.  It's required for some egalax devices to work at all.
      
      Also remove the pointless 'flags' member of the device struct and set the
      version number to 0.6, plus some minor cleanups.
      
      [akpm@linux-foundation.org: coding-style fixes]
      Signed-off-by: NDaniel Ritz <daniel.ritz@gmx.ch>
      Signed-off-by: NAndrew Morton <akpm@linux-foundation.org>
      Signed-off-by: NDmitry Torokhov <dtor@mail.ru>
      62aa366d
  8. 14 1月, 2008 1 次提交
  9. 06 12月, 2007 1 次提交
  10. 22 10月, 2007 1 次提交
  11. 20 10月, 2007 1 次提交
  12. 19 10月, 2007 1 次提交
  13. 13 10月, 2007 1 次提交
  14. 10 10月, 2007 1 次提交
  15. 26 9月, 2007 2 次提交
  16. 10 9月, 2007 1 次提交
  17. 07 9月, 2007 1 次提交
  18. 05 9月, 2007 1 次提交
  19. 18 7月, 2007 4 次提交
  20. 10 7月, 2007 1 次提交
    • O
      Input: usbtouchscreen - add support for IRTOUCHSYSTEMS touchscreens · df561fcd
      Ondrej Zary 提交于
      This patch adds support for IRTOUCHSYSTEMS (or UNITOP) infrared touchscreens.
      
      The touchscreen sends data in 8-byte packets.
      BYTE 0 - unknown meaning, seen only one value: 0x54
      BYTE 1 - unknown meaning, 3 lowest bits indicate touch state
              values seen: 0x81, 0x82 or 0x83
              bit 0 = set if the screen is touched and was not touched before (touch
              bit 1 = set if the screen is touched and was touched (dragging)
              bit 2 = set if the touch was ended (release)
      BYTES 2 and 3 - X position, high-order-byte first, range = 0 to 0x0FFF
      BYTES 4 and 5 - Y position, high-order-byte first, range = 0 to 0x0FFF
      BYTE 6 - unknown meaning, seen only one value: 0xFF
      BYTE 7 - unknown meaning, seen only one value: 0x00
      Signed-off-by: NOndrej Zary <linux@rainbow-software.org>
      Signed-off-by: NDaniel Ritz <daniel.ritz@gmx.ch>
      Signed-off-by: NDmitry Torokhov <dtor@mail.ru>
      df561fcd
  21. 12 6月, 2007 1 次提交
  22. 23 5月, 2007 3 次提交
  23. 16 5月, 2007 1 次提交
  24. 14 5月, 2007 1 次提交
  25. 08 5月, 2007 1 次提交
  26. 07 5月, 2007 1 次提交
  27. 12 4月, 2007 3 次提交
  28. 11 4月, 2007 1 次提交