Re: [PATCH] Add SDIO 'type' parameter to sysfs

2008-02-22 Thread Marcel Holtmann
Hi Andy, Add 'type' attribute of the SDIO device to represent Standard Function interface code in the human readable form. these kind of things should not be part of the Linux kernel. A userspace tool (call it lssdio if you want) should handle it. Regards Marcel -- To unsubscribe from th

[PATCH] Add SDIO 'type' parameter to sysfs

2008-02-22 Thread Andy Shevchenko
Hi! Add 'type' attribute of the SDIO device to represent Standard Function interface code in the human readable form. --- drivers/mmc/core/sdio_bus.c | 30 ++ 1 files changed, 30 insertions(+), 0 deletions(-) diff --git a/drivers/mmc/core/sdio_bus.c b/drivers/mmc/co