index
:
platform/kernel/linux-3.10
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.2015.q2_common
accepted/tizen_common
accepted/tizen_ivi
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_wearable
devel/aarch64
devel/tizen
devel/v3.10-ltsi
dmafence
kdbus-integration
master
sandbox/cometzero/tizen
sandbox/cosmichobo/tizen
sandbox/daeinki/tizen
sandbox/hwhwang7/tizen
sandbox/mchehab/tizen-media-backports
sandbox/mwereski/kdbus-integration
sandbox/pawelo/kdbus-next-wip
sandbox/pawelo/kdbus-next-wip-next
sandbox/pawelo/kdbus-v4-backport
sandbox/pawelo/kernfs
sandbox/pawelo/kernfs_better
sandbox/pawelo/sysfs
sandbox/pcoval/tizen
tizen
tizen-rebase-20140515
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_LPD
upstream
v3.10.51-integration
v3.10.52-integration
v3.10.60-rebase
Domain: System / Kernel;
Inki Dae <inki.dae@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
linux
/
usb
Age
Commit message (
Expand
)
Author
Files
Lines
2008-07-25
Rename WARN() to WARNING() to clear the namespace
Arjan van de Ven
1
-1
/
+1
2008-07-22
usb_serial: API all change
Alan Cox
1
-26
/
+30
2008-07-21
USB Gadget: documentation update
Alan Stern
1
-2
/
+6
2008-07-21
usb: irda: cleanup on ir-usb module
Felipe Balbi
1
-0
/
+151
2008-07-21
usb gadget: composite gadget core
David Brownell
1
-0
/
+338
2008-07-21
usb gadget: descriptor copying support
David Brownell
1
-0
/
+19
2008-06-28
rndis_host: pass buffer length to rndis_command
Jussi Kivilinna
1
-1
/
+2
2008-05-20
USB: CDC WDM driver
Oliver Neukum
1
-0
/
+9
2008-05-14
USB: add association.h
Greg Kroah-Hartman
1
-0
/
+150
2008-05-02
USB GADGET/PERIPHERAL: g_file_storage Bulk-Only Transport compliance
David Lopo
1
-0
/
+21
2008-05-02
USB: add Cypress c67x00 OTG controller core driver
Peter Korsgaard
1
-0
/
+48
2008-05-02
USB: Add the USB 2.0 extension descriptor.
Sarah Sharp
1
-1
/
+11
2008-04-24
USB: serial: remove endpoints setting checks from core and header
Greg Kroah-Hartman
1
-18
/
+0
2008-04-24
USB: Standardize inclusion protection and add where missing.
Robert P. J. Day
17
-40
/
+57
2008-04-24
USB: defines for USB "Link Power Management" (LPM) ECN
David Brownell
1
-3
/
+11
2008-04-24
USB: add USB_DT_CS_RADIO_CONTROL define to ch9.h
Greg Kroah-Hartman
1
-0
/
+1
2008-04-06
atmel_usba_udc: move endpoint declarations into platform data.
Stelian Pop
1
-0
/
+22
2008-03-24
USB: new quirk flag to avoid Set-Interface
Alan Stern
1
-0
/
+3
2008-03-10
USB: Remove __KERNEL__ check from non-exported gadget.h.
Robert P. J. Day
1
-4
/
+0
2008-03-10
USB: g_printer.h does not need to be "unifdef"ed.
Robert P. J. Day
1
-1
/
+1
2008-02-01
USB: fix codingstyle issues in include/linux/usb/
Greg Kroah-Hartman
11
-205
/
+220
2008-02-01
USB: stop io performed by mos7720 upon close()
Oliver Neukum
1
-0
/
+2
2008-02-01
USB: linux/usb/Kbuild needs only "header-y", not "unifdef-y"
Robert P. J. Day
1
-5
/
+5
2008-02-01
USB: usb_serial: clean tty reference in the last close
Aristeu Rozanski
1
-0
/
+1
2008-02-01
USB: add Printer Gadget Driver
Craig W. Nadler
3
-0
/
+37
2008-01-31
Move usbnet.h and rndis_host.h to include/linux/usb
Jussi Kivilinna
2
-0
/
+488
2007-10-15
docbook: fix usb content
Randy Dunlap
1
-2
/
+2
2007-10-12
USB: serial core should respect driver requirements
Alan Stern
1
-7
/
+13
2007-10-12
USB: move <linux/usb_gadget.h> to <linux/usb/gadget.h>
David Brownell
1
-0
/
+866
2007-10-12
USB: remove USB_QUIRK_NO_AUTOSUSPEND
Alan Stern
1
-5
/
+2
2007-07-12
USB: export <linux/usb_gadgetfs> as <linux/usb/gadgetfs.h>
David Brownell
2
-0
/
+82
2007-07-12
USB: add RESET_RESUME device quirk
Alan Stern
1
-0
/
+3
2007-07-12
USB: suspend support for usb serial
Oliver Neukum
1
-0
/
+7
2007-04-27
USB: <linux/usb/ch9.h> minor doc update
David Brownell
1
-6
/
+9
2007-04-27
USB: additional structure from cdc spec
Oliver Neukum
1
-0
/
+11
2007-02-23
USB: add a blacklist for devices that can't handle some things we throw at them.
Oliver Neukum
1
-0
/
+11
2007-02-23
USB: add rationale on why usb descriptor structures have to be packed
Inaky Perez-Gonzalez
1
-4
/
+18
2007-02-23
USB: add driver for iowarrior devices.
Greg Kroah-Hartman
1
-0
/
+33
2007-02-16
USB: cdc-acm: fix incorrect throtteling, make set_control optional
Oliver Neukum
1
-0
/
+7
2007-02-16
USB: descriptor structures have to be packed
Inaky Perez-Gonzalez
1
-10
/
+10
2007-02-16
USB: add flow control to usb-serial generic driver.
Joris van Rantwijk
1
-0
/
+6
2007-02-07
USB serial: add dynamic id support to usb-serial core
Greg Kroah-Hartman
1
-0
/
+5
2007-02-07
USB: define USB_CLASS_MISC in <linux/usb/ch9.h>
David Brownell
1
-0
/
+1
2007-02-07
USB: <linux/usb_ch9.h> becomes <linux/usb/ch9.h>
David Brownell
2
-0
/
+567
2006-12-08
[PATCH] tty: switch to ktermios
Alan Cox
1
-1
/
+1
2006-10-05
IRQ: Maintain regs pointer globally rather than passing to IRQ handlers
David Howells
1
-6
/
+6
2006-09-27
USB: gmidi: New USB MIDI Gadget class driver.
Ben Williamson
2
-0
/
+165
2006-09-27
USB: move <linux/usb_otg.h> to <linux/usb/otg.h>
David Brownell
1
-0
/
+131
2006-07-12
[PATCH] USB: move usb-serial.h to include/linux/usb/
Greg Kroah-Hartman
1
-0
/
+300
2006-06-21
[PATCH] USB: move <linux/usb_input.h> to <linux/usb/input.h>
David Brownell
1
-0
/
+25
[next]