All of lore.kernel.org
 help / color / mirror / Atom feed
From: Thomas Meyer <thomas.mey@web.de>
To: linux-hotplug@vger.kernel.org
Subject: udev: block usbhid to autobind mouse device before appletouch
Date: Thu, 24 Aug 2006 22:35:46 +0000	[thread overview]
Message-ID: <443728924@web.de> (raw)

I've got a problem with my shiny new macbook. the touchpad has two drivers that feel themself responsible for this device: usbhid and appletouch. but my usb subsystem is completely modular, so it happens that sometimes the touchpad device is on bus 1-2:1.1 and sometimes the device is on bus 2-2:1.1. so my quick and dirty solution in /etc/conf.d/local.start:
"echo -n 1-2:1.1 > /sys/bus/usb/drivers/usbhid/unbind
echo -n 1-2:1.1 > /sys/bus/usb/drivers/appletouch/bind"

only works sometimes. the second problem is, that my current x server configuration need the synaptics driver to work. and if /etc/conf.d/local.start fails to unbind the usbhid driver and bind the appletouch driver, the /etc/init.d/xdm fails, too. 
_______________________________________________________________________
Viren-Scan für Ihren PC! Jetzt für jeden. Sofort, online und kostenlos.
Gleich testen! http://www.pc-sicherheit.web.de/freescan/?mc\x022222


-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid\x120709&bid&3057&dat\x121642
_______________________________________________
Linux-hotplug-devel mailing list  http://linux-hotplug.sourceforge.net
Linux-hotplug-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linux-hotplug-devel

             reply	other threads:[~2006-08-24 22:35 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-08-24 22:35 Thomas Meyer [this message]
2006-08-25  2:32 ` udev: block usbhid to autobind mouse device before appletouch Andrey Borzenkov
2006-09-03 13:27 ` Thomas Meyer

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=443728924@web.de \
    --to=thomas.mey@web.de \
    --cc=linux-hotplug@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.