From owner-freebsd-stable@FreeBSD.ORG Mon Jan 24 20:20:04 2011 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 163EA1065670 for ; Mon, 24 Jan 2011 20:20:04 +0000 (UTC) (envelope-from demelier.david@gmail.com) Received: from mail-iy0-f182.google.com (mail-iy0-f182.google.com [209.85.210.182]) by mx1.freebsd.org (Postfix) with ESMTP id D13898FC0C for ; Mon, 24 Jan 2011 20:20:03 +0000 (UTC) Received: by iyb26 with SMTP id 26so4498193iyb.13 for ; Mon, 24 Jan 2011 12:20:03 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:date:message-id:subject:from:to :content-type; bh=Ky9a8nUyLQkPRuf/VGIy1dn0LWWOhxVjzreprVrc0SA=; b=gP9IV3u9bT/+l+Sag5j9gg++IoT/WZhK4YpH14GWEtN7AKLXH5noOuE5i6OKoNcQ15 Mvo3jLHPJRgO434XEoikzP9xgFPrpuaItXfovIHeWlRFTYIfpyMciIFLtRzvt6Fy0PnK AkKg2k/oQw7+/CLOXn9igREnbHh1NJxLtFD/0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=F/7iobzWGzpZZ1pteIUh5T0PVyUjOFmroqH1hFpgGHoXGLiS8WkLBFo9kHr1+MiMTV D4YSzHkPtuZ4JxeRwQ6JuKhm5SSix2WoBXyvCVjbMYZi6wEHM+oTivlJKBZSYBvHNjyk sxfgpkQYmn/HZx6w/dIxDf+CpQ07gdICNsLu0= MIME-Version: 1.0 Received: by 10.42.170.131 with SMTP id f3mr4074754icz.397.1295900402559; Mon, 24 Jan 2011 12:20:02 -0800 (PST) Received: by 10.42.180.136 with HTTP; Mon, 24 Jan 2011 12:20:02 -0800 (PST) Date: Mon, 24 Jan 2011 21:20:02 +0100 Message-ID: From: David DEMELIER To: freebsd-stable Content-Type: text/plain; charset=UTF-8 Subject: ALPS GlidePoint not detected on dell inspiron X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Jan 2011 20:20:04 -0000 Hello, A friend has a DELL Inspiron 1525 with an ALPS GlidePoint touchpad. We have added hw.psm.synaptics_support=1 in his /boot/loader.conf but it still detected as a standard ps2 mouse. Looking at sys/dev/atkbdc/psm.c : 461 { MOUSE_MODEL_GLIDEPOINT, /* ALPS GlidePoint */ 462 0xc0, MOUSE_PS2_PACKETSIZE, enable_aglide }, I'm guessing if his touchpad has 0xc0 as model, how can I check this? For the moment there is this in his dmesg: psm0: irq 12 on atkbdc0 psm0: [GIANT-LOCKED] psm0: [ITHREAD] psm0: model GlidePoint, device ID 0 Cheers, -- Demelier David