[patch 1/21] pcmcia: rename PCMCIA devices

Dominik Brodowski linux at dominikbrodowski.de
Fri Dec 17 11:29:49 EST 2004


On Fri, Dec 17, 2004 at 08:18:01AM -0800, Randy.Dunlap wrote:
> >-	sprintf (p_dev->dev.bus_id, "pcmcia%d.%d", p_dev->socket->sock, 
> >p_dev->device_no);
> >+	sprintf (p_dev->dev.bus_id, "%d.%d", p_dev->socket->sock, 
> >p_dev->device_no);
> 
> Does this affect any userspace tools?

No. The previous variant hasn't hit Linus' tree yet, and the PCMCIA device
creation was considered "experimental" before.

	Dominik



More information about the linux-pcmcia mailing list