Renaming the USB Mass Storage driver from "usb" to "usb_scsi". There is a naming conflict with the USB bus_manager.
The bus_manager files were compiled but were not used for linking the "usb" bus_manager module. I only found this out by looking at the binary and finding strange strings that were for sure not in the USB stack. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@17679 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -2,7 +2,7 @@ SubDir HAIKU_TOP src add-ons kernel busses scsi usb ;
|
|||||||
|
|
||||||
SetSubDirSupportedPlatformsBeOSCompatible ;
|
SetSubDirSupportedPlatformsBeOSCompatible ;
|
||||||
|
|
||||||
KernelAddon usb : kernel busses scsi :
|
KernelAddon usb_scsi : kernel busses scsi :
|
||||||
usb_scsi.c
|
usb_scsi.c
|
||||||
tracing.c
|
tracing.c
|
||||||
transform_procs.c
|
transform_procs.c
|
||||||
@@ -22,7 +22,7 @@ KernelAddon usb : kernel busses scsi :
|
|||||||
|
|
||||||
Package haiku-usb_scsi-cvs
|
Package haiku-usb_scsi-cvs
|
||||||
:
|
:
|
||||||
usb
|
usb_scsi
|
||||||
:
|
:
|
||||||
boot home config add-ons kernel busses scsi ;
|
boot home config add-ons kernel busses scsi ;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user