summaryrefslogtreecommitdiff
path: root/drivers/usb/input/hiddev.c
AgeCommit message (Expand)Author
2006-01-31Merge master.kernel.org:/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds
2006-01-31[PATCH] USB: remove some left over devfs droppings hanging around in the usb ...Greg Kroah-Hartman
2006-01-31Input: hiddev - fix off-by-one for num_values in uref_multi requestsBen Collins
2006-01-04[PATCH] USB: remove .owner field from struct usb_driverGreg Kroah-Hartman
2005-10-28[PATCH] devfs: Remove the mode field from usb_class_driver as it's no longer ...Greg Kroah-Hartman
2005-09-05Input: HIDDEV - make HIDIOCSREPORT wait IO completionStefan Nickl
2005-05-29Input: whitespace fixes in drivers/usb/inputDmitry Torokhov
2005-02-12input: HID list handling cleanup, fix two bugs in pid.c and one in hid-core.cVojtech Pavlik
2005-02-08input: Fix range checks for the HIDIOC[GS]USAGES ioctl() to allowhal@realmsys.com
2004-12-19USB: convert the idVendor, idProduct, bcdDevice and bcdUSB fields to __le16Greg Kroah-Hartman
2004-07-29input: Check the range for HIDIOC?USAGES num_values.Vojtech Pavlik
2004-07-06Merge suse.cz:/home/vojtech/bk/linus into suse.cz:/home/vojtech/bk/inputVojtech Pavlik
2004-07-05This patch fixes another disconnect oops in hiddev.Adam Kropelin
2004-07-04[PATCH] gcc 3.5 fixesAnton Blanchard
2004-06-24Merge suse.cz:/data/bk/linus into suse.cz:/data/bk/inputVojtech Pavlik
2004-06-09USB: fix up dumb int_user_arg variable name as pointed out by Al Viro.Greg Kroah-Hartman
2004-06-09USB: sparse cleanups for the whole driver/usb/* tree.Greg Kroah-Hartman
2004-06-06input: Fix boundary checks for GUSAGE/SUSAGE in hiddev.Herbert Xu
2004-05-29Merge suse.cz:/home/vojtech/bk/linus into suse.cz:/home/vojtech/bk/inputVojtech Pavlik
2004-05-28Merge kroah.com:/home/greg/linux/BK/bleed-2.6Greg Kroah-Hartman
2004-05-24[PATCH] USB: out of bounds access in hiddev_cleanupOlaf Hering
2004-05-24[PATCH] Fix various memory leaksAndrew Morton
2004-05-19input: Add 64-bit compatible ioctls for hiddev.Adam Kropelin
2004-05-17input: Fix oops in hiddevTakashi Iwai
2004-04-25[PATCH] USB: further cleanup of the hiddev driver, fixing another possible oo...Greg Kroah-Hartman
2004-04-25[PATCH] USB: fix up fake usb_interface structure in hiddevGreg Kroah-Hartman
2004-03-25[PATCH] USB: usb hiddev stack usage patchArjan van de Ven
2004-01-26input: Add a new ioctl to hiddev, which allows multiple usages toJames Lamanna
2004-01-20[PATCH] USB: hiddev HIDIOCGREPORT not blocking in 2.6Adam Kropelin
2003-12-28[PATCH] USB: Stop hiddev generating empty eventsAdam Kropelin
2003-09-19[PATCH] Fix memory leak in hiddev.c found by Stanford CheckerVojtech Pavlik
2003-09-03[USB]: hiddev_exit() can no longer be __exit, called from init code now.David S. Miller
2003-09-01Merge kroah.com:/home/greg/linux/BK/bleed-2.5Greg Kroah-Hartman
2003-08-30[PATCH] dev_t handling cleanups (10/12)Alexander Viro
2003-08-26[PATCH] ...more usb auditDaniele Bellucci
2003-06-11hid: Add missing 'return 0's in hiddev ioctl handler.Sergey Vlasov
2003-05-29o drivers/usb/input/hiddev: initialize struct usb_driver ->owner fieldArnaldo Carvalho de Melo
2003-05-12[PATCH] USB: patch to fix up coding style violationsFrançois Romieu
2003-05-06USB: converted hiddev over to new usb_register_dev() changes.Greg Kroah-Hartman
2003-04-23[USB INPUT]: hiddev.c needs dev_fs_kernel.hDavid S. Miller
2003-04-20[PATCH] devfs: usbChristoph Hellwig
2003-03-23[PATCH] misc devfs_register cleanupsChristoph Hellwig
2003-03-23[PATCH] devfs_mk_dir simplificationChristoph Hellwig
2003-02-12input: Get rid of the kbd_pt_regs variable, and instead pass theVojtech Pavlik
2002-12-03[PATCH] usb cleanupAlexander Viro
2002-11-13[PATCH] HID patches for MGE UPSDavid Brownell
2002-11-10[PATCH] misc cleanupsAlexander Viro
2002-10-22[PATCH] drivers/usb/input/hiddev.c: fix hiddev_connect issue whenArnaud Quette
2002-09-16USB: convert the drivers/usb/input files to the new USB driver model.Greg Kroah-Hartman
2002-07-25do_mounts.c, block_dev.c, hiddev.c, md.c:Richard Gooch