66c63b84b2
PS3 sys-manager updates to reflect the new PS3 unifed device support. Fixups to the PS3 sys-manager driver to properly support sys_reboot(). - Add varable request_tag to struct ps3_sys_manager_header. - Move ctrl_alt_del from PS3_SM_EVENT_POWER_RELEASED to PS3_SM_EVENT_POWER_PRESSED. - Make the PS3 sys-manager driver a loadable module. - Add new file sys-manager-core.c. - Add new struct ps3_sys_manager_ops for dynamic binding. - Put data sent to device on stack. - Add support for PS3_SM_SERVICE_ID_REQUEST_ERROR. Signed-off-by: Geoff Levand <geoffrey.levand@am.sony.com> Signed-off-by: Paul Mackerras <paulus@samba.org>
5 lines
173 B
Makefile
5 lines
173 B
Makefile
obj-$(CONFIG_PS3_VUART) += vuart.o
|
|
obj-$(CONFIG_PS3_PS3AV) += ps3av.o ps3av_cmd.o
|
|
obj-$(CONFIG_PPC_PS3) += sys-manager-core.o
|
|
obj-$(CONFIG_PS3_SYS_MANAGER) += sys-manager.o
|