https://bugzilla.novell.com/show_bug.cgi?id=239194 ------- Comment #30 from mmarek@novell.com 2007-05-14 04:13 MST ------- (In reply to comment #29)
2) duplicate aliases in modules.alias caused by duplicate entries in device tables of drivers (kernel maintainers)
Actually, these could be symptoms of real problems, eg this duplicate: alias usb:v0C0BpA109d*dc*dsc*dp*ic*isc*ip* usb_storage is caused by drivers/usb/storage/unusual_devs.h: #ifdef CONFIG_USB_STORAGE_DATAFAB UNUSUAL_DEV( 0x0c0b, 0xa109, 0x0000, 0xffff, "Acomdata", "CF", US_SC_SCSI, US_PR_DATAFAB, NULL, US_FL_SINGLE_LUN ), #endif #ifdef CONFIG_USB_STORAGE_SDDR55 UNUSUAL_DEV( 0x0c0b, 0xa109, 0x0000, 0xffff, "Acomdata", "SM", US_SC_SCSI, US_PR_SDDR55, NULL, US_FL_SINGLE_LUN ), #endif So the usb storage code migth pick a wrong function for a device. But perhaps the two functions do the same or I'm missing something in the code, I'm not a USB guy ;) -- 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, or are watching someone who is.