Age | Commit message (Expand) | Author | Files | Lines |
2010-11-11 | usb: misc: iowarrior: fix information leak to userland | Vasiliy Kulikov | 1 | -0/+1 |
2010-11-11 | usb: misc: sisusbvga: fix information leak to userland | Vasiliy Kulikov | 1 | -0/+1 |
2010-10-25 | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko... | Linus Torvalds | 1 | -2/+0 |
2010-10-23 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6 | Linus Torvalds | 7 | -351/+944 |
2010-10-22 | usb: iowarrior: don't trust report_size for buffer size | Kees Cook | 1 | -1/+1 |
2010-10-22 | usb: makefile cleanup | matt mooney | 2 | -24/+23 |
2010-10-22 | USB: usbtest - ensure correct isoc data length | Martin Fuzzey | 1 | -0/+2 |
2010-10-22 | USB: usbtest fix coding style | Martin Fuzzey | 1 | -324/+341 |
2010-10-22 | usb: change to new flag variable | matt mooney | 1 | -3/+1 |
2010-10-22 | USB: yurex: fix memory leak and corrupted messages | Tomoki Sekiyama | 1 | -6/+17 |
2010-10-22 | USB: yurex: assign a real minor number to the driver | Greg Kroah-Hartman | 1 | -2/+2 |
2010-10-22 | USB: add driver for Meywa-Denki & Kayac YUREX | Tomoki Sekiyama | 3 | -0/+566 |
2010-10-22 | usb: ftdi-elan: Convert "mutex" to semaphore | Thomas Gleixner | 1 | -1/+1 |
2010-10-15 | llseek: automatically add .llseek fop | Arnd Bergmann | 6 | -0/+6 |
2010-08-24 | USB: adutux: fix misuse of return value of copy_to_user() | Kulikov Vasiliy | 1 | -1/+1 |
2010-08-24 | USB: iowarrior: fix misuse of return value of copy_to_user() | Kulikov Vasiliy | 1 | -2/+2 |
2010-08-11 | Merge branch 'master' into for-next | Jiri Kosina | 7 | -43/+53 |
2010-08-11 | USB: usbtest: support test device with only one iso-in or iso-out endpoint | Ming Lei | 1 | -1/+4 |
2010-08-11 | USB: usbtest: avoid to free coherent buffer in atomic context | Ming Lei | 1 | -1/+5 |
2010-08-11 | USB: misc: Remove unnecessary casts of private_data | Joe Perches | 5 | -18/+18 |
2010-08-11 | USB: autoconvert trivial BKL users to private mutex | Arnd Bergmann | 3 | -22/+24 |
2010-08-11 | USB-BKL: Convert usb_driver ioctl to unlocked_ioctl | Andi Kleen | 1 | -1/+2 |
2010-08-10 | drivers/usb: Remove unnecessary return's from void functions | Joe Perches | 1 | -2/+0 |
2010-07-26 | USB: sisusbvga: Fix for USB 3.0 | Oliver Neukum | 1 | -2/+3 |
2010-05-21 | usb: sisusb_con.c: fix shadows sparse warning | Bill Pemberton | 1 | -4/+4 |
2010-05-21 | USB: sisusbvga: Remove the BKL from open | Alessio Igor Bogani | 1 | -9/+0 |
2010-05-21 | USB: rename usb_buffer_alloc() and usb_buffer_free() users | Daniel Mack | 5 | -26/+26 |
2010-05-21 | USB: remove uses of URB_NO_SETUP_DMA_MAP | Alan Stern | 1 | -7/+2 |
2010-05-21 | USB: sisusbvga: Remove the BKL from ioctl | Alessio Igor Bogani | 1 | -3/+1 |
2010-05-21 | USB: make hcd.h public (drivers dependency) | Eric Lescouet | 1 | -1/+1 |
2010-04-23 | USB: fixed bug in usbsevseg using USB autosuspend incorrectly | Harrison Metzger | 1 | -2/+13 |
2010-03-30 | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 8 | -2/+6 |
2010-03-16 | backlight: Allow properties to be passed at registration | Matthew Garrett | 1 | -3/+4 |
2010-03-03 | USB: backlight, appledisplay: fix incomplete registration failure handling | Bruno Prémont | 1 | -1/+2 |
2010-03-03 | USB: sisusbvga: no unnecessary GFP_ATOMIC | Oliver Neukum | 1 | -2/+2 |
2010-03-03 | USB: vstusb.c: removal of driver for Vernier Software & Technology, Inc., dev... | Dennis O'Brien | 3 | -798/+0 |
2010-03-03 | USB: Convert concatenated __FILE__ to %s, __FILE__ | Joe Perches | 3 | -8/+11 |
2010-03-03 | USB: remove the berry_charge driver | Greg Kroah-Hartman | 3 | -195/+0 |
2010-03-03 | USB: BKL removal: vstusb | Oliver Neukum | 1 | -8/+1 |
2010-03-03 | USB: BKL removal: legousbtower | Oliver Neukum | 1 | -3/+0 |
2010-03-03 | USB: BKL removal: ldusb | Oliver Neukum | 1 | -10/+2 |
2010-03-03 | USB: BKL removal: ftdi-elan | Oliver Neukum | 1 | -6/+0 |
2010-03-03 | USB: BKL removal: adutux | Oliver Neukum | 1 | -3/+0 |
2010-03-03 | USB: BKL removal: idmouse | Oliver Neukum | 1 | -7/+1 |
2010-03-03 | USB: BKL removal: rio500 | Oliver Neukum | 1 | -2/+6 |
2010-03-03 | USB: isight-firmware: declare MODULE_FIRMWARE | Ben Hutchings | 1 | -0/+2 |
2010-03-03 | USB: Push BKL on open down into the drivers | Oliver Neukum | 10 | -10/+66 |
2010-03-03 | USB misc: make USB device id constant | Németh Márton | 22 | -22/+22 |
2010-03-03 | USB: convert to the runtime PM framework | Alan Stern | 1 | -4/+0 |
2010-02-17 | USB: SIS USB2VGA DRIVER: support KAIREN's USB VGA adaptor USB20SVGA-MB-PLUS | Tanaka Akira | 1 | -0/+1 |