[patch 2/7] usb: libusual: locking cleanup

2008-02-04 Thread akpm
From: Daniel Walker <[EMAIL PROTECTED]> I converted the usu_init_notify semaphore to normal mutex usage, and it should still prevent the request_module before the init routine is complete. Before it acted more like a complete, now the mutex protects two distinct section from running at the same t

[patch 3/7] usb: make USB_STORAGE_ONETOUCH available with PM

2008-02-04 Thread akpm
From: Adrian Bunk <[EMAIL PROTECTED]> As Torsten Kaiser pointed out, it seems the dependency of USB_STORAGE_ONETOUCH on !PM should have been removed in commit 7931e1c6f8007d5fef8a0bb2dc71bd97315eeae9. Signed-off-by: Adrian Bunk <[EMAIL PROTECTED]> Cc: Matthew Dharm <[EMAIL PROTECTED]> Cc: Alan St

[patch 5/7] usb-ohci-sm501-driver: use the conventional convention for suspend and resume

2008-02-04 Thread akpm
From: Andrew Morton <[EMAIL PROTECTED]> Cc: Alan Stern <[EMAIL PROTECTED]> Cc: Greg KH <[EMAIL PROTECTED]> Cc: Magnus Damm <[EMAIL PROTECTED]> Signed-off-by: Andrew Morton <[EMAIL PROTECTED]> --- drivers/usb/host/ohci-sm501.c |5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff -p

[patch 6/7] usb: yet another Dell wireless CDMA/EVDO modem

2008-02-04 Thread akpm
From: Andy Shevchenko <[EMAIL PROTECTED]> Add native support of the Dell wireless CDMA/EVDO modem. # modprobe usbserial vendor=0x413c product=0x8129 Following seesion lines describe modem itself at OK ati3 Manufacturer: NOVATEL WIRELESS INCORPORATED Model: EXPEDITE ET620 Revision: M6500C-BBIRD_T

[patch 7/7] drivers/usb/serial/io_ti.c: remove pointless eye-candy in debug statements

2008-02-04 Thread akpm
From: Andrew Morton <[EMAIL PROTECTED]> These strings always come up as false positives whenever I'm doing git-conflict fixups (ie: about 1000 times/day). I don't think the zillion "<" and ">" characters are very useful and removing them makes my life that little bit easier. Cc: Greg KH <[EMAIL

[patch 4/7] drivers/usb/storage/sddr55.c: fix uninitialized var warnings

2008-02-04 Thread akpm
From: Andrew Morton <[EMAIL PROTECTED]> drivers/usb/storage/sddr55.c: In function 'sddr55_transport': drivers/usb/storage/sddr55.c:526: warning: 'deviceID' may be used uninitialized in this function drivers/usb/storage/sddr55.c:525: warning: 'manufacturerID' may be used uninitialized in this fun

[patch 1/7] usb microtek: remove unused semaphore

2008-02-04 Thread akpm
From: Daniel Walker <[EMAIL PROTECTED]> No current references, so removing it. Signed-off-by: Daniel Walker <[EMAIL PROTECTED]> Cc: Greg KH <[EMAIL PROTECTED]> Signed-off-by: Andrew Morton <[EMAIL PROTECTED]> --- drivers/usb/image/microtek.c |1 - drivers/usb/image/microtek.h |1 - 2 fi

Re: [PATCH] USB: mark USB drivers as being GPL only

2008-02-04 Thread Diego Zuccato
Christer Weinigel ha scritto: It isn't that easy. The "Tamper-Proof Torx" screws on a vacuum cleaner or a toaster won't stop anybody from opening up the thing, I mean every little hardware store stocks those Torx bits. But by using a slightly odd screw, the company can say "look, we'we done

Re: request for test: usb audio autosuspend

2008-02-04 Thread Clemens Ladisch
I wrote: > Oliver Neukum wrote: >> Yes, I noticed. I thought midi is a separate driver. Is there documentation >> on the midi API? > > Documentation/DocBook/writing-an-alsa-driver, section > "RawMIDI Interface". > > Just use the *_open/*_close and *_disconnect callbacks. Sorry, what I wrote isn't

Re: How to debug EOVERFLOW errors

2008-02-04 Thread Alan Nisota
Pete Zaitcev wrote: On Mon, 04 Feb 2008 14:01:21 -0800, Alan Nisota <[EMAIL PROTECTED]> wrote: This implies that endpoint 0x82 is a bulk endpoint. So what type is it really? It's identified as bulk. If would be really nice if you sent us your /proc/bus/usb/devices to begin with, but if 82

Re: How to debug EOVERFLOW errors

2008-02-04 Thread Pete Zaitcev
On Mon, 04 Feb 2008 14:01:21 -0800, Alan Nisota <[EMAIL PROTECTED]> wrote: > > This implies that endpoint 0x82 is a bulk endpoint. So what type is > > it really? > It's identified as bulk. If would be really nice if you sent us your /proc/bus/usb/devices to begin with, but if 82 is indeed a bu

Re: How to debug EOVERFLOW errors

2008-02-04 Thread Alan Stern
On Mon, 4 Feb 2008, Alan Nisota wrote: > Ok, so I examined the data in the transfer_buffer (even though > actual_length is 0) and it does have the correct data returned from the > device. > The question I have now is, what do I do? You could ask the manufacturer for information. Sometimes that

Re: HELP - Using /sys/bus/usb/drivers/usbfs/bind doesn't work : (

2008-02-04 Thread Alan Stern
On Tue, 5 Feb 2008 [EMAIL PROTECTED] wrote: > Thanks, I've finally got it. I see that my incorrect terminology has not > helped. Sorry to have made you re-iterate couple of points there. > > 1) usbfs can indeed be bound to the interface on the device but the act of > binding has to be performed b

Re: How to debug EOVERFLOW errors

2008-02-04 Thread Alan Nisota
Alan Nisota wrote: Alan Stern wrote: This implies that endpoint 0x82 is a bulk endpoint. So what type is it really? It's identified as bulk. Maybe the device really does try to send packets that are larger than the maximum allowed limit. That would explain your problems, especially if Windo

Re: How to debug EOVERFLOW errors

2008-02-04 Thread Alan Stern
On Mon, 4 Feb 2008, Alan Nisota wrote: > Alan Stern wrote: > > On Mon, 4 Feb 2008, Alan Nisota wrote: > > > >> I am trying to write a usb device driver for an R5000 modified > >> set-top-box. This just adds a USB interface to the decoded signal from > >> a satellite STB so you can save whateve

Re: HELP - Using /sys/bus/usb/drivers/usbfs/bind doesn't work : (

2008-02-04 Thread nick.frantzen
Thanks, I've finally got it. I see that my incorrect terminology has not helped. Sorry to have made you re-iterate couple of points there. 1) usbfs can indeed be bound to the interface on the device but the act of binding has to be performed by ioctl's ( in this case the ones generated by libusb )

Re: USB device doesn't get address

2008-02-04 Thread Alan Stern
On Mon, 4 Feb 2008, Fabio Venturi wrote: > Here is the output of usbmon with the patched kernel: Whoops! The patch I sent you was wrong. Evidently the device is using a different ProductID from what your lsusb output says. Here's the updated patch. Alan Stern Index: usb-2.6/drivers/usb/co

Re: How to debug EOVERFLOW errors

2008-02-04 Thread Alan Nisota
Pete Zaitcev wrote: On Mon, 04 Feb 2008 08:30:37 -0800, Alan Nisota <[EMAIL PROTECTED]> wrote: [...] If I do this using blocking reads, the device never sends any data back It appears to be waiting for multiple bulk request URBS in the queue. This apparently eliminates my ability to use li

Re: How to debug EOVERFLOW errors

2008-02-04 Thread Alan Nisota
Alan Stern wrote: On Mon, 4 Feb 2008, Alan Nisota wrote: I am trying to write a usb device driver for an R5000 modified set-top-box. This just adds a USB interface to the decoded signal from a satellite STB so you can save whatever is currently being watched on TV. I snooped the USB bus in

Re: USB device doesn't get address

2008-02-04 Thread Fabio Venturi
On Mon, Feb 04, 2008 at 04:45:45PM -0500, Alan Stern wrote: > On Mon, 4 Feb 2008, Fabio Venturi wrote: > > > > It's probably the result of a bug in the mp3 player's firmware. The > > > patch below might work around the bug, try it and see. > > > > > > Alan Stern > > > > > > > > > Index: usb-2

Re: USB device doesn't get address

2008-02-04 Thread Alan Stern
On Mon, 4 Feb 2008, Fabio Venturi wrote: > > It's probably the result of a bug in the mp3 player's firmware. The > > patch below might work around the bug, try it and see. > > > > Alan Stern > > > > > > Index: usb-2.6/drivers/usb/core/quirks.c > > =

Re: HELP - Using /sys/bus/usb/drivers/usbfs/bind doesn't work : (

2008-02-04 Thread Alan Stern
On Tue, 5 Feb 2008 [EMAIL PROTECTED] wrote: > Sorry guys, thanks for your perseverance so far : ) > > Greg: where you wrote: > > In order for a device to bind successfully with a driver, that > > driver must already support that device. This is why you can not > > just arbitrarily bi

Re: [PATCH] USB: mark USB drivers as being GPL only

2008-02-04 Thread Marcel Holtmann
Hi Christer, > > In the cited example it's illegal to go outside certain parameters > > SOMEWHERE (if it was illegal everywhere, the the hardware shouldn't > > allow it and the sw could do nothing... not considering hw mods). > > Another example is WiFi: USA, Europe and Japan allows a different

Re: USB device doesn't get address

2008-02-04 Thread Fabio Venturi
On Mon, Feb 04, 2008 at 10:55:24AM -0500, Alan Stern wrote: > On Sun, 3 Feb 2008, Fabio Venturi wrote: > > > > > Hi to the list, > > > > I'm trying to use a Commodore Flash Disk MP3 player "CO - C.Muse" > > > > (I don't know the chipset) > > > > but when i plug it I get this: > > > > > > > >

Re: HELP - Using /sys/bus/usb/drivers/usbfs/bind doesn't work : (

2008-02-04 Thread nick.frantzen
Sorry guys, thanks for your perseverance so far : ) Greg: where you wrote: > In order for a device to bind successfully with a driver, that > driver must already support that device. This is why you can not > just arbitrarily bind any device to any driver. It sounds like a chick

Re: [patch v6 0/4] Cypress c67x00 (EZ-Host/EZ-OTG) support

2008-02-04 Thread alf scherer
David Brownell schrieb: On Monday 04 February 2008, you wrote: Ok. Any particular reason why you're stuck with 2.6.21? The kernel HCD interface has changed a bit since then, so you'l have to fix that up. Actually, the LEON3-soft CPU I though that was basically SPARC? y

Re: HELP - Using /sys/bus/usb/drivers/usbfs/bind doesn't work : (

2008-02-04 Thread Alan Stern
On Mon, 4 Feb 2008, Oliver Neukum wrote: > Am Montag, 4. Februar 2008 16:36:51 schrieb Alan Stern: > > > That's because you don't bind usbfs to a device through sysfs. You > > bind it by running a program that calls the USBDEVFS_CLAIMINTERFACE > > ioctl. > > True, and unavoidable given the te

Re: HELP - Using /sys/bus/usb/drivers/usbfs/bind doesn't work : (

2008-02-04 Thread Greg KH
On Tue, Feb 05, 2008 at 08:49:01AM +1300, [EMAIL PROTECTED] wrote: > Gotcha, thanks for replying Alan > > So is that the final word, you can't bind devices to drivers via the shell > ? You have to compile a program in order to bind a device to a driver ? > > Does this conflict with http://lwn.net

Re: HELP - Using /sys/bus/usb/drivers/usbfs/bind doesn't work : (

2008-02-04 Thread Alan Stern
On Tue, 5 Feb 2008 [EMAIL PROTECTED] wrote: > Gotcha, thanks for replying Alan > > So is that the final word, you can't bind devices to drivers via the shell > ? You have to compile a program in order to bind a device to a driver ? No, your original understanding was correct, but usbfs is a spec

Re: [PATCH] bugfix for an underflow condition in usb storage & isd200.c

2008-02-04 Thread Alan Stern
On Sun, 3 Feb 2008, Matthew Dharm wrote: > But, the modifications to usb_stor_access_xfer_buf() look good -- no > request from a sub-driver should be allowed to scribble into memory. The > current code does make the implicit assumption that there is enough > storage, and will walk right off the e

Re: HELP - Using /sys/bus/usb/drivers/usbfs/bind doesn't work : (

2008-02-04 Thread nick.frantzen
Gotcha, thanks for replying Alan So is that the final word, you can't bind devices to drivers via the shell ? You have to compile a program in order to bind a device to a driver ? Does this conflict with http://lwn.net/Articles/143397/ ? It's just that I am OK with bash but haven't done much C/C

Re: How to debug EOVERFLOW errors

2008-02-04 Thread Pete Zaitcev
On Mon, 04 Feb 2008 08:30:37 -0800, Alan Nisota <[EMAIL PROTECTED]> wrote: > [...] If I do > this using blocking reads, the device never sends any data back It > appears to be waiting for multiple bulk request URBS in the queue. This > apparently eliminates my ability to use libusb, so now I

Re: Problem with USB1.1 device on a USB2.0 (VIA6212L) controller

2008-02-04 Thread Alan Stern
On Mon, 4 Feb 2008, Suresh Kadavath wrote: > Hello All, > > I have a custom board which uses MIPS processor, VIA6212L controller and > running Linux Kernel 2.6.10. > > I built 'ehci-hcd' module and load when the system comes up. It works > fine and when I plug in a USB2.0 device, it detects. >

Re: How to debug EOVERFLOW errors

2008-02-04 Thread Alan Stern
On Mon, 4 Feb 2008, Alan Nisota wrote: > I am trying to write a usb device driver for an R5000 modified > set-top-box. This just adds a USB interface to the decoded signal from > a satellite STB so you can save whatever is currently being watched on TV. > > I snooped the USB bus in Windows, an

[patch]quirks for known quirky audio devices #2

2008-02-04 Thread Oliver Neukum
Greg, please ignore this patch. Some misunderstanding about what happens with some devices. Regards Oliver - To unsubscribe from this list: send the line "unsubscribe linux-usb" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/ma

Re: [PATCH] USB: mark USB drivers as being GPL only

2008-02-04 Thread Christer Weinigel
Diego Zuccato wrote: In the cited example it's illegal to go outside certain parameters SOMEWHERE (if it was illegal everywhere, the the hardware shouldn't allow it and the sw could do nothing... not considering hw mods). Another example is WiFi: USA, Europe and Japan allows a different number

Re: Problem with USB1.1 device on a USB2.0 (VIA6212L) controller

2008-02-04 Thread Greg KH
On Mon, Feb 04, 2008 at 10:00:01AM -0800, Suresh Kadavath wrote: > Hello All, > > I have a custom board which uses MIPS processor, VIA6212L controller and > running Linux Kernel 2.6.10. > > I built 'ehci-hcd' module and load when the system comes up. It works > fine and when I plug in a USB2.0 d

Re: [PATCH] Add kyocera 680 to airprime

2008-02-04 Thread Greg KH
On Mon, Feb 04, 2008 at 09:26:55AM -0800, Kevin Lloyd wrote: > Hi Dan, > > Actually the Sierra driver is becoming less and less generic as we > continue to add vendor specific feature support to the driver. I believe > the option driver has maintained a very generic implementation. Yes, and that

Problem with USB1.1 device on a USB2.0 (VIA6212L) controller

2008-02-04 Thread Suresh Kadavath
Hello All, I have a custom board which uses MIPS processor, VIA6212L controller and running Linux Kernel 2.6.10. I built 'ehci-hcd' module and load when the system comes up. It works fine and when I plug in a USB2.0 device, it detects. Now, the problem is, when I plug in a USB1.1 device, it doe

How to debug EOVERFLOW errors

2008-02-04 Thread Alan Nisota
I am trying to write a usb device driver for an R5000 modified set-top-box. This just adds a USB interface to the decoded signal from a satellite STB so you can save whatever is currently being watched on TV. I snooped the USB bus in Windows, and am able to upload the firmware and communicate

Re: Implementing HAL for razer mice

2008-02-04 Thread Michael Buesch
On Monday 04 February 2008 18:29:00 Greg KH wrote: > On Mon, Feb 04, 2008 at 06:08:51PM +0100, Michael Buesch wrote: > > On Monday 04 February 2008 18:01:31 Greg KH wrote: > > > > Firmware upload -> Not sure. Do we already have some generic device > > > > firmware > > > >update

Re: Implementing HAL for razer mice

2008-02-04 Thread Greg KH
On Mon, Feb 04, 2008 at 06:08:51PM +0100, Michael Buesch wrote: > On Monday 04 February 2008 18:01:31 Greg KH wrote: > > > Firmware upload -> Not sure. Do we already have some generic device > > > firmware > > >update API/subsystem? > > > > Yes, we already have a firmware inte

DMAR EHCI failures

2008-02-04 Thread Jiri Slaby
Hi, I have this in dmesg: DMAR:[DMA Write] Request device [00:02.0] fault addr ee1512000 DMAR:[fault reason 05] PTE Write access is not set PCI-DMA: Intel(R) Virtualization Technology for Directed I/O DMAR:[DMA Read] Request device [00:1d.7] fault addr 7d5f DMAR:[fault reason 06] PTE Read acc

RE: [PATCH] Add kyocera 680 to airprime

2008-02-04 Thread Kevin Lloyd
Hi Dan, Actually the Sierra driver is becoming less and less generic as we continue to add vendor specific feature support to the driver. I believe the option driver has maintained a very generic implementation. -Kevin -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]

Re: [PATCH] Add kyocera 680 to airprime

2008-02-04 Thread Dan Williams
On Mon, 2008-02-04 at 08:03 -0800, Greg KH wrote: > On Mon, Feb 04, 2008 at 09:05:34AM -0500, Dan Williams wrote: > > Signed-off-by: Dan Williams <[EMAIL PROTECTED]> > > > > diff --git a/drivers/usb/serial/airprime.c b/drivers/usb/serial/airprime.c > > index 77bb893..16ce823 100644 > > --- a/drive

Re: Implementing HAL for razer mice

2008-02-04 Thread Michael Buesch
On Monday 04 February 2008 18:01:31 Greg KH wrote: > > LEDs -> These should conveniently be accessed in a standard way > > through the LED triggers. So you could map some crazy functions > > to the LEDs. Like your HDD LED, or your mail notification. > > I really like that. :

Re: Implementing HAL for razer mice

2008-02-04 Thread Greg KH
On Mon, Feb 04, 2008 at 05:03:37PM +0100, Michael Buesch wrote: > On Sunday 03 February 2008 01:09:44 Michael Buesch wrote: > > However, having a razer specific kernel API seems not too good either. > > Maybe we can do some generic API? But I have no idea how other mice's > > features look like...

Re: request for test: usb audio autosuspend

2008-02-04 Thread Clemens Ladisch
Oliver Neukum wrote: > Am Montag, 4. Februar 2008 15:47:08 schrieb Clemens Ladisch: >> Oliver Neukum wrote: >> > Am Montag, 4. Februar 2008 09:58:19 schrieb Clemens Ladisch: >> >> parameter settings. Furthermore, it should be possible to use this >> >> device with its external input even when the

Re: [PATCH] Add kyocera 680 to airprime

2008-02-04 Thread Greg KH
On Mon, Feb 04, 2008 at 09:05:34AM -0500, Dan Williams wrote: > Signed-off-by: Dan Williams <[EMAIL PROTECTED]> > > diff --git a/drivers/usb/serial/airprime.c b/drivers/usb/serial/airprime.c > index 77bb893..16ce823 100644 > --- a/drivers/usb/serial/airprime.c > +++ b/drivers/usb/serial/airprime.c

Re: Implementing HAL for razer mice

2008-02-04 Thread Michael Buesch
On Sunday 03 February 2008 01:09:44 Michael Buesch wrote: > However, having a razer specific kernel API seems not too good either. > Maybe we can do some generic API? But I have no idea how other mice's > features look like... Ok, well. I thought more about the approach to create a generic "advanc

Re: USB device doesn't get address

2008-02-04 Thread Alan Stern
On Sun, 3 Feb 2008, Fabio Venturi wrote: > > > Hi to the list, > > > I'm trying to use a Commodore Flash Disk MP3 player "CO - C.Muse" > > > (I don't know the chipset) > > > but when i plug it I get this: > > > > > > tail -f /var/log/messages.log > > > > > > [...] > > > Feb 3 14:30:57 silve

Re: HELP - Using /sys/bus/usb/drivers/usbfs/bind doesn't work : (

2008-02-04 Thread Oliver Neukum
Am Montag, 4. Februar 2008 16:36:51 schrieb Alan Stern: > That's because you don't bind usbfs to a device through sysfs. You > bind it by running a program that calls the USBDEVFS_CLAIMINTERFACE > ioctl. True, and unavoidable given the temporal order of usbfs and sysfs. Though looking at it no

Re: HELP - Using /sys/bus/usb/drivers/usbfs/bind doesn't work : (

2008-02-04 Thread Alan Stern
On Mon, 4 Feb 2008, Nick Frantzen wrote: > Hi Guys ( and girls ), > From the "teach a man to fish" train of thought I've done lots of homework > but I still can't get manual USB driver binding to work!! You guys are my > last resort, please help me to understand what's happening here. > > I need

[patch]quirks for known quirky audio devices

2008-02-04 Thread Oliver Neukum
RESET_RESUME entries for some sound devices that need it. Signed-off-by: Oliver Neukum <[EMAIL PROTECTED]> Regards Oliver --- linux-2.6.24/drivers/usb/core/quirks.c.alt 2008-02-04 15:55:12.0 +0100 +++ linux-2.6.24/drivers/usb/core/quirks.c 2008-02-04

Re: USB driver query

2008-02-04 Thread Alan Stern
On Mon, 4 Feb 2008, Lal wrote: > I have developed a sample USB mass storage driver. Using this driver, > I can mount file system on my CF card, and can read/write small files > to/from CF card. However, the driver crashes while reading/writing > large files. > From kernel stack trace, it seems the

Re: USB driver query

2008-02-04 Thread Greg KH
On Mon, Feb 04, 2008 at 07:44:45PM +0530, Lal wrote: > I have developed a sample USB mass storage driver. I'm curious why the two existing drivers for this in the kernel did not properly work out for you. Are we not supporting something that you found lacking? > Using this driver, I can mount fi

Re: request for test: usb audio autosuspend

2008-02-04 Thread Oliver Neukum
Am Montag, 4. Februar 2008 15:47:08 schrieb Clemens Ladisch: > Oliver Neukum wrote: > > Am Montag, 4. Februar 2008 09:58:19 schrieb Clemens Ladisch: > >> Oliver Neukum wrote: > >> > this patch implements autosuspend for USB audio devices. > >> > >> The Creative Audigy 2 NX mutes itself when being s

Re: request for test: usb audio autosuspend

2008-02-04 Thread Clemens Ladisch
Oliver Neukum wrote: > Am Montag, 4. Februar 2008 09:58:19 schrieb Clemens Ladisch: >> Oliver Neukum wrote: >> > this patch implements autosuspend for USB audio devices. >> >> The Creative Audigy 2 NX mutes itself when being suspended but doesn't >> unmute when resuming. (Apparently, this self-powe

USB driver query

2008-02-04 Thread Lal
I have developed a sample USB mass storage driver. Using this driver, I can mount file system on my CF card, and can read/write small files to/from CF card. However, the driver crashes while reading/writing large files. >From kernel stack trace, it seems there is some synchronization issue with int

[PATCH] Add kyocera 680 to airprime

2008-02-04 Thread Dan Williams
Signed-off-by: Dan Williams <[EMAIL PROTECTED]> diff --git a/drivers/usb/serial/airprime.c b/drivers/usb/serial/airprime.c index 77bb893..16ce823 100644 --- a/drivers/usb/serial/airprime.c +++ b/drivers/usb/serial/airprime.c @@ -18,6 +18,7 @@ static struct usb_device_id id_table [] = {

Re: [patch v6 0/4] Cypress c67x00 (EZ-Host/EZ-OTG) support

2008-02-04 Thread Peter Korsgaard
> "alf" == alf scherer <[EMAIL PROTECTED]> writes: alf> Actually, the LEON3-soft CPU vendor only supports 2.6.21, so for alf> that reason I'm kind stuck. I could try to add LEON3 alf> hardware-specific support to the latest linux release, but that alf> would actually be more work than just

Re: USB device doesn't get address

2008-02-04 Thread Oliver Neukum
Am Sonntag, 3. Februar 2008 15:27:19 schrieb Fabio Venturi: > Hi to the list, > I'm trying to use a Commodore Flash Disk MP3 player "CO - C.Muse" > (I don't know the chipset) > but when i plug it I get this: > > tail -f /var/log/messages.log > > [...] > Feb 3 14:30:57 silverstar usb 1-4: new

Re: request for test: usb audio autosuspend

2008-02-04 Thread Oliver Neukum
Am Montag, 4. Februar 2008 09:58:19 schrieb Clemens Ladisch: > Oliver Neukum wrote: > > this patch implements autosuspend for USB audio devices. > > The Creative Audigy 2 NX mutes itself when being suspended but doesn't > unmute when resuming. (Apparently, this self-powered device treats > supend

Re: [patch v6 0/4] Cypress c67x00 (EZ-Host/EZ-OTG) support

2008-02-04 Thread alf scherer
"alf" == alf scherer <[EMAIL PROTECTED]> writes: alf> Hello Peter, alf> Hello Alan, alf> I have got the HPE-mini FPGA embedded development board running alf> a LEON3-SPARC Snapgear-linux with a 2.6.21 kernel. The Cypress alf> cy7c67300 is directly connected to an Altera Cylcone

Re: [patch v6 0/4] Cypress c67x00 (EZ-Host/EZ-OTG) support

2008-02-04 Thread Peter Korsgaard
> "alf" == alf scherer <[EMAIL PROTECTED]> writes: alf> Hello Peter, alf> Hello Alan, alf> I have got the HPE-mini FPGA embedded development board running alf> a LEON3-SPARC Snapgear-linux with a 2.6.21 kernel. The Cypress alf> cy7c67300 is directly connected to an Altera Cylcone II FPGA

Re: [patch v6 0/4] Cypress c67x00 (EZ-Host/EZ-OTG) support

2008-02-04 Thread alf scherer
Hello Peter, Hello Alan, I have got the HPE-mini FPGA embedded development board running a LEON3-SPARC Snapgear-linux with a 2.6.21 kernel. The Cypress cy7c67300 is directly connected to an Altera Cylcone II FPGA in HPI mode. First, I was very glad to find a c67x00 driver for 2.6, but I need to

HELP - Using /sys/bus/usb/drivers/usbfs/bind doesn't work : (

2008-02-04 Thread Nick Frantzen
Hi Guys ( and girls ), >From the "teach a man to fish" train of thought I've done lots of homework but I still can't get manual USB driver binding to work!! You guys are my last resort, please help me to understand what's happening here. I need to be able to bind a device to the /sys/bus/usb/drive

Re: [PATCH] USB: mark USB drivers as being GPL only

2008-02-04 Thread Diego Zuccato
David Newall ha scritto: This does, of course, disadvantage Linux with respect to many classes of devices, for example GSM transceivers when used in those parts of the world^ where regulatory requirements prohibit modification of power or frequency settings, which effectively prohibits open-sour

[RFA/PATCH] support newer macbook input devices

2008-02-04 Thread Johannes Berg
Preliminary support for new macbook input devices (keyboard/touchpad) Signed-off-by: Johannes Berg <[EMAIL PROTECTED]> --- Diffed against 2.6.24. This is a "request for adoption", I made this patch for my brother's macbook but don't have the hardware myself. I'm sure the patch needs style cleanup

Re: [PATCH] bugfix for an underflow condition in usb storage & isd200.c

2008-02-04 Thread Boaz Harrosh
On Sun, Feb 03 2008 at 21:23 +0200, Matthew Dharm <[EMAIL PROTECTED]> wrote: > On Sun, Feb 03, 2008 at 06:28:48PM +0200, Boaz Harrosh wrote: >> >From 3610cfa93c990bbbafb296134ac01ef6d426eb8d Mon Sep 17 00:00:00 2001 >> From: Boaz Harrosh <[EMAIL PROTECTED]> >> Date: Thu, 31 Jan 2008 21:31:31 +0200

Re: request for test: usb audio autosuspend

2008-02-04 Thread Clemens Ladisch
Oliver Neukum wrote: > this patch implements autosuspend for USB audio devices. The Creative Audigy 2 NX mutes itself when being suspended but doesn't unmute when resuming. (Apparently, this self-powered device treats supend the same as disconnection.) The Roland SC-8820 resets itself when being

Re: wrong cylinders of kingston usb pendrive [intel 82801DB]

2008-02-04 Thread Matthew Dharm
On Sun, Feb 03, 2008 at 05:59:38PM -0800, Greg KH wrote: > On Mon, Feb 04, 2008 at 01:50:37AM +0100, Patrick Ringl wrote: > > Hello, > > > > I am suffering from the following (usb-related?) problem: > > > > I have several different mashines - all x86 architecture - just lets call > > them mashineA

isp1161x isochronous transfers support

2008-02-04 Thread Cristian Chiarello
Hi guys, I need to add isoc mode to the driver drivers/usb/host/isp116x-hcd.c for an isp1161A. I have readed "isp116x embedded programming guide" and if I haven't misunderstood, it's need to add ITL buffer management (some routine refer only to the ATL buffer) and to change irq handler routine. I