Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
kernel
/
msm
/
c4c7cba90cf9f180a2c45f7e54143f786360f3dd
/
drivers
/
usb
060ec6f
Merge master.kernel.org:/home/rmk/linux-2.6-arm
by Linus Torvalds
· 18 years ago
8e7795e
[PATCH] lockdep: annotate USBFS
by Arjan van de Ven
· 18 years ago
f2eace2
[PATCH] lockdep: annotate i_mutex
by Ingo Molnar
· 18 years ago
0f1482f
[ARM] Fix lh7a40x_udc.c
by Russell King
· 18 years ago
a8c4c20
Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-arm
by Linus Torvalds
· 18 years ago
d54b5ca
[PATCH] irq-flags: usb: Use the new IRQF_ constants
by Thomas Gleixner
· 18 years ago
22a3e23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivial
by Linus Torvalds
· 18 years ago
7a01955
[PATCH] SELinux: update USB code with new kill_proc_info_as_uid
by David Quigley
· 18 years ago
6ab3d56
Remove obsolete #include <linux/config.h>
by Jörn Engel
· 18 years ago
bf7e851
[PATCH] usb gadget: fixup pxa2xx_udc to include asm/arch/udc.h again
by Milan Svoboda
· 18 years ago
602cada
Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/devfs-2.6
by Linus Torvalds
· 18 years ago
1903ac5
Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/pci-2.6
by Linus Torvalds
· 18 years ago
a144a56
Merge omap tree
by Russell King
· 18 years ago
817d6d3
[PATCH] remove TTY_DONT_FLIP
by Paul Fulghum
· 18 years ago
2427ddd
[PATCH] 64bit Resource: convert a few remaining drivers to use resource_size_t where needed
by Greg Kroah-Hartman
· 18 years ago
7ff879d
ARM: OMAP: Fix DMA channel irq handling for omap24xx
by Tony Lindgren
· 18 years ago
da206c9
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivial
by Linus Torvalds
· 18 years ago
331b831
[PATCH] devfs: Rename TTY_DRIVER_NO_DEVFS to TTY_DRIVER_DYNAMIC_DEV
by Greg Kroah-Hartman
· 19 years ago
f4eaa37
[PATCH] devfs: Remove the tty_driver devfs_name field as it's no longer needed
by Greg Kroah-Hartman
· 19 years ago
cdf4f38
Merge master.kernel.org:/pub/scm/linux/kernel/git/dtor/input
by Linus Torvalds
· 18 years ago
f274afc
Clean up 'inline is not at beginning' warnings for usb storage
by Jesper Juhl
· 18 years ago
179e091
[PATCH] drivers: use list_move()
by Akinobu Mita
· 18 years ago
b9ab58d
Input: fix misspelling of Hangeul key
by Jerome Pinot
· 18 years ago
4854c7b
Merge rsync://rsync.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6
by Dmitry Torokhov
· 18 years ago
76a9f26
Merge branch 'master' of /home/trondmy/kernel/linux-2.6/
by Trond Myklebust
· 18 years ago
83626b0
Revert "[PATCH] usb: drivers/usb/core/devio.c dereferences a userspace pointer"
by Linus Torvalds
· 18 years ago
816724e
Merge branch 'master' of /home/trondmy/kernel/linux-2.6/
by Trond Myklebust
· 18 years ago
b31dc66
[PATCH] Kill PF_SYNCWRITE flag
by Jens Axboe
· 18 years ago
5a9d6e0
[PATCH] clean up default value of USB_ISP116X_HCD, USB_SL811_HCD and USB_SL811_CS
by Jean-Luc Leger
· 18 years ago
454e239
[PATCH] VFS: Permit filesystem to override root dentry on mount
by David Howells
· 18 years ago
0517587
[PATCH] USB: get USB suspend to work again
by Greg Kroah-Hartman
· 18 years ago
43104f1
[PATCH] USB: only make /sys/class/usb show up when there is something in it
by Greg Kroah-Hartman
· 18 years ago
bd00949
[PATCH] USB: convert usb class devices to real devices
by Greg Kroah-Hartman
· 18 years ago
c182274
[PATCH] USB: move usb_device_class class devices to be real devices
by Greg Kroah-Hartman
· 18 years ago
9bde749
[PATCH] USB: make endpoints real struct devices
by Greg Kroah-Hartman
· 18 years ago
36679ea
[PATCH] USB: make usb_create_ep_files take a struct device
by Greg Kroah-Hartman
· 18 years ago
84412f6
[PATCH] USB: move the endpoint specific sysfs code to it's own file
by Greg Kroah-Hartman
· 18 years ago
ae0dadc
[PATCH] USB: move <linux/usb_input.h> to <linux/usb/input.h>
by David Brownell
· 18 years ago
325a4af
[PATCH] USB: move hardware-specific <linux/usb_*.h> to <linux/usb/*.h>
by David Brownell
· 18 years ago
a8c28f2
[PATCH] USB: move <linux/usb_cdc.h> to <linux/usb/cdc.h>
by David Brownell
· 18 years ago
7e27f18
[PATCH] USB: whitespace removal from usb/gadget/ether
by David Brownell
· 18 years ago
d5681fe
[PATCH] USB: unusual_devs entry for Nokia N80
by Alan Stern
· 18 years ago
db54a53
[PATCH] usbserial: Fixes wrong return values.
by Luiz Fernando N. Capitulino
· 18 years ago
043ea18
[PATCH] usb gadget: update pxa2xx_udc.c driver to fully support IXP4xx platform
by Milan Svoboda
· 18 years ago
44df45a
[PATCH] usb gadget: fix compile errors
by Milan Svoboda
· 18 years ago
7c0642c
[PATCH] usb gadget: allow drivers support speeds higher than full speed
by Milan Svoboda
· 18 years ago
ca094f1
[PATCH] USB: gadget-serial: do not save/restore IRQ flags in gs_close()
by Franck Bui-Huu
· 18 years ago
943e1b4
[PATCH] USB: gadget-serial: fix a deadlock when closing the serial device
by Franck Bui-Huu
· 18 years ago
b059c81
[PATCH] USB Serial: clean tty fields on failed device open
by Frank Gevaerts
· 18 years ago
4186c29
[PATCH] USB: trivial DEBUG message correction in gadget ether driver
by Matt Reimer
· 18 years ago
4255e6f
[PATCH] USB: new driver for Cypress CY7C63xxx mirco controllers
by Oliver Bock
· 18 years ago
12e72fe
[PATCH] USB: implement error event in usbmon
by Pete Zaitcev
· 18 years ago
5b1c674
[PATCH] USB: update usbmon, fix glued lines
by Pete Zaitcev
· 18 years ago
4bc203d
[PATCH] USB: io_edgeport touch-up
by Pete Zaitcev
· 18 years ago
34ab86e
[PATCH] airprime.c: add Kyocera Wireless KPC650/Passport support
by Timothy Sipples
· 18 years ago
c5e3b74
[PATCH] UHCI: Improve FSBR-off timing
by Alan Stern
· 18 years ago
e323de4
[PATCH] UHCI: remove hc_inaccessible flag
by Alan Stern
· 18 years ago
be3cbc5
[PATCH] UHCI: various updates
by David Brownell
· 18 years ago
ae67181
[PATCH] usb-storage: unusual_devs entry for Nikon DSC D70s
by Alan Stern
· 18 years ago
5c218e3
[PATCH] USB: Add Apple MacBook product IDs to usbhid
by Rene Rebe
· 18 years ago
dfbaa7d
[PATCH] USB: EHCI on non-Au1200 build fix
by Ralf Baechle
· 18 years ago
bfd5df3
[PATCH] USB: free allocated memory on io_edgeport startup memory failure
by Chris Lund
· 18 years ago
14f76cc
[PATCH] USB: new devices for the Option driver
by Matthias Urlichs
· 18 years ago
786dc1d
[PATCH] usb: drivers/usb/core/devio.c dereferences a userspace pointer
by Philippe Retornaz
· 18 years ago
6ad0712
[PATCH] usbcore: recovery from Set-Configuration failure
by Alan Stern
· 18 years ago
df9a1f4
[PATCH] usbhid: use usb_reset_composite_device
by Alan Stern
· 18 years ago
47104b0
[PATCH] usb-storage: use usb_reset_composite_device
by Alan Stern
· 18 years ago
7de18d8
[PATCH] USB hub: use usb_reset_composite_device
by Alan Stern
· 18 years ago
79efa09
[PATCH] usbcore: port reset for composite devices
by Alan Stern
· 18 years ago
efcaa20
[PATCH] USB: cdc_ether: recognize olympus r1000 (fix regression)
by David Brownell
· 18 years ago
d5ce137
[PATCH] USB: negative index in drivers/usb/host/isp116x-hcd.c
by Eric Sesterhenn
· 18 years ago
b10cee9
[PATCH] USB: Add Sierra Wireless MC5720 ID to airprime.c
by Jeremy Fitzhardinge
· 18 years ago
09fd6bc
[PATCH] USB: Whiteheat: fix firmware spurious errors
by Stuart MacDonald
· 18 years ago
069e8a6
[PATCH] Driver for Apple Cinema Display
by akpm@osdl.org
· 18 years ago
eb79b4f
[PATCH] USB: ftdi_sio: add support for Yost Engineering ServoCenter3.1
by Ian Abbott
· 18 years ago
633a7ec
[PATCH] usbhid: Remove unneeded blacklist entries
by Alan Stern
· 18 years ago
3f8f4a1
[PATCH] usbcore: Fix broken RNDIS config selection
by Giridhar Pemmasani
· 18 years ago
1fbe75e
[PATCH] USB: print message when device is rejected due to insufficient power
by Daniel Drake
· 18 years ago
955a260
[PATCH] USB: more pegasus log spamming removed
by David Brownell
· 18 years ago
2f8ad9a
[PATCH] USB: rmmod pl2303 after -28
by Pete Zaitcev
· 18 years ago
ba47f66
[PATCH] improved TT scheduling for EHCI
by Dan Streetman
· 18 years ago
3428cc4
[PATCH] usb-storage: get rid of the timer during URB submission
by Franck Bui-Huu
· 18 years ago
80b4785
[PATCH] USB: Syntax cleanup for pl2303 (trailing backslash)
by Pete Zaitcev
· 18 years ago
6f065f7
[PATCH] USB: Improve Kconfig comment for mct_u232
by Pete Zaitcev
· 18 years ago
cf2c748
[PATCH] USB serial: encapsulate schedule_work, remove double-calling
by Pete Zaitcev
· 18 years ago
ad93375
[PATCH] usb: io_edgeport, cleanup to unicode handling
by Pete Zaitcev
· 18 years ago
9da2150
[PATCH] usbtest: report errors in iso tests
by Alan Stern
· 18 years ago
0ae4ea8
[PATCH] gadgetfs: fix memory leaks
by Alan Stern
· 18 years ago
83196b5
[PATCH] gadgetfs: fix AIO interface bugs
by Alan Stern
· 18 years ago
212a4b4
[PATCH] USB: new cp2101 device
by Vitja Makarov
· 18 years ago
782a7a6
[PATCH] USB: add usb_interrupt_msg() function for api completeness.
by Greg Kroah-Hartman
· 18 years ago
caa2a12
[PATCH] Fix a deadlock in usbtest
by Franck Bui-Huu
· 18 years ago
c8155cc
[PATCH] UHCI: remove ISO TDs as they are used
by Alan Stern
· 18 years ago
caf3827
[PATCH] UHCI: store the period in the queue header
by Alan Stern
· 18 years ago
10b8e47
[PATCH] UHCI: fix race in ISO dequeuing
by Alan Stern
· 18 years ago
c433472
[PATCH] UHCI: use integer-sized frame numbers
by Alan Stern
· 18 years ago
3612242
[PATCH] USB: Allow high-bandwidth isochronous packets via usbfs
by Micah Dowty
· 18 years ago
e016683
[PATCH] USB: Remove 4088-byte limit on usbfs control URBs
by Micah Dowty
· 18 years ago
b761d9d
[PATCH] UHCI: Work around old Intel bug
by Alan Stern
· 18 years ago
84afddd
[PATCH] UHCI: Reimplement FSBR
by Alan Stern
· 18 years ago
Next »