Subject: Re: prototype in GENERIC for APC UPS?
To: Steven M. Bellovin <smb@cs.columbia.edu>
From: Martin Husemann <martin@duskware.de>
List: tech-kern
Date: 04/23/2007 16:50:29
On Mon, Apr 23, 2007 at 10:43:12AM -0400, Steven M. Bellovin wrote:
> I wonder if we should include a commented-out line like this in the
> GENERIC config file:
> 
> 	# Detect APC UPS as ugen instead of uhid
> 	#ugen*   at uhub? port ? vendor "0x051d" flags 1
> 
> and perhaps others if appropriate.

Why don't we have a list inside ugen.c that it matches against the device
and returns UMATCH_GENERIC+1 if it finds a known "this should be ugen"
device?

Martin