summaryrefslogtreecommitdiffstats
path: root/drivers/usb
Commit message (Expand)AuthorAgeFilesLines
...
| * [PATCH] USB: add ability for usb-serial drivers to determine if their write u...Greg Kroah-Hartman2005-06-2710-46/+85
| * [PATCH] USB: add reboot notifier to ohciDavid Brownell2005-06-273-4/+26
| * [PATCH] USB: usbtest updatesDavid Brownell2005-06-271-8/+52
| * [PATCH] USB: fix acm trouble with terminalsOliver Neukum2005-06-272-37/+197
| * [PATCH] usbcore support for root-hub IRQ instead of pollingAlan Stern2005-06-273-87/+140
| * [PATCH] USB UHCI: Add shutdown methodAlan Stern2005-06-271-0/+16
| * [PATCH] USB UHCI: improved reset handlingAlan Stern2005-06-271-29/+40
| * [PATCH] USB UHCI: Use root-hub IRQs while suspendedAlan Stern2005-06-274-60/+92
| * [PATCH] USB UHCI: Fix up loose endsAlan Stern2005-06-271-21/+65
| * [PATCH] USB UHCI: Add root-hub suspend/resume supportAlan Stern2005-06-273-102/+202
| * [PATCH] USB UHCI: Add root hub statesAlan Stern2005-06-274-156/+212
| * [PATCH] USB UHCI: Minor improvementsAlan Stern2005-06-273-53/+55
| * [PATCH] USB UHCI: subroutine reorderingAlan Stern2005-06-271-144/+143
| * [PATCH] USB: turn a user mode driver error into a hard errorDavid Brownell2005-06-271-3/+3
| * [PATCH] USB: Fix oops at rmmod after failed probe in isp116x-hcdOlav Kongas2005-06-271-1/+10
| * [PATCH] USB: Add isp116x-hcd USB host controller driverOlav Kongas2005-06-275-0/+2480
| * [PATCH] USB: omap_udc updates (mostly cleanups)David Brownell2005-06-271-57/+93
| * [PATCH] USB: g_file_storage: export "stall" parameterAlan Stern2005-06-271-13/+14
| * [PATCH] USB: g_file_storage: Consolidate min()sAlan Stern2005-06-271-12/+9
* | [PATCH] ppc32: Remove CONFIG_PMAC_PBOOKBenjamin Herrenschmidt2005-06-271-8/+5
* | Merge 'upstream' branch of rsync://rsync.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2005-06-273-2/+4
|\ \
| * | [PATCH] NETDEV: fix receiving multicast frames.YOSHIFUJI Hideaki2005-06-272-2/+2
| * | [PATCH] NETDEV: Elecom (Laneed) LD-USBL/TX support.YOSHIFUJI Hideaki2005-06-271-0/+2
| |/
* | Merge rsync://rsync.kernel.org/pub/scm/linux/kernel/git/dtor/input.git manuallyLinus Torvalds2005-06-2721-779/+1231
|\ \ | |/ |/|
| * Input: wacom - fix formatting in accordance to CodingStyleDmitry Torokhov2005-06-061-71/+52
| * Input: Wacom driver updatePing Cheng2005-06-061-183/+153
| * Input: add driver for Acecad Flair USB tabletsStephane VOLTZ2005-06-065-0/+306
| * Automatic merge of rsync://rsync.kernel.org/pub/scm/linux/kernel/git/torvalds...Dmitry Torokhov2005-06-0616-319/+1604
| |\
| * \ Automatic merge of rsync://rsync.kernel.org/pub/scm/linux/kernel/git/torvalds...Dmitry Torokhov2005-06-012-4/+0
| |\ \
| * | | Input: HID items of width 32 (bits) or greater are incorrectly extractedAdam Kropelin2005-05-291-1/+1
| * | | Input: remove user counters from drivers/usb/input since inputDmitry Torokhov2005-05-2910-106/+23
| * | | Input: mtouchusb was indented with spaces instead of tabs, passDmitry Torokhov2005-05-291-214/+201
| * | | Input: whitespace fixes in drivers/usb/inputDmitry Torokhov2005-05-2915-308/+300
| * | | Input: Fix a warning in hid-core.Vojtech Pavlik2005-05-291-1/+1
| * | | Input: Make hid-core issue a SET_IDLE request before GET_REPORT, likeVojtech Pavlik2005-05-291-4/+9
| * | | Input: Add driver for ITM Touch USB touchscreens.Hans-Christian Egtvedt2005-05-293-0/+294
* | | | [PATCH] Cleanup patch for process freezingChristoph Lameter2005-06-253-6/+3
* | | | [PATCH] better USB_MON dependenciesAdrian Bunk2005-06-234-12/+7
* | | | [PATCH] pwc-uncompress warning fixAndrew Morton2005-06-231-6/+5
* | | | [PATCH] remove duplicate get_dentry functions in various placesChristoph Hellwig2005-06-231-12/+1
* | | | [PATCH] USB: fix hid core to return proper error code from probeStelian Pop2005-06-221-2/+2
* | | | [PATCH] USB: fix show_modalias() function due to attribute changeGreg Kroah-Hartman2005-06-201-1/+1
* | | | [PATCH] Driver Core: drivers/usb/input/aiptek.c - drivers/zorro/zorro-sysfs.c...Yani Ioannou2005-06-207-65/+65
* | | | [PATCH] Driver Core: drivers/s390/net/qeth_sys.c - drivers/usb/gadget/pxa2xx_...Yani Ioannou2005-06-205-22/+22
* | | | [PATCH] usbcore: Don't call device_release_driver recursivelyAlan Stern2005-06-201-2/+8
* | | | [PATCH] usb: klist_node_attached() fixPatrick Mochel2005-06-201-1/+1
* | | | [PATCH] USB: fix build warning in usb core as pointed out by Andrew.gregkh@suse.de2005-06-201-1/+1
* | | | [PATCH] Fix up USB to use klist_node_attached() instead of list_empty() on li...mochel@digitalimplant.org2005-06-201-2/+2
* | | | [PATCH] Use driver_for_each_device() instead of manually walking list.mochel@digitalimplant.org2005-06-201-18/+23
* | | | [PATCH] USB: trivial error path fixMark M. Hoffman2005-06-201-0/+1