]> git.neil.brown.name Git - history.git/commit
This converts all of the input USB drivers to manage DMA
authorDavid S. Miller <davem@redhat.com>
Wed, 28 Aug 2002 12:57:35 +0000 (14:57 +0200)
committerDavid S. Miller <davem@redhat.com>
Wed, 28 Aug 2002 12:57:35 +0000 (14:57 +0200)
commit98caa79c3ab796dab8eeed023d2273553f5dbfab
tree69be947ad6d17c494cf859b9266e4f91b0a43b29
parent58c2e6e8de3fa7e72f98b92004f9553d25c387fc
This converts all of the input USB drivers to manage DMA
buffers via usb_buffer_alloc in 2.5.x  This helps platforms
where doing a pci_{map,unmap}_single() on every input event
is very inefficient.

Also adds a missing kfree(hid), because the HID struct was never
freed.
drivers/usb/input/aiptek.c
drivers/usb/input/hid-core.c
drivers/usb/input/hid.h
drivers/usb/input/powermate.c
drivers/usb/input/usbkbd.c
drivers/usb/input/usbmouse.c
drivers/usb/input/wacom.c
drivers/usb/input/xpad.c