Module Name: src Committed By: phx Date: Mon Dec 20 19:18:24 UTC 2010
Modified Files: src/sys/arch/macppc/dev: pbms.c Log Message: The driver didn't work, because it expects the whole data packet in a single interrupt. Reality shows that with current kernels a 81 bytes packet is split into 3 interrupts with 32 + 32 + 17 bytes. I have added a workaround to deal with it. The Geyser2 devices with 64 byte packets are unsupported at the moment. Somebody needs to test it. New: Added support for the iBook 12-inch trackpad. To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 src/sys/arch/macppc/dev/pbms.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.