NetBSD-Bugs archive

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

Re: kern/45872: Issues and fixes for tpcalib (touchscreen calibration) [was: kernel build failure: uts]



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

From: Pierre Pronchery <khorben%defora.org@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc: 
Subject: Re: kern/45872: Issues and fixes for tpcalib (touchscreen calibration)
 [was: kernel build failure: uts]
Date: Thu, 09 Feb 2012 18:07:54 +0100

 On 07/02/2012 22:19, Thomas Klausner wrote:
 > #      link  YT/netbsd
 > /archive/build/tools/bin/x86_64--netbsd-ld -Map netbsd.map --cref -T 
 > /archive/cvs/src/sys/arch/amd64/conf/kern.ldscript -Ttext 0xffffffff80100000 
 > -e start -z max-page-size=0x100000 -X -o netbsd ${SYSTEM_OBJ} ${EXTRA_OBJ} 
 > vers.o
 > uts.o: In function `uts_attach': [...]
 > *** [netbsd] Error code 1
 > 
 > It's a stripped down GENERIC, but uts should pull in its dependencies...
 
 You are right, and I believe the following should therefore be changed
 in sys/dev/usb/files.usb, around line 91:
 
  # Touchscreens
 -device uts: hid, wsmousedev
 +device uts: hid, wsmousedev, tpcalib
  attach  uts at uhidbus
 
 Sorry for the inconvenience.
 
 HTH,
 -- 
 khorben
 


Home | Main Index | Thread Index | Old Index