[PATCH] USB: Export IEEE-1284 device id in sysfs for usblp devices
authorDavid Woodhouse <dwmw2@infradead.org>
Fri, 23 Dec 2005 16:41:41 +0000 (16:41 +0000)
committerGreg Kroah-Hartman <gregkh@suse.de>
Wed, 4 Jan 2006 21:51:44 +0000 (13:51 -0800)
commita9714c845c0681a203a9ae22aa5165ec72c51d33
treef08697d81eca4e6e877b0d3d3561f7f8bf8111e7
parent318e479eb7ad9a948c6da381976d258464413816
[PATCH] USB: Export IEEE-1284 device id in sysfs for usblp devices

I looked at the userspace code which uses the LPIOC_GET_DEVICE_ID ioctl
and I almost went blind. Let's export it in sysfs instead, and just as a
string instead of with a big-endian length at the beginning of it.

This also prints the message about finding the printer _after_ we know
the minor device number it's going to have, rather than reporting all
printers as 'usblp0'.

Signed-off-by: David Woodhouse <dwmw2@infradead.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/usb/class/usblp.c