Subject: Re: kern/31884: [PATCH] Add quirk for uhid to ignore certain usb devices (blacklist)
To: None <kern-bug-people@netbsd.org, gnats-admin@netbsd.org,>
From: Adam Kropelin <akropel1@rochester.rr.com>
List: netbsd-bugs
Date: 10/30/2005 23:59:01
The following reply was made to PR kern/31884; it has been noted by GNATS.

From: "Adam Kropelin" <akropel1@rochester.rr.com>
To: <gnats-bugs@NetBSD.org>
Cc: <lmendez19@austin.rr.com>, <nick.hudson@dsl.pipex.com>
Subject: Re: kern/31884: [PATCH] Add quirk for uhid to ignore certain usb devices (blacklist)
Date: Sun, 30 Oct 2005 18:25:19 -0500

 On Sat, 29 Oct 2005 08:10:16, Nick Hudson wrote:
 > On Friday 21 October 2005 22:33, akropel1@rochester.rr.com wrote:
 >
 >> + { USB_VENDOR_DELORME, USB_PRODUCT_DELORME_EARTHMATE,
  >> +	ANY, { UQ_HID_IGNORE }},
 >
 > Why do you think this should have a quirk?
 >
 > It is supported by ucycom(4)
 
 Perhaps the Delorme quirk is not necessary on NetBSD. It was part of 
 Lonnie's original patch for FreeBSD so I assumed it was applicable to 
 NetBSD as well.
 
 --Adam