linux/drivers/usb/misc
Al Viro 018a2cdf1e [PATCH] idmouse cleanup and overflow fix
switched to simple_read_from_buffer(), killed broken use of min().
Incidentally, that use of min() had been fixed once, only to be
reintroduced in commit 4244f72436:

    [PATCH] USB: upgrade of the idmouse driver

[snip]
-       if (count > IMGSIZE - *ppos)
-               count = IMGSIZE - *ppos;
+       count = min ((loff_t)count, IMGSIZE - (*ppos));

Note the lovely use of cast to shut the warning about misuse of min()
up...

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
2005-10-29 10:35:08 -07:00
..
sisusbvga [PATCH] USB: sisusb warning fix 2005-10-28 16:47:41 -07:00
auerswald.c [PATCH] devfs: Remove the mode field from usb_class_driver as it's no longer needed 2005-10-28 16:47:37 -07:00
cytherm.c
emi26_fw.h
emi26.c
emi62_fw_m.h
emi62_fw_s.h
emi62.c
idmouse.c [PATCH] idmouse cleanup and overflow fix 2005-10-29 10:35:08 -07:00
Kconfig
ldusb.c [PATCH] USB ldusb: fmt warnings fixes for 64-bit platforms 2005-09-08 16:28:27 -07:00
legousbtower.c [PATCH] devfs: Remove the mode field from usb_class_driver as it's no longer needed 2005-10-28 16:47:37 -07:00
Makefile
phidgetkit.c
phidgetservo.c
rio500_usb.h
rio500.c [PATCH] devfs: Remove the mode field from usb_class_driver as it's no longer needed 2005-10-28 16:47:37 -07:00
usblcd.c [PATCH] devfs: Remove the mode field from usb_class_driver as it's no longer needed 2005-10-28 16:47:37 -07:00
usbled.c
usbtest.c [PATCH] Missing transfer_flags setting in usbtest 2005-10-28 16:47:45 -07:00
uss720.c [PATCH] gfp_t: drivers/usb 2005-10-28 08:16:49 -07:00