linux/drivers/usb/class
Pete Zaitcev 318e479eb7 [PATCH] USB: ioctl compat for usblp.c
From: David Woodhouse <dwmw2>

David has a G5 with a printer. I am quite surprised that nobody else noticed
this before. Linus has a G5. Hackers hate printing in general, maybe.

We do not use BKL anymore, because one of code paths had a sleeping call,
so we had to use a semaphore. I am sure it's safe to use unlocked_ioctl.

The new ioctls return long and retval is int. It looks completely fine to me.
We never want these extra bits, and the sign extension ought to work right.

Signed-off-by: Pete Zaitcev <zaitcev@redhat.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>

--
2006-01-04 13:51:44 -08:00
..
audio.c [PATCH] USB: remove .owner field from struct usb_driver 2006-01-04 13:48:34 -08:00
audio.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
cdc-acm.c [PATCH] USB: mark various usb tables const 2006-01-04 13:51:40 -08:00
cdc-acm.h [PATCH] USB: Converting cdc acm to a ring queue 2006-01-04 13:48:29 -08:00
Kconfig [PATCH] USB: delete the bluetty driver 2005-10-28 16:47:47 -07:00
Makefile [PATCH] USB: delete the bluetty driver 2005-10-28 16:47:47 -07:00
usb-midi.c [PATCH] USB: remove .owner field from struct usb_driver 2006-01-04 13:48:34 -08:00
usb-midi.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
usblp.c [PATCH] USB: ioctl compat for usblp.c 2006-01-04 13:51:44 -08:00