https://bugzilla.novell.com/show_bug.cgi?id=422928 User oneukum@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=422928#c65 --- Comment #65 from Oliver Neukum <oneukum@novell.com> 2009-01-14 04:51:59 MST --- The patch in comment #64 introduces a new module parameter to usbcore. It is called "ignored_pci_device". You set it to the name of the pci device of the controller. For example: 00:13.0 USB Controller: ATI Technologies Inc SB600 USB (OHCI0) 00:13.1 USB Controller: ATI Technologies Inc SB600 USB (OHCI1) 00:13.2 USB Controller: ATI Technologies Inc SB600 USB (OHCI2) 00:13.3 USB Controller: ATI Technologies Inc SB600 USB (OHCI3) 00:13.4 USB Controller: ATI Technologies Inc SB600 USB (OHCI4) 00:13.5 USB Controller: ATI Technologies Inc SB600 USB Controller (EHCI) Suppose I want to block the controller OHCI2. I add to the parameters of usbcore: ignored_pci_device=0000:00:13.2 Please note that "lspci" strips the leading "0000:" from a device's name. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.