Re: Virtualbox/Vmware usb device is working but on installed linux not.

2012-08-30 Thread Alan Stern
Please use Reply-To-All so that your messages get sent to the mailing 
list as well as to me.

On Thu, 30 Aug 2012, adam ? wrote:

 Ok my friend have the same error. Will be this patch added to new kernel?

I will submit it.

By the way, what is a Joss Optical device?  What does it do?

Alan Stern

--
To unsubscribe from this list: send the line unsubscribe linux-usb in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: Virtualbox/Vmware usb device is working but on installed linux not.

2012-08-27 Thread adam ?
Thanks!
I will soon check if it wokrs. And I will test another device with linux(maybe 
my device is damaged, but on windows and as i wrote on vmware/vritualbox linux 
works).
Thanks for help.

Dnia 26-08-2012 o godz. 17:08 Alan Stern napisał(a):
 Please use Reply-To-All so that your messages go to the mailing list as
 well as to me.
 
 On Sun, 26 Aug 2012, adam ? wrote:
 
  I am sending to you three attachments.
  Thanks for help!
  
  Dnia 26-08-2012 o godz. 4:15 Alan Stern napisał(a):
   On Sat, 25 Aug 2012, adam ? wrote:
   
https://bugzilla.kernel.org/show_bug.cgi?id=46411
   
   Please post a usbmon trace showing what happens when your device is
   plugged into a real linux system (not a virtual machine).  Instructions
   are in the kernel source file Documentation/usb/usbmon.txt.
   
   Alan Stern
 
 The usbmon log shows that your device is buggy.  The patch below should
 work around the bug.  I have no idea why it works okay under VirtualBox
 or VMWare.
 
 Alan Stern
 
 
 
 Index: usb-3.5/drivers/usb/core/quirks.c
 ===
 --- usb-3.5.orig/drivers/usb/core/quirks.c
 +++ usb-3.5/drivers/usb/core/quirks.c
 @@ -71,6 +71,10 @@ static const struct usb_device_id usb_qu
   { USB_DEVICE(0x04b4, 0x0526), .driver_info =
   USB_QUIRK_CONFIG_INTF_STRINGS },
  
 + /* Microchip Joss Optical device */
 + { USB_DEVICE(0x04d8, 0x000c), .driver_info =
 + USB_QUIRK_CONFIG_INTF_STRINGS },
 +
   /* Samsung Android phone modem - ID conflict with SPH-I500 */
   { USB_DEVICE(0x04e8, 0x6601), .driver_info =
   USB_QUIRK_CONFIG_INTF_STRINGS },



--
To unsubscribe from this list: send the line unsubscribe linux-usb in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: Virtualbox/Vmware usb device is working but on installed linux not.

2012-08-26 Thread Alan Stern
Please use Reply-To-All so that your messages go to the mailing list as 
well as to me.

On Sun, 26 Aug 2012, adam ? wrote:

 I am sending to you three attachments.
 Thanks for help!
 
 Dnia 26-08-2012 o godz. 4:15 Alan Stern napisa�(a):
  On Sat, 25 Aug 2012, adam ? wrote:
  
   https://bugzilla.kernel.org/show_bug.cgi?id=46411
  
  Please post a usbmon trace showing what happens when your device is
  plugged into a real linux system (not a virtual machine).  Instructions
  are in the kernel source file Documentation/usb/usbmon.txt.
  
  Alan Stern

The usbmon log shows that your device is buggy.  The patch below should 
work around the bug.  I have no idea why it works okay under VirtualBox 
or VMWare.

Alan Stern



Index: usb-3.5/drivers/usb/core/quirks.c
===
--- usb-3.5.orig/drivers/usb/core/quirks.c
+++ usb-3.5/drivers/usb/core/quirks.c
@@ -71,6 +71,10 @@ static const struct usb_device_id usb_qu
{ USB_DEVICE(0x04b4, 0x0526), .driver_info =
USB_QUIRK_CONFIG_INTF_STRINGS },
 
+   /* Microchip Joss Optical device */
+   { USB_DEVICE(0x04d8, 0x000c), .driver_info =
+   USB_QUIRK_CONFIG_INTF_STRINGS },
+
/* Samsung Android phone modem - ID conflict with SPH-I500 */
{ USB_DEVICE(0x04e8, 0x6601), .driver_info =
USB_QUIRK_CONFIG_INTF_STRINGS },

--
To unsubscribe from this list: send the line unsubscribe linux-usb in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: Virtualbox/Vmware usb device is working but on installed linux not.

2012-08-25 Thread Alan Stern
On Sat, 25 Aug 2012, adam ? wrote:

 https://bugzilla.kernel.org/show_bug.cgi?id=46411

Please post a usbmon trace showing what happens when your device is 
plugged into a real linux system (not a virtual machine).  Instructions 
are in the kernel source file Documentation/usb/usbmon.txt.

Alan Stern

--
To unsubscribe from this list: send the line unsubscribe linux-usb in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Virtualbox/Vmware usb device is working but on installed linux not.

2012-08-24 Thread adam ?
https://bugzilla.kernel.org/show_bug.cgi?id=46411


--
To unsubscribe from this list: send the line unsubscribe linux-usb in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html