summaryrefslogtreecommitdiff
path: root/usr/src/dkms_source_tree/hid-egalax.c
Commit message (Collapse)AuthorAgeFilesLines
* Add support for WetabHenrik Rydberg2010-11-041-0/+2
| | | | | | Add the 0eef:72a1 to the list of supported devices. Signed-off-by: Henrik Rydberg <rydberg@euromail.se>
* Fix module-reload bugHenrik Rydberg2010-10-131-2/+2
| | | | | | | Bug found by tito; every time the module is reloaded, the logical maximum would increase by a factor of eight. Signed-off-by: Henrik Rydberg <rydberg@euromail.se>
* Minor alignment with rebased patchsetHenrik Rydberg2010-10-131-0/+1
| | | | Signed-off-by: Henrik Rydberg <rydberg@euromail.se>
* Bug fixed during testing of device id 0eef:480dHenrik Rydberg2010-10-131-1/+2
| | | | | | Prepared code was never invoked. Fixed with this patch. Signed-off-by: Henrik Rydberg <rydberg@euromail.se>
* New version based on patch series and testing on both devicesHenrik Rydberg2010-10-121-92/+91
| | | | | | | This version works both devices supported by the driver, and is based on a patch set scheduled for upstream. Signed-off-by: Henrik Rydberg <rydberg@euromail.se>
* 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
|
* 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-231-0/+292
This driver is not fully functional, but contains support for the driver usbid. Signed-off-by: Henrik Rydberg <rydberg@euromail.se>