Searched hist:"7 fd8d11d3a877dc32ea41e9182060f2e12793d28" (Results 1 – 3 of 3) sorted by relevance
/haiku/src/add-ons/kernel/drivers/input/wacom/ |
H A D | Jamfile | 7fd8d11d3a877dc32ea41e9182060f2e12793d28 Sun Jan 20 19:08:52 UTC 2008 Stephan Aßmus <superstippi@gmx.de> * added a kernel driver for Wacom USB tablets. * the driver should be generic for all Wacom tablets, but there is a special control transfer to put the devices in to "absolute mode", it may not work with future tablets. The driver allows to use read devices, for which there is a special protocol. If the read request has a certain size, then the driver will transmit info on the device, like the vendor and product id as well as the max the packet size, for reads larger than that, it will issue an interrupt transfer and put the raw data received from the device behind the info header
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@23666 a95241bf-73f2-0310-859d-f6bbb57e9c96
|
H A D | wacom.c | 7fd8d11d3a877dc32ea41e9182060f2e12793d28 Sun Jan 20 19:08:52 UTC 2008 Stephan Aßmus <superstippi@gmx.de> * added a kernel driver for Wacom USB tablets. * the driver should be generic for all Wacom tablets, but there is a special control transfer to put the devices in to "absolute mode", it may not work with future tablets. The driver allows to use read devices, for which there is a special protocol. If the read request has a certain size, then the driver will transmit info on the device, like the vendor and product id as well as the max the packet size, for reads larger than that, it will issue an interrupt transfer and put the raw data received from the device behind the info header
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@23666 a95241bf-73f2-0310-859d-f6bbb57e9c96
|
/haiku/src/add-ons/kernel/drivers/input/ |
H A D | Jamfile | 7fd8d11d3a877dc32ea41e9182060f2e12793d28 Sun Jan 20 19:08:52 UTC 2008 Stephan Aßmus <superstippi@gmx.de> * added a kernel driver for Wacom USB tablets. * the driver should be generic for all Wacom tablets, but there is a special control transfer to put the devices in to "absolute mode", it may not work with future tablets. The driver allows to use read devices, for which there is a special protocol. If the read request has a certain size, then the driver will transmit info on the device, like the vendor and product id as well as the max the packet size, for reads larger than that, it will issue an interrupt transfer and put the raw data received from the device behind the info header
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@23666 a95241bf-73f2-0310-859d-f6bbb57e9c96
|