summaryrefslogtreecommitdiff
path: root/firmware/drivers/synaptics-mep.c (follow)
Commit message (Collapse)AuthorAge
* HDD6330: introduce a new button (BUTTON_TAP), based on the hardware support ↵Szymon Dziok2011-12-03
| | | | | | for gestures. From now on some things are accessible by tapping on the vertical scroll strip. Reorganize, fix and remap some of the keymaps, add missing keymap for the recording. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31132 a1c6a512-1295-4272-9138-f99709370657
* HDD6330: Fix random issues with the button light (MENU button sometimes does ↵Szymon Dziok2011-09-11
| | | | | | not light up). git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30505 a1c6a512-1295-4272-9138-f99709370657
* SA9200: Adjust touchpad sensitivities so that actual contact with the player ↵Michael Sevakis2011-01-11
| | | | | | is needed to cause button presses and hopefully those settings will work nicely. Add a parameter read function to the MEP driver for debugging and RE purposes; enable compilation of it if you want to use it. Make a note in power-sa9200.c about button inits. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29032 a1c6a512-1295-4272-9138-f99709370657
* hdd6330: change the synaptics-mep driver in a few places according to the ↵Szymon Dziok2010-07-04
| | | | | | touchpad behavior. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27273 a1c6a512-1295-4272-9138-f99709370657
* synaptics: add a small delay in syn_get_data() for PB Vibe. Touchpad doesn't ↵Szymon Dziok2010-06-24
| | | | | | work when build with EABI without it. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27117 a1c6a512-1295-4272-9138-f99709370657
* Packard Bell Vibe 500: touchpad code rework. Improve touch sensivity a bit ↵Szymon Dziok2010-02-06
| | | | | | by setting the MEP parameters in the power_init() function. Implement new function in synaptics-mep driver (touchpad_set_parameter) necessary for it. Move the button lights code to the target backlight file. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24541 a1c6a512-1295-4272-9138-f99709370657
* Add a missing #include, make a function static, make ↵Bertrik Sikken2010-01-18
| | | | | | touchpad_set_buttonlight implementation and declaration consistent git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24281 a1c6a512-1295-4272-9138-f99709370657
* Add initial Packard Bell Vibe 500 port, by Szymon Dziok Frank Gevaerts2010-01-18
| | | | | | | | Author: Szymon Dziok Flyspray: FS#10912 git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24276 a1c6a512-1295-4272-9138-f99709370657
* Merry Christmas Gogear HDD6330 owners! This is the start of the HDD6330 ↵Mark Arigo2009-12-25
| | | | | | port. At the moment, it's essentially a copy of the HDD1630 port with a minimal LCD driver. The touchpad doesn't work as expected, but you can still kind of navigate and listen to music/radio. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24112 a1c6a512-1295-4272-9138-f99709370657
* Comment out LOGF_ENABLE defines everywhere, replace evil commentsJeffrey Goode2009-11-03
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23497 a1c6a512-1295-4272-9138-f99709370657
* Philips SA9200: Working touchpad and button lights! Also, improvements to ↵Mark Arigo2009-06-19
| | | | | | the keymap (still needs work). git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21346 a1c6a512-1295-4272-9138-f99709370657
* Clean up the Synaptics touchpad driver.Mark Arigo2009-06-19
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21344 a1c6a512-1295-4272-9138-f99709370657
* Fix duplicate #includesBertrik Sikken2009-05-17
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20977 a1c6a512-1295-4272-9138-f99709370657
* Backlight brightness and button lights for the Philips HDD1630Mark Arigo2009-02-18
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20035 a1c6a512-1295-4272-9138-f99709370657
* Working touchpad for the Philips HDD1630 using the Synaptics driver. Like ↵Mark Arigo2008-12-19
| | | | | | the m:robe 100, the strip is divided into up, select, and down button regions. You can't swipe like in the OF. The keymap still needs some work. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19480 a1c6a512-1295-4272-9138-f99709370657
* Move the Synaptics touchpad driver for the m:robe 100 to a common place. It ↵Mark Arigo2008-12-17
will (soon) be used for the Philips HDD1630. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19465 a1c6a512-1295-4272-9138-f99709370657