1. 29 7月, 2008 1 次提交
  2. 24 7月, 2008 1 次提交
  3. 08 7月, 2008 1 次提交
  4. 30 6月, 2008 1 次提交
  5. 02 6月, 2008 1 次提交
  6. 17 5月, 2008 1 次提交
    • M
      Input: add support for SuperH MigoR touchscreen · 885c316d
      Magnus Damm 提交于
      This is V2 of the MigoR touch screen driver. The chip we interface to
      is unfortunately a custom designed microcontroller speaking some
      undocumented protocol over i2c.
      
      The board specific code is expected to register this device as an i2c
      chip using struct i2c_board_info [] and i2c_register_board_info().
      
      [dtor@mail.ru: don't enable touchscreen if there are no users]
      Signed-off-by: NMagnus Damm <damm@igel.co.jp>
      Signed-off-by: NDmitry Torokhov <dtor@mail.ru>
      885c316d
  7. 02 4月, 2008 5 次提交
  8. 14 1月, 2008 1 次提交
  9. 22 10月, 2007 1 次提交
  10. 13 10月, 2007 1 次提交
  11. 26 9月, 2007 1 次提交
  12. 05 9月, 2007 1 次提交
  13. 18 7月, 2007 1 次提交
  14. 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
  15. 23 5月, 2007 1 次提交
  16. 16 5月, 2007 1 次提交
  17. 08 5月, 2007 1 次提交
  18. 18 1月, 2007 1 次提交
  19. 13 12月, 2006 1 次提交
  20. 11 12月, 2006 1 次提交
  21. 17 11月, 2006 1 次提交
  22. 05 8月, 2006 3 次提交
  23. 17 1月, 2006 1 次提交
  24. 14 1月, 2006 1 次提交
    • D
      [PATCH] spi: ads7846 driver · ffa458c1
      David Brownell 提交于
      This is a driver for the ADS7846 touchscreen sensor, derived from
      the corgi_ts and omap_ts drivers.  Key differences from those two:
      
        - Uses the new SPI framework (minimalist version)
        - <linux/spi/ads7846.h> abstracts board-specific touchscreen info
        - Sysfs attributes for the temperature and voltage sensors
        - Uses fewer ARM-specific IRQ primitives
      
      The temperature and voltage sensors show up in sysfs like this:
      
        $ pwd
        /sys/devices/platform/omap-uwire/spi2.0
        $ ls
        bus@          input:event0@ power/        temp1         vbatt
        driver@       modalias      temp0         vaux
        $ cat modalias
        ads7846
        $ cat temp0
        991
        $ cat temp1
        1177
        $
      
      So far only basic testing has been done.  There's a fair amount of hardware
      that uses this sensor, and which also runs Linux, which should eventually
      be able to use this driver.
      
      One portability note may be of special interest.  It turns out that not all
      SPI controllers are happy issuing requests that do things like "write 8 bit
      command, read 12 bit response".  Most of them seem happy to handle various
      word sizes, so the issue isn't "12 bit response" but rather "different rx
      and tx write sizes", despite that being a common MicroWire convention.  So
      this version of the driver no longer reads 12 bit native-endian words; it
      reads 16-bit big-endian responses, then byteswaps them and shifts the
      results to discard the noise.
      Signed-off-by: NDavid Brownell <david-b@pacbell.net>
      Signed-off-by: NAndrew Morton <akpm@osdl.org>
      Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
      ffa458c1
  25. 13 9月, 2005 1 次提交
  26. 11 7月, 2005 1 次提交
  27. 17 4月, 2005 1 次提交
    • L
      Linux-2.6.12-rc2 · 1da177e4
      Linus Torvalds 提交于
      Initial git repository build. I'm not bothering with the full history,
      even though we have it. We can create a separate "historical" git
      archive of that later if we want to, and in the meantime it's about
      3.2GB when imported into git - space that would just make the early
      git days unnecessarily complicated, when we don't have a lot of good
      infrastructure for it.
      
      Let it rip!
      1da177e4