[linux-usb-devel] "bad: scheduling while atomic!" with uss720 driver.

2004-08-04 Thread Jonathan McDowell
I'm seeing the above error, with the following traceback, when my machine loads the uss720 driver (for a Belkin F5U002). usb 1-2.4: new full speed USB device using address 3 uss720: probe: vendor id 0x1293, device id 0x2 uss720: set inteface result 0 uss720: (C) 1999 by Thomas Sailer, <[EMAIL PROT

Re: [linux-usb-devel] bad: scheduling while atomic!

2004-02-27 Thread Alan Stern
On Sat, 21 Feb 2004, Adrian Reber wrote: > I am trying to port the driver of my mp3 player (mpf70) from 2.4 to 2.6. > The driver offers a block device interface so that it can be mounted. I > am able to use the driver just like under 2.4 but unfortunately every > write and read to the device produ

[linux-usb-devel] bad: scheduling while atomic!

2004-02-21 Thread Adrian Reber
I am trying to port the driver of my mp3 player (mpf70) from 2.4 to 2.6. The driver offers a block device interface so that it can be mounted. I am able to use the driver just like under 2.4 but unfortunately every write and read to the device produces something like the attached output. I have not