NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: kern/46391



The following reply was made to PR kern/46391; it has been noted by GNATS.

From: Nat Sloss <nathanialsloss%yahoo.com.au@localhost>
To: gnats-bugs%netbsd.org@localhost
Cc: Kooda <kooda%upyum.com@localhost>
Subject: Re: kern/46391
Date: Tue, 28 Aug 2012 17:55:57 +1000

 Hi.
 
 Maybe you could change it to:
 
         isdigitizer = hid_is_collection(desc, size, uha->reportid,
  -          HID_USAGE2(HUP_DIGITIZERS, 0x0002));
  +          HID_USAGE2(HUP_DIGITIZERS, 0x0002)) ||
  +          hid_is_collection(desc,size, uha->reportid,
  +         HID_USAGE2(HUP_DIGITIZERS, 0X0020);
  
 
 As it has matched because of product/vendor ids.
 
 Regards,
 
 Nat.
 


Home | Main Index | Thread Index | Old Index