From: Dominik Brodowski Date: Mon, 27 Jun 2005 23:28:04 +0000 (-0700) Subject: [PATCH] pcmcia: hotplug event for PCMCIA devices X-Git-Tag: v2.6.13-rc1~46^2~81 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=840c2ac5d3c1d50e8a181e3f661da814e89c8cf8;p=pandora-kernel.git [PATCH] pcmcia: hotplug event for PCMCIA devices Export information to /sbin/hotplug for PCMCIA devices: card_id, manf_id, func_id, bus_id (like pcmcia1.0) and crc32-hashes of the prod_id strings. Why not the prod_id strings themselves? a) They may contain all sorts of strange and difficult to handle characters, like " ". b) It's impossible to pass multiple strings to userspace. Signed-off-by: Dominik Brodowski Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed