aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/input/hiddev.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2005-02-12input: HID list handling cleanup, fix two bugs in pid.c and one in hid-core.cVojtech Pavlik1-6/+2
2005-02-08input: Fix range checks for the HIDIOC[GS]USAGES ioctl() to allowhal@realmsys.com1-3/+2
2004-12-19USB: convert the idVendor, idProduct, bcdDevice and bcdUSB fields to __le16Greg Kroah-Hartman1-3/+3
2004-07-29input: Check the range for HIDIOC?USAGES num_values.Vojtech Pavlik1-7/+4
2004-07-06Merge suse.cz:/home/vojtech/bk/linus into suse.cz:/home/vojtech/bk/inputVojtech Pavlik1-19/+19
2004-07-05This patch fixes another disconnect oops in hiddev.Adam Kropelin1-12/+6
2004-07-04[PATCH] gcc 3.5 fixesAnton Blanchard1-3/+0
2004-06-24Merge suse.cz:/data/bk/linus into suse.cz:/data/bk/inputVojtech Pavlik1-7/+13
2004-06-09USB: fix up dumb int_user_arg variable name as pointed out by Al Viro.Greg Kroah-Hartman1-5/+4
2004-06-09USB: sparse cleanups for the whole driver/usb/* tree.Greg Kroah-Hartman1-24/+26
2004-06-06input: Fix boundary checks for GUSAGE/SUSAGE in hiddev.Herbert Xu1-7/+13
2004-05-29Merge suse.cz:/home/vojtech/bk/linus into suse.cz:/home/vojtech/bk/inputVojtech Pavlik1-1/+1
2004-05-28Merge kroah.com:/home/greg/linux/BK/bleed-2.6Greg Kroah-Hartman1-1/+1
2004-05-24[PATCH] USB: out of bounds access in hiddev_cleanupOlaf Hering1-1/+1
2004-05-24[PATCH] Fix various memory leaksAndrew Morton1-1/+1
2004-05-19input: Add 64-bit compatible ioctls for hiddev.Adam Kropelin1-1/+1
2004-05-17input: Fix oops in hiddevTakashi Iwai1-1/+1
2004-04-25[PATCH] USB: further cleanup of the hiddev driver, fixing another possible oo...Greg Kroah-Hartman1-3/+1
2004-04-25[PATCH] USB: fix up fake usb_interface structure in hiddevGreg Kroah-Hartman1-6/+5
2004-03-25[PATCH] USB: usb hiddev stack usage patchArjan van de Ven1-31/+49
2004-01-26input: Add a new ioctl to hiddev, which allows multiple usages toJames Lamanna1-24/+55
2004-01-20[PATCH] USB: hiddev HIDIOCGREPORT not blocking in 2.6Adam Kropelin1-0/+1
2003-12-28[PATCH] USB: Stop hiddev generating empty eventsAdam Kropelin1-0/+1
2003-09-19[PATCH] Fix memory leak in hiddev.c found by Stanford CheckerVojtech Pavlik1-0/+1
2003-09-03[USB]: hiddev_exit() can no longer be __exit, called from init code now.David S. Miller1-1/+1
2003-09-01Merge kroah.com:/home/greg/linux/BK/bleed-2.5Greg Kroah-Hartman1-2/+1
2003-08-30[PATCH] dev_t handling cleanups (10/12)Alexander Viro1-1/+1
2003-08-26[PATCH] ...more usb auditDaniele Bellucci1-2/+1
2003-06-11hid: Add missing 'return 0's in hiddev ioctl handler.Sergey Vlasov1-0/+10
2003-05-29o drivers/usb/input/hiddev: initialize struct usb_driver ->owner fieldArnaldo Carvalho de Melo1-0/+1
2003-05-12[PATCH] USB: patch to fix up coding style violationsFrançois Romieu1-9/+18
2003-05-06USB: converted hiddev over to new usb_register_dev() changes.Greg Kroah-Hartman1-18/+19
2003-04-23[USB INPUT]: hiddev.c needs dev_fs_kernel.hDavid S. Miller1-0/+1
2003-04-20[PATCH] devfs: usbChristoph Hellwig1-6/+4
2003-03-23[PATCH] misc devfs_register cleanupsChristoph Hellwig1-3/+3
2003-03-23[PATCH] devfs_mk_dir simplificationChristoph Hellwig1-1/+1
2003-02-12input: Get rid of the kbd_pt_regs variable, and instead pass theVojtech Pavlik1-1/+1
2002-12-03[PATCH] usb cleanupAlexander Viro1-1/+1
2002-11-13[PATCH] HID patches for MGE UPSDavid Brownell1-0/+9
2002-11-10[PATCH] misc cleanupsAlexander Viro1-5/+1
2002-10-22[PATCH] drivers/usb/input/hiddev.c: fix hiddev_connect issue whenArnaud Quette1-1/+1
2002-09-16USB: convert the drivers/usb/input files to the new USB driver model.Greg Kroah-Hartman1-3/+3
2002-07-25do_mounts.c, block_dev.c, hiddev.c, md.c:Richard Gooch1-2/+5
2002-07-18[PATCH] drivers/usb/* designated initializer reworkRusty Russell1-10/+10
2002-07-15[PATCH] A cleanup of Paul's 2.5 hiddev update.Vojtech Pavlik1-5/+40
2002-07-15[PATCH] Reintroduce proper returning of -EFAULT to hiddev.cVojtech Pavlik1-6/+12
2002-07-15[PATCH] Updates for hiddev by Paul StewartVojtech Pavlik1-65/+73
2002-07-11[PATCH] Big HID updateVojtech Pavlik1-24/+33
2002-07-05USB: Fixups due to the changes in struct usb_device for file_operations and m...Greg Kroah-Hartman1-15/+7
2002-05-18drivers/usr/*.cArnaldo Carvalho de Melo1-5/+15