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

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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 majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[Index of Archives]     [Linux Media]     [Linux Input]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]     [Old Linux USB Devel Archive]

  Powered by Linux