summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Allow double report speed for simplicityHenrik Rydberg2010-09-291-11/+1
| | | | | | | | | | On the joojoo, every contact change is its own packet, and collecting the concurrent set into a frame is currently made using the reported variable. However, being somewhat error prone, simply let the state be reported for every contact change instead, since the input core will removed duplicates anyways. Signed-off-by: Henrik Rydberg <rydberg@euromail.se>
* It seems both devices use HID_DG_INRANGE to signal whetherHenrik Rydberg2010-09-291-14/+18
| | | | | | | a contact packet should be considered at all. Use this to ignore the null packets in the 480d case. Signed-off-by: Henrik Rydberg <rydberg@euromail.se>
* Output x/y in the coordinates givenHenrik Rydberg2010-09-291-2/+2
| | | | | | Fix up eventual flipped coordinates in user space. Signed-off-by: Henrik Rydberg <rydberg@euromail.se>
* for testing on the other deviceHenrik Rydberg2010-09-281-2/+4
|
* more gitignoreHenrik Rydberg2010-09-241-0/+4
|
* This driver works for the joojoo, but not the other dwav devices.Henrik Rydberg2010-09-241-81/+119
| | | | Signed-off-by: Henrik Rydberg <rydberg@euromail.se>
* Import upstream driver with usbid support for the JoojooHenrik Rydberg2010-09-2320-0/+1165
This driver is not fully functional, but contains support for the driver usbid. Signed-off-by: Henrik Rydberg <rydberg@euromail.se>