On Mon, Feb 20, 2012 at 11:30 AM, Chris Bagwell <chris@xxxxxxxxxxxxxx> wrote: > On Mon, Feb 20, 2012 at 2:24 AM, Henrik Rydberg <rydberg@xxxxxxxxxxx> wrote: >> Hi Chris, >> >> The input_mt_report_slot_state should be used instead of directly >> setting the tracking id. If the id reported by the hardware is not >> bounded by some small number (so that it maps to slots), you will have >> to keep the translation table in the driver. >> >> Also, the commit message could need some love. >> >> Thanks, >> Henrik > > Thank you for review, Henrik. > > Makes sense. hid-multitouch has an example find_slot_from_contactid() > that could be used as reference here if the ID's are not bound. > > I'll have to table patches 6 and 7 until either Ping is available to > update them or can provide me some more details on tracking ID > behavior. > > Anyone have comments on patches 1-5 that are for Wireless Bamboo support? > > Thanks again, > Chris > -- > To unsubscribe from this list: send the line "unsubscribe linux-input" in > the body of a message to majordomo@xxxxxxxxxxxxxxx > More majordomo info at http://vger.kernel.org/majordomo-info.html Chris, I got my hands on the hardware, and it looks like the it keeps track of the total number of touches that have occurred since it was plugged in. The 1st touch gets an ID of 1, the 10th an ID of 10, and the 100th an ID of 100. The 256th touch overflows the available byte of space and is assigned an ID of 0. Jason --- Day xee-nee-svsh duu-'ushtlh-ts'it; nuu-wee-ya' duu-xan' 'vm-nvshtlh-ts'it. Huu-chan xuu naa~-gha. -- To unsubscribe from this list: send the line "unsubscribe linux-input" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html