aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/input/usbmouse.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2005-03-07[PATCH] USB: fix up the input drivers to use the built in strings, instead of...Greg Kroah-Hartman1-15/+4
2004-12-19USB: convert the idVendor, idProduct, bcdDevice and bcdUSB fields to __le16Greg Kroah-Hartman1-3/+3
2004-09-20[PATCH] USB: remove calls to usb_unlink_urb in input/usbmouse.cBorislav Petkov1-2/+2
2004-03-02[PATCH] USB: remove act_altsetting usages in more USB driversGreg Kroah-Hartman1-1/+1
2004-01-19[PATCH] USB: hook up the other (non-HID) input devices to the input system pr...Greg Kroah-Hartman1-0/+1
2003-07-29[PATCH] USB: Audit usb_register in usbmouse_init()Daniele Bellucci1-3/+4
2003-06-13[PATCH] USB: Use separate transport_flags bits for transfer_dmaAlan Stern1-1/+1
2003-05-29o drivers/usb/input/usbmouse: initialize struct usb_driver ->owner fieldArnaldo Carvalho de Melo1-0/+1
2003-04-29[PATCH] USB: fix usbkbd.c compilation errorGrzegorz Jaskiewicz1-3/+0
2003-03-27[PATCH] USB: input class hookup to existing supportHanna V. Linder1-0/+3
2003-02-15Merge kroah.com:/home/linux/linux/BK/bleeding-2.5Greg Kroah-Hartman1-1/+1
2003-02-12input: Get rid of the kbd_pt_regs variable, and instead pass theVojtech Pavlik1-0/+1
2003-02-08[PATCH] usb_get_driver_np() gives wrong driver name (usb_mouse)Johannes Erdfelt1-1/+1
2002-12-26[PATCH] USB input drivers: remove direct calls to dev_set* and dev_get*Greg Kroah-Hartman1-3/+3
2002-12-02[PATCH] kbd_pt_regsDavid S. Miller1-1/+1
2002-10-31Merge suse.cz:/home/vojtech/bk/linus into suse.cz:/home/vojtech/bk/inputVojtech Pavlik1-1/+3
2002-10-29[PATCH] USB: clean up usb structures some moreDavid Brownell1-3/+3
2002-10-24[PATCH] rm "automagic resubmit" for usb interrupt transfersDavid Brownell1-1/+19
2002-10-24Fix open counting in usbkbd.c and usbmouse.c in case the irq urbVojtech Pavlik1-1/+3
2002-09-16USB: convert the drivers/usb/input files to the new USB driver model.Greg Kroah-Hartman1-25/+31
2002-08-28This converts all of the input USB drivers to manage DMADavid S. Miller1-3/+17
2002-07-25By popular request, and explicit method of telling which eventsVojtech Pavlik1-1/+3
2002-07-25This patch by Brad Hards replaces the four id* fields of the inputVojtech Pavlik1-5/+5
2002-07-18[PATCH] drivers/usb/* designated initializer reworkRusty Russell1-4/+4
2002-04-04USBGreg Kroah-Hartman1-0/+217