aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb
AgeCommit message (Expand)AuthorFilesLines
2005-10-28[PATCH] USB: delete the bluetty driverGreg Kroah-Hartman4-1304/+0
2005-10-28[PATCH] usb: Patch for USBDEVFS_IOCTL from 32-bit programsPete Zaitcev1-14/+42
2005-10-28[PATCH] USB: convert usbmon to use usb notifiersGreg Kroah-Hartman3-20/+21
2005-10-28[PATCH] USB: convert usbfs/inode.c to use usb notifiersGreg Kroah-Hartman4-28/+31
2005-10-28[PATCH] USB: convert usbfs/devio.c to use usb notifiersGreg Kroah-Hartman3-11/+34
2005-10-28[PATCH] USB: add notifier functions to the USB core for devices and bussesGreg Kroah-Hartman5-1/+132
2005-10-28[PATCH] USB: remove the global function usbdev_lookup_minorGreg Kroah-Hartman2-18/+17
2005-10-28[PATCH] Missing transfer_flags setting in usbtestAlan Stern1-0/+1
2005-10-28[PATCH] USB: add owner initialisation to host driversBen Dooks8-0/+8
2005-10-28[PATCH] USB: gadget drivers - add .owner initialisationBen Dooks9-0/+10
2005-10-28[PATCH] USB: S3C2410 OHCI - add driver owner fieldBen Dooks1-0/+1
2005-10-28[PATCH] add usb transceiver set_suspend() methodJuha Yrj?l?1-0/+4
2005-10-28[PATCH] Fix hcd->state assignments in uhci-hcdAlan Stern1-3/+3
2005-10-28[PATCH] omap_udc dma off-by-one fixDavid Brownell1-3/+5
2005-10-28[PATCH] USB: Buffer overflow patch for Yealink driverHenk1-1/+1
2005-10-28[PATCH] UHCI: Improve handling of iso TDsAlan Stern1-13/+26
2005-10-28[PATCH] USB: Rename hcd->hub_suspend to hcd->bus_suspendAlan Stern18-79/+72
2005-10-28[PATCH] UHCI: unify BIOS handoff and driver reset codeAlan Stern2-112/+106
2005-10-28[PATCH] g_file_storage: fix obscure race conditionAlan Stern1-12/+9
2005-10-28[PATCH] usb/input/touchkit: add more device IDsDaniel Ritz1-0/+2
2005-10-28[PATCH] Add unusual_devs for iPod NanoPhil Dibowitz1-0/+10
2005-10-28[PATCH] Add unusual_dev for iBeatPhil Dibowitz1-0/+7
2005-10-28[PATCH] usb-storage: Readd missing SDDR-05b unusual_devs entryDaniel Drake1-0/+8
2005-10-28[PATCH] usb-storage: Some minor shuttle_usbat cleanupsDaniel Drake5-175/+213
2005-10-28[PATCH] USB Storage: HP8200: Another device type detection fixDaniel Drake1-6/+6
2005-10-28[PATCH] USB: make usb storage note visible in KconfigBorislav Petkov1-1/+2
2005-10-28[PATCH] safe_serial: use preprocessor directive for errorRandy Dunlap1-1/+1
2005-10-28[PATCH] pegasus.hPetko Manolov1-0/+2
2005-10-28[PATCH] drivers/usb/serial/ftdi_sio: add PID/VIDThomas Riewe2-0/+4
2005-10-28[PATCH] USB: make wHubCharacteristics __le16 to match other usb descriptor fi...Greg Kroah-Hartman2-11/+13
2005-10-28[PATCH] USB: File-Storage gadget: use the kthread APIAlan Stern1-19/+13
2005-10-28[PATCH] USB: sisusb warning fixAndrew Morton1-1/+1
2005-10-28[PATCH] USB: UHCI: Spruce up some commentsAlan Stern1-42/+49
2005-10-28[PATCH] USB: usb_bulk_message() handles interrupts endpointsAlan Stern1-4/+20
2005-10-28[PATCH] updates for "controller suspended" handlingDavid Brownell2-17/+14
2005-10-28[PATCH] stop exporting two functionsDavid Brownell2-8/+8
2005-10-28[PATCH] ISP116x PM updatesDavid Brownell2-26/+4
2005-10-28[PATCH] UHCI PM updatesDavid Brownell1-9/+0
2005-10-28[PATCH] update PCI early-handoff handling for OHCIDavid Brownell1-4/+18
2005-10-28[PATCH] OHCI PM updatesDavid Brownell7-94/+34
2005-10-28[PATCH] usbcore PCI glue updates for PMDavid Brownell2-59/+53
2005-10-28[PATCH] root hub updates (greater half)David Brownell2-77/+97
2005-10-28[PATCH] root hub changes (lesser half)David Brownell5-21/+110
2005-10-28[PATCH] all HCDs provide root hub suspend/resume methodsDavid Brownell6-15/+40
2005-10-28[PATCH] EHCI, split out PCI glueMatt Porter3-463/+489
2005-10-28[PATCH] USB: UHCI: Split apart the physical and logical framelist arraysAlan Stern4-28/+44
2005-10-28[PATCH] USB: UHCI: Remove unused fields and unneeded tests for NULLAlan Stern4-43/+10
2005-10-28[PATCH] USB: Fix usb hub buildMatt Porter1-1/+1
2005-10-28[PATCH] remove some USB_SUSPEND dependenciesDavid Brownell9-11/+12
2005-10-28[PATCH] remove duplicated resume path codeDavid Brownell1-28/+5
2005-10-28[PATCH] remove usb_suspend_device() parameterDavid Brownell5-18/+45
2005-10-28[PATCH] remove suspend-path recursionDavid Brownell1-64/+12
2005-10-28[PATCH] usb_interface power stateDavid Brownell8-48/+85
2005-10-28[PATCH] USB: move handoff codeDavid Brownell3-2/+276
2005-10-28[PATCH] USB: add more snooping hooks in devio.cGreg Kroah-Hartman1-5/+50
2005-10-28[PATCH] devfs: Remove the mode field from usb_class_driver as it's no longer ...Greg Kroah-Hartman13-46/+20
2005-10-28[PATCH] USB: add endpoint information to sysfsGreg Kroah-Hartman1-2/+193
2005-10-28[PATCH] USB: disable tasklet if rtl8150 device is removed while active.Greg Kroah-Hartman1-0/+1
2005-10-28[PATCH] USB: ftdi: Artemis and ATIK based USB astronomical CCD camerasRui Santos2-0/+16
2005-10-28[PATCH] USB: ehci.patch (earlier irq disable)David Brownell1-0/+8
2005-10-28Merge ../bleed-2.6Greg KH35-94/+94
2005-10-28[PATCH] DRIVER MODEL: Get rid of the obsolete tri-level suspend/resume callbacksRussell King7-62/+24
2005-10-28[PATCH] Input: convert konicawc to dynamic input_dev allocationDmitry Torokhov1-28/+61
2005-10-28[PATCH] Input: convert onetouch to dynamic input_dev allocationDmitry Torokhov1-49/+50
2005-10-28[PATCH] drivers/usb/input: convert to dynamic input_dev allocationDmitry Torokhov21-1002/+961
2005-10-28[PATCH] Driver Core: fix up all callers of class_device_create()Greg Kroah-Hartman3-3/+6
2005-10-28[PATCH] usb device wakeup flagsDavid Brownell1-7/+9
2005-10-28Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2-5/+5
2005-10-28[PATCH] gfp_t: drivers/usbAl Viro34-89/+89
2005-10-28[ARM] 3044/1: Fix sparse warnings about incompatible pointer types for regist...Ian Campbell2-5/+5
2005-10-17[PATCH] USB: fix bug in handling of highspeed usb HID devicesChristian Krause1-3/+0
2005-10-17[PATCH] isp116x-hcd: fix handling of short transfersOlav Kongas1-1/+2
2005-10-14[PATCH] usbserial: Regression in USB generic serial driverRandall Nortman1-1/+1
2005-10-10Use the new "kill_proc_info_as_uid()" for USB disconnect tooLinus Torvalds3-3/+6
2005-10-10[PATCH] Fix signal sending in usbdevio on async URB completionHarald Welte1-3/+9
2005-09-30[PATCH] usb/core/hcd-pci.c: don't free_irq() on suspendDaniel Ritz1-9/+0
2005-09-30Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds3-4/+0
2005-09-29[PATCH] proc_mkdir() should be used to create procfs directoriesAl Viro1-2/+2
2005-09-29[ARM] Don't include mach-types.h unnecessarilyRussell King2-2/+0
2005-09-29[ARM] Don't include asm/arch/hardware.h directlyRussell King2-2/+0
2005-09-22[PATCH] USB: Add Novatel CDMA Wireless PC card IDs to airprimeDavid Hollis1-1/+2
2005-09-22[PATCH] usb/serial/option.c: Increase input buffer sizeMatthias Urlichs1-1/+3
2005-09-22[PATCH] USB: fix pegasus driverKevin Vigor1-9/+20
2005-09-22[PATCH] USB: sl811-hcd minor fixesDavid Brownell1-2/+14
2005-09-22[PATCH] USB: fix pxa2xx_udc compile warningsRichard Purdie2-6/+6
2005-09-22[PATCH] USB: ftdi_sio: allow baud rate to be changed without raising RTS and DTRPeter Favrholdt1-3/+5
2005-09-22[PATCH] USB: more device IDs for Option card driverMatthias Urlichs1-0/+7
2005-09-22[PATCH] driver core: add helper device_is_registered()Daniel Ritz2-4/+4
2005-09-12[PATCH] USB: ftdi_sio: custom baud rate fixIan Abbott1-1/+1
2005-09-12[PATCH] USB: Usbmon setup DMA patchPete Zaitcev1-1/+1
2005-09-12[PATCH] usb: fix uss720 schedule with interrupts offThomas Sailer1-123/+270
2005-09-12[PATCH] USB: usb-storage: Add unusual_devs entry for Neuros Audio MP3 playerDaniel Drake1-0/+8
2005-09-12[PATCH] USB: storage: Add unusual_dev SINGLE_LUN entriesPhil Dibowitz1-0/+17
2005-09-12[PATCH] USB Storage: unusual_devs.h request for TranscendPete Zaitcev1-0/+10
2005-09-12[PATCH] USB: storage: Fix messed-up lockingMatthew Dharm2-14/+17
2005-09-12[PATCH] USB: relax usbcore reset timingsDavid Brownell1-4/+5
2005-09-12[PATCH] USB: PL2303: CA-42 Phone cableRobert Spanton2-0/+5
2005-09-12[PATCH] USB: OHCI, pxa27x OHCI port power tweaksDavid Brownell1-38/+7
2005-09-12[PATCH] USB: OHCI relies less on NDP registerDavid Brownell5-20/+25
2005-09-12[PATCH] USB: OHCI irq tweakDavid Brownell1-0/+1
2005-09-12[PATCH] USB gadgetfs: fixes an error on writing to endpoint filePavol Kurina1-0/+1
2005-09-12[PATCH] drivers/usb: fix-up schedule_timeout() usageNishanth Aravamudan5-12/+12
2005-09-12[PATCH] USB: get rid of minor log spammingDavid Brownell1-1/+1
2005-09-12[PATCH] USB: EHCI workaround for NForce and mem > 2GBDavid Brownell1-0/+17
2005-09-12[PATCH] USB: EHCI port tweaksDavid Brownell3-13/+23
2005-09-12[PATCH] USB: CP2101 New Device IDsCraig Shelley1-1/+4
2005-09-12[PATCH] USB UHCI: remove the FSBR kernel timerAlan Stern4-54/+32
2005-09-12[PATCH] usbcore: small changes to HCD glue layerAlan Stern1-2/+1
2005-09-12[PATCH] USB: add apple usb touchpad driverStelian Pop3-0/+490
2005-09-12[PATCH] USB: sisusb[vga] updateThomas Winischhofer8-55/+4231
2005-09-12Revert "[PATCH] USB: Prevent hid-core claiming Apple Bluetooth device on new ...Greg KH1-2/+0
2005-09-10Merge master.kernel.org:/pub/scm/linux/kernel/git/dtor/input Linus Torvalds5-32/+154
2005-09-10[PATCH] vfree and kfree cleanup in drivers/Jesper Juhl1-13/+13
2005-09-09Manual merge with LinusDmitry Torokhov85-3950/+7085
2005-09-09[PATCH] timer initialization cleanup: DEFINE_TIMERIngo Molnar1-2/+2
2005-09-08Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/usb-2.6 Linus Torvalds73-3904/+7032
2005-09-08[PATCH] USB: yealink: fix htons usage, documentation updatesHenk1-3/+3
2005-09-08[PATCH] USB: fix endian issues in yealink driver.Greg Kroah-Hartman1-2/+5
2005-09-08[PATCH] input-driver-yealink-P1K-usb-phoneHenk5-0/+1434
2005-09-08[PATCH] USB Storage: code cleanups for onetouch.cNick Sillik1-12/+17
2005-09-08[PATCH] usbmon in 2.6.13: peeking into DMA areasPete Zaitcev4-19/+77
2005-09-08[PATCH] ehci: add tt_usecsdavid-b@pacbell.net3-0/+13
2005-09-08[PATCH] ehci: add think_timedavid-b@pacbell.net2-9/+30
2005-09-08[PATCH] USB: usbnet (9/9) module for pl2301/2302 cablesDavid Brownell4-217/+179
2005-09-08[PATCH] USB: usbnet (8/9) module for RNDIS devicesDavid Brownell4-8/+630
2005-09-08[PATCH] USB: usbnet (7/9) module for CDC EthernetDavid Brownell4-421/+537
2005-09-08[PATCH] USB: usbnet (6/9) module for Zaurii and compatiblesDavid Brownell5-367/+433
2005-09-08[PATCH] USB: usbnet (5/9) module for genesys gl620a cablesDavid Brownell4-359/+418
2005-09-08[PATCH] USB: usbnet (4/9) module for net1080 cablesDavid Brownell4-580/+632
2005-09-08[PATCH] USB: usbnet (3/9) module for ASIX Ethernet adaptersDavid Brownell5-896/+1010
2005-09-08[PATCH] USB: usbnet (2/9) module for simple network linksDavid Brownell5-285/+429
2005-09-08[PATCH] USB: usbnet (1/9) clean up framingDavid Brownell3-200/+240
2005-09-08[PATCH] USB ldusb: fmt warnings fixes for 64-bit platformsAlexey Dobriyan1-3/+3
2005-09-08[PATCH] USB: schedule OSS USB drivers for removalAdrian Bunk1-3/+18
2005-09-08[PATCH] USB: remove include of asm/usb.h in ohci-ppc-soc.cDale Farnsworth1-18/+4
2005-09-08[PATCH] USB: remove annoying messagedavid-b@pacbell.net1-1/+3
2005-09-08[PATCH] USB: tweak highspeed timing calculationsdavid-b@pacbell.net1-4/+4
2005-09-08[PATCH] USB: Support unbinding of the usb_generic driverAlan Stern1-0/+10
2005-09-08[PATCH] USB: Add timeout to usb_lock_device_for_resetAlan Stern1-1/+9
2005-09-08[PATCH] USB: Fix typo in ohci-ppc-soc.c: usb_hcd_put => usb_put_hcdDale Farnsworth1-1/+1
2005-09-08[PATCH] USB: S3C24XX port numbering fixBen Dooks1-2/+2
2005-09-08[PATCH] USB: Disconnect children when unbinding the hub driverAlan Stern2-12/+40
2005-09-08[PATCH] USB: Code motion in the hub driverAlan Stern1-21/+18
2005-09-08[PATCH] USB: Fix HP8200 detection in shuttle_usbatDaniel Drake1-65/+32
2005-09-08[PATCH] USB: fix up URB_ASYNC_UNLINK usages from the usb-serial driversGreg Kroah-Hartman2-14/+2
2005-09-08[PATCH] USB: URB_ASYNC_UNLINK flag removed from the kernelAlan Stern14-48/+14
2005-09-08[PATCH] USB Storage: wedge SCSI revision at 2 for usb-storage devicesMatthew Dharm1-0/+8
2005-09-08[PATCH] USB Storage: add support for Maxtor One-Touch buttonMatthew Dharm6-1/+242
2005-09-08[PATCH] USB Storage: close a race condition in disconnect near queuecommandMatthew Dharm1-0/+13
2005-09-08[PATCH] USB Storage: close a race condition in disconnect near probeMatthew Dharm1-27/+35
2005-09-08[PATCH] USB Storage: remove dependency on SCSI-provided serial/tag numberMatthew Dharm2-8/+3
2005-09-08[PATCH] USB: Switch isp116x-hcd over to root hub interruptOlav Kongas1-13/+22
2005-09-08[PATCH] USB: isp116x-hcd: remove clock() and reset()Olav Kongas1-28/+3
2005-09-08[PATCH] USB: isp116x-hcd: per-port overcurrent reportingOlav Kongas1-0/+2
2005-09-08[PATCH] USB: isp116x-hcd: support only per-port power switchingOlav Kongas1-5/+4
2005-09-08[PATCH] USB: isp116x-hcd: remove unnecessary ClockNotStop configuration optionOlav Kongas1-4/+1
2005-09-08[PATCH] USB: isp116x-hcd: use fixed power-on-to-power-good-timeOlav Kongas1-5/+1
2005-09-08[PATCH] USB: usbnet and unsigned gfp_flagsdavid-b@pacbell.net1-6/+6
2005-09-08[PATCH] USB usblp: rate-limit printer status error messagesRandy Dunlap1-3/+6
2005-09-08[PATCH] usb-storage: Add IGNORE_RESIDUE flag for Mitsumi USB 2.0 card reader ...Mihnea-Costin Grigore1-0/+7
2005-09-08[PATCH] USB: Fix regression in core/devio.cAlan Stern1-7/+8
2005-09-08[PATCH] USB: real nodes instead of usbfsKay Sievers6-14/+112
2005-09-08[PATCH] USB: Prevent hid-core claiming Apple Bluetooth device on new G4 power...Andrew de Quincey1-0/+3
2005-09-08[PATCH] USB ftdi_sio: New IDs for ELV, Xsens and Falcom productsIan Abbott2-4/+87
2005-09-08[PATCH] USB ftdi_sio: user specified VID/PIDIan Abbott1-1/+18
2005-09-08[PATCH] USB: pl2303 driver, makes pl2303HX chip work correctlyDariusz M1-2/+4
2005-09-08[PATCH] USB: fix keyspan_remote endian bug on probeGreg Kroah-Hartman1-5/+0
2005-09-08[PATCH] USB: Gadget library: centralize gadget controller numbersDavid Brownell5-128/+92
2005-09-08[PATCH] USB: drivers/serial/usb-serial: Remove unneeded void * castsTobias Klauser1-12/+12
2005-09-08[PATCH] USB: option card driver coding style tweaksAndrew Morton1-106/+89
2005-09-08[PATCH] USB: whitespace fixes for cypress_m8 driverLonnie Mendez1-99/+152
2005-09-08[PATCH] PCI: start paying attention to a lot of pci function return valuesGreg Kroah-Hartman2-6/+22
2005-09-08[PATCH] PCI: remove CONFIG_PCI_NAMESAdrian Bunk1-4/+0
2005-09-07[PATCH] USB: convert kcalloc to kzallocPekka Enberg8-8/+8
2005-09-06Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/driver-2.6 Linus Torvalds1-1/+1
2005-09-05[PATCH] Driver core: link device and all class devices derived from it.Dmitry Torokhov1-1/+1
2005-09-05[PATCH] I2C: Drop I2C_DEVNAME and i2c_clientnameJean Delvare1-5/+3
2005-09-05[PATCH] I2C: Kill i2c_algorithm.id (5/7)Jean Delvare1-1/+1
2005-09-05[PATCH] I2C: Kill i2c_algorithm.id (4/7)Jean Delvare1-1/+0
2005-09-05[PATCH] I2C: Kill i2c_algorithm.name (1/7)Jean Delvare1-1/+0
2005-09-05[PATCH] swsusp: switch pm_message_t to structPavel Machek6-16/+16
2005-09-05Input: HIDDEV - make HIDIOCSREPORT wait IO completionStefan Nickl1-0/+1
2005-09-05Input: HID - add Wireless Security Lock to HID blacklistBrian Schau1-0/+2
2005-09-05Input: HID - add mapping for Powerbook USB keyboardStelian Pop2-4/+12
2005-09-05Input: HID - add the Trust Predator TH 400 gamepad to the badpad listVojtech Pavlik1-1/+3
2005-09-05Input: HID - add a quirk for the Apple PowermouseVojtech Pavlik3-0/+7
2005-09-05Input: HID - fix URB success status handlingVojtech Pavlik1-0/+2
2005-09-05Input: HID - add support for Logitech UltraX Media Remote controlMicah F. Galizia1-2/+26
2005-09-05Input: HID - handle multi-transascion reportsMichael Haboustak2-19/+48
2005-09-05Input: HID - add more consumer usagesVojtech Pavlik3-9/+28
2005-09-05Input: add HID simulation mappingsVojtech Pavlik3-0/+27
2005-09-05Inpur: recognize and ignore Logitech vendor usages in HIDVojtech Pavlik2-0/+2
2005-09-01/spare/repo/netdev-2.6 branch 'master'Jeff Garzik1-11/+10
2005-08-29[NET]: Kill skb->listDavid S. Miller1-11/+10
2005-08-24Merge upstream into ieee80211.Jeff Garzik5-15/+17
2005-08-23[PATCH] usbnet oops fixlepton1-1/+1
2005-08-23[PATCH] zd1201 kmalloc size fixAlexey Dobriyan1-2/+1
2005-08-16[PATCH] USB: usbmon: Copyrights and a typoPete Zaitcev2-1/+5
2005-08-16[PATCH] USB: fix usb wacom tablet driver bugPing Cheng1-11/+10
2005-08-14Merge /spare/repo/linux-2.6/Jeff Garzik7-15/+24