summaryrefslogtreecommitdiff
path: root/drivers/usb/core/devio.c
AgeCommit message (Expand)AuthorFilesLines
2013-10-17drivers: usb: core: devio.c: Spaces to tabs for proc_control_compat()Matthias Beyer1-10/+10
2013-10-17drivers: usb: core: devio.c: Spaces to tabs for proc_reapurbnonblock()Matthias Beyer1-6/+6
2013-09-30Merge 3.12-rc3 into usb-nextGreg Kroah-Hartman1-0/+16
2013-09-26usb/core/devio.c: Don't reject control message to endpoint with wrong directi...Kurt Garloff1-0/+16
2013-09-17usbcore: fix read of usbdevfs_ctrltransfer fields in proc_control()Xenia Ragiadakou1-4/+2
2013-07-25usbfs: Allow printer class 'get_device_id' without needing to claim the intfHans de Goede1-3/+3
2013-06-09Merge 3.10-rc5 into usb-nextGreg Kroah-Hartman1-3/+7
2013-05-29usbfs: Increase arbitrary limit for USB 3 isopkt lengthFederico Manzan1-3/+7
2013-05-17usb: devio: Fixed error: 'do not use assignment in if condition'Tülin İzer1-1/+2
2013-05-17usb: devio: Fixed macro parenthesis errorTülin İzer1-1/+1
2013-05-17usb: devio: Fixed warning: 'use <linux/uacces.h> instead <asm/uacces.h>'Tülin İzer1-1/+1
2013-04-17usbfs: Always allow ctrl requests with USB_RECIP_ENDPOINT on the ctrl epHans de Goede1-0/+2
2013-02-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-3/+3
2013-02-23new helper: file_inode(file)Al Viro1-3/+3
2013-02-06drivers/usb/core: using strlcpy instead of strncpyChen Gang1-1/+2
2012-10-18usbdevfs: Fix broken scatter-gather transferHenrik Rydberg1-0/+1
2012-09-10usbfs: Add a new disconnect-and-claim ioctl (v2)Hans de Goede1-0/+35
2012-07-06usbdevfs: Use scatter-gather lists for large bulk transfersHans de Goede1-31/+121
2012-07-06usbdevfs: Add a USBDEVFS_GET_CAPABILITIES ioctlHans de Goede1-0/+17
2012-07-06usbdevfs: Correct amount of data copied to user in processcompl_compatHans de Goede1-3/+7
2012-05-19USB: Remove races in devio.cHuajun Li1-8/+25
2012-04-30USB: remove CONFIG_USB_DEVICE_CLASSGreg Kroah-Hartman1-49/+0
2012-04-30USB: remove CONFIG_USB_DEVICEFSGreg Kroah-Hartman1-11/+0
2012-01-13module_param: make bool parameters really bool (drivers & misc)Rusty Russell1-1/+1
2011-12-23usbfs: Fix oops related to user namespace conversion.Sarah Sharp1-1/+2
2011-11-18USB: make the usbfs memory limit configurableAlan Stern1-4/+22
2011-11-18USB: change the memory limits in usbfs URB submissionAlan Stern1-19/+57
2011-11-18USB: unify some error pathways in usbfsAlan Stern1-46/+50
2011-09-30user namespace: usb: make usb urbs user namespace aware (v2)Serge Hallyn1-17/+13
2011-09-27usb/core/devio.c: Check for printer class specific requestMatthias Dellweg1-3/+18
2011-09-27USB: pid_ns: ensure pid is not freed during kill_pid_info_as_uidSerge Hallyn1-2/+4
2011-03-23USB: Do not pass negative length to snoop_urb()Michal Sojka1-1/+1
2010-11-17BKL: remove extraneous #include <smp_lock.h>Arnd Bergmann1-1/+0
2010-11-11usb: core: fix information leak to userlandVasiliy Kulikov1-3/+4
2010-08-11USB-BKL: Convert usb_driver ioctl to unlocked_ioctlAndi Kleen1-5/+2
2010-05-21USB: make hcd.h public (drivers dependency)Eric Lescouet1-2/+1
2010-03-19USB: fix usbfs regressionAlan Stern1-3/+14
2010-03-03USB: usbfs_snoop: add data logging back inChris Frey1-13/+38
2010-03-03USB: BKL removal from ioctl path of usbfsOliver Neukum1-9/+3
2010-03-03USB: Reduce scope of BKL in usb ioctl handlingOliver Neukum1-4/+10
2010-03-03USB: Remove BKL from lseek implementationsOliver Neukum1-2/+2
2010-03-03USB: Remove BKL from usbdev_open()Oliver Neukum1-4/+0
2010-03-03USB: change locking for device-level autosuspendAlan Stern1-16/+24
2010-03-03USB: check the endpoint type against the pipe typeAlan Stern1-9/+13
2010-02-17USB: usbfs: properly clean up the as structure on error pathsLinus Torvalds1-14/+26
2010-02-17USB: usbfs: only copy the actual data receivedGreg KH1-4/+4
2009-12-11usbdevfs: move compat_ioctl handling to devio.cArnd Bergmann1-11/+99
2009-09-23USB: usbfs: add USBDEVFS_URB_BULK_CONTINUATION flagAlan Stern1-1/+77
2009-09-23USB: increase usbdevfs max isoc buffer sizeMarkus Rechberger1-1/+2
2009-09-23USB: make the "usbfs_snoop" log more pertinentAlan Stern1-69/+62