Re: BLIST_NOT_LOCKABLE flag

2004-07-15 Thread Alan Stern
making the change to the kernel source. Basically the problem is that although the camera tells Linux that it has removable media, it reacts badly when Linux tells it to allow the medium to be removed. The changes above cause Linux not to send that command. Alan Stern -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: [Error w. USB device (under 2.6)], [kernel 2.6, usb nic issues]

2004-02-19 Thread Alan Stern
quot;device not accepting address" error. That's much more likely to be a problem in the device itself or in your USB cable, not in the kernel. Alan Stern -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: [Error w. USB device (under 2.6)], [kernel 2.6, usb nic issues]

2004-02-18 Thread Alan Stern
Joan and Sergio: It looks like you're both suffering from the old "device numbers its interfaces starting with 1 instead of 0" problem. It's a reasonably common error in device firmware. See also http://bugme.osdl.org/show_bug.cgi?id=2107 The patch below ought