Re: [linux-usb-devel] Mounting the USB device with IXP465 Embedded USB host

2006-07-26 Thread Maulik Mankad
Hi Alan, I got the error "FAT: codepage cp437 not found" in the dmesg log when I tried to mount the USB pen drive. I have been able to resolve this error by enabling the kernel option for cp437 in Native Language support for the File system. After this the mount command is working fine and I am

Re: [linux-usb-devel] BUG: Inconsistent lock state

2006-07-26 Thread Alan Stern
On Tue, 25 Jul 2006, David Brownell wrote: > ... except that as you noted later, that invariant was blown away by a > routine lower down in usbcore, which violates one of the cardinal locking > rules of not enabling IRQs on exit if they weren't enabled on entry: At least the violation is document

Re: [linux-usb-devel] USB snd-usb-audio wedges lsusb when unplugged while playing sound.

2006-07-26 Thread Clemens Ladisch
Christopher Montgomery wrote: > On 7/22/06, Ian Stirling <[EMAIL PROTECTED]> wrote: > > Basically - playing sound with > > mplayer -ao alsa:device=hw=1 or whatever - and then unplugging the > > soundcard completely wedges lsusb/usb configuration, until the > > mplayer process is killed. > > This so

Re: [linux-usb-devel] BUG: Inconsistent lock state

2006-07-26 Thread Alan Stern
On Wed, 26 Jul 2006, David Brownell wrote: > > The patch uses spin_lock_irqsave() and spin_unlock_irqrestore() along with > > a call to wait_event(). What happens if you end up calling wait_event() > > with interrupts disabled? Would it be better simply to spin? > > You're ignoring that ugly >

Re: [linux-usb-devel] Wacom wheel reversal in 2.6.17

2006-07-26 Thread Daniel Drake
Pete Zaitcev wrote: > Hi, Dmitry: > > When we pushed a 2.6.17 rebase for Fedora, one of my users complained that > the wheel on this Wacom reversed the direction. Do you know anything > about it? The patch has some suspicious parts: It may be unrelated, but there was a similar Gentoo bug recently

Re: [linux-usb-devel] Patch for rtl8150 to fix unplug problems

2006-07-26 Thread Petko Manolov
The patch surely fix the unplug issue so after applying it the driver will be in better state than it is now. My only micro-addition was to shut off RX warning that was polluting the kernel log and replace it with dbg(). Greg, please apply. Petko On Tue, 25 Jul 2006, Peter