public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* MMC ioctl or sysfs interface?
@ 2005-06-09 13:08 Pierre Ossman
  2005-06-10  0:58 ` Chris Wedgwood
  0 siblings, 1 reply; 7+ messages in thread
From: Pierre Ossman @ 2005-06-09 13:08 UTC (permalink / raw)
  To: LKML; +Cc: Russell King

MMC cards have the feature to lock down cards using a special password.
When the cards is locked it will not accept any commands except
lock-related ones.

I've been thinking about implementing support for this in Linux but I'm
not sure which interface should be used for it. The functions needed are:

* Lock card with a supplied password.
* Unlock card using a password.
* Clear password.
* Erase lock (clears the card and removes the lock).

Since you want some feedback with the result of the operation an ioctl
seemed appropriate. But mmc cards don't have device nodes so there is
nothing to do ioctls on. So in that perspective a sysfs solution would
be better. But how to you do the interaction with userspace in a good way?

Ideas are very welcome.

Rgds
Pierre

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2005-06-12 20:30 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-06-09 13:08 MMC ioctl or sysfs interface? Pierre Ossman
2005-06-10  0:58 ` Chris Wedgwood
2005-06-10 21:00   ` Pierre Ossman
2005-06-10 23:00     ` Alan Cox
2005-06-12 18:15       ` Pierre Ossman
2005-06-12 18:25         ` Alan Cox
2005-06-12 20:30           ` Jon Smirl

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox