summaryrefslogtreecommitdiffstats
path: root/input/fakehid.c
Commit message (Collapse)AuthorAgeFilesLines
* Input plugin fixes and cleanupJohan Hedberg2009-02-231-2/+2
| | | | | This patch fixes all known issues caused by converting the input plugin to use BtIO.
* Make input plugin to use BtIO API.Luiz Augusto von Dentz2009-02-191-1/+1
|
* Fix mostly every warning caused by -Wsign-compareMarcel Holtmann2009-01-291-1/+2
|
* Update copyright informationMarcel Holtmann2009-01-011-1/+1
|
* Fix PS3 BD remote input event generationBastien Nocera2008-10-141-42/+12
| | | | | | | | | | - Fix byte-reading in the decode function by using a guint8, instead of an int, we were overreading and were getting keycodes of 0xffffff44 when we wanted a single byte of 0x44. - Remove use of KEY_REMOTE_X, those keys never got upstream, and the values they were defined at are now used for completely different keys - Update uinput.h with the latest keycodes from 2.6.27
* Added missing bracesCidorvan Leite2008-05-271-1/+2
|
* Add support for PS3 remote devicesMarcel Holtmann2008-03-201-3/+335
|
* Add missing fakehid.[ch] filesMarcel Holtmann2008-03-141-0/+79