On Wed, 2009-12-16 at 13:14 +0100, Stefan Seyfried wrote: > On Wed, 16 Dec 2009 12:22:31 +0100 > Josua Dietze <digidietze@xxxxxxxxxxxxxxx> wrote: > > > Stefan Seyfried schrieb: > > > Preferably some code that can be built actually? > > > > If the "eject" from SCSI tools does not work, "usb_modeswitch" can > > send customized bulk messages to devices. > > for my device, eject seems to be enough, so I'll be trying to get > this into udev. > > > http://www.draisberghof.de/usb_modeswitch/ > > Unfortunately it cannot be built with current libusb and once you > compile it without warnings turned off (which is the default!), you > probably don't want to run it anymore ;) At this point, however, usb_modeswitch is the correct place to put eject code for all devices. I wouldn't put this code into udev; I'd put it into usb_modeswitch instead, since usb_modeswitch is (a) the de-facto standard, (b) has the most users, and (c) has the most devices. Yes, it has problems, but at this point we should fix those problems instead of creating 5 different eject tools. Dan -- To unsubscribe from this list: send the line "unsubscribe linux-usb" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html