summaryrefslogtreecommitdiff
path: root/drivers/usb
AgeCommit message (Expand)AuthorFilesLines
2006-12-20usb-gsm-driver: Added VendorId and ProductId for Huawei E220 USB ModemJohann Wilhelm1-0/+3
2006-12-20usb-storage: Ignore the virtual cd-drive of the Huawei E220 USB ModemJohann Wilhelm1-0/+9
2006-12-20USB: rtl8150 new device idPetko Manolov1-2/+4
2006-12-20USB: fix ohci.h over-use warningsJeff Garzik1-3/+3
2006-12-20USB: Prevent the funsoft serial device from entering raw modeDavid Clare1-0/+27
2006-12-20Add Baltech Reader ID to CP2101 driverJohannes Hoelzl1-0/+1
2006-12-20USB: mutexification of usblpOliver Neukum1-25/+29
2006-12-20usb serial: Eliminate bogus ioctl codeAlan3-89/+0
2006-12-20USB: removing ifdefed code from gl620aOliver Neukum1-154/+0
2006-12-20USB: ftdi_sio - MachX product ID addedJan Capek2-2/+4
2006-12-20USB: airprime: add device id for dell wireless 5500 hsdpa cardEagle Jones1-0/+1
2006-12-20USB: fix transvibrator disconnect raceOliver Neukum1-1/+1
2006-12-20USB: Fix oops in PhidgetServoSean Young1-0/+1
2006-12-20merge linus into test branchLen Brown1-1/+2
2006-12-20Pull platform-drivers into test branchLen Brown1-1/+1
2006-12-20ACPI: video: Add dev argument for backlight_device_registerYu Luming1-1/+1
2006-12-14[PATCH] Generic HID layer - build: USB_HID should select HIDJiri Kosina1-1/+2
2006-12-13[PATCH] getting rid of all casts of k[cmz]alloc() callsRobert P. J. Day12-16/+16
2006-12-13[PATCH] Fix numerous kcalloc() calls, convert to kzalloc()Robert P. J. Day3-3/+3
2006-12-08[PATCH] Generic HID layer - buildJiri Kosina2-18/+6
2006-12-08[PATCH] Generic HID layer - pb_fnmodeJiri Kosina2-30/+8
2006-12-08[PATCH] Generic HID layer - input and event reportingJiri Kosina2-61/+7
2006-12-08[PATCH] Generic HID layer - hiddevJiri Kosina1-0/+3
2006-12-08[PATCH] Generic HID layer - USB APIJiri Kosina8-238/+367
2006-12-08[PATCH] Generic HID layer - APIJiri Kosina3-2/+11
2006-12-08[PATCH] Generic HID layer - code splitJiri Kosina10-3089/+106
2006-12-08[PATCH] Generic HID layer - disable USB HIDJiri Kosina1-1/+1
2006-12-08[PATCH] tty: switch to ktermiosAlan Cox28-62/+62
2006-12-08[PATCH] struct path: convert usbJosef Sipek3-11/+11
2006-12-08Merge rsync://rsync.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6Dmitry Torokhov119-1134/+1427
2006-12-08Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds3-5/+4
2006-12-07[PATCH] Add include/linux/freezer.h and move definitions from sched.hNigel Cunningham4-2/+5
2006-12-07[PATCH] slab: remove kmem_cache_tChristoph Lameter3-7/+7
2006-12-07[PATCH] slab: remove SLAB_DMAChristoph Lameter1-1/+1
2006-12-07[PATCH] slab: remove SLAB_KERNELChristoph Lameter14-31/+31
2006-12-07[PATCH] slab: remove SLAB_ATOMICChristoph Lameter28-53/+53
2006-12-07[PATCH] slab: remove SLAB_NOIOChristoph Lameter1-1/+1
2006-12-06Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Howells1-11/+4
2006-12-05WorkQueue: Fix up arch-specific work items where possibleDavid Howells2-6/+7
2006-12-05Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Howells83-794/+1078
2006-12-05[PATCH] pcmcia: conf.ConfigBase and conf.Present consolidationDominik Brodowski1-11/+4
2006-12-02Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds81-782/+1068
2006-12-02usbcore: remove unused argument in autosuspendAlan Stern5-62/+71
2006-12-02USB: keep count of unsuspended childrenAlan Stern2-11/+37
2006-12-02USB hub: simplify remote-wakeup handlingAlan Stern1-23/+20
2006-12-02USB: struct usb_device: change flag to bitflagAlan Stern1-1/+1
2006-12-02OHCI: make autostop conditional on CONFIG_PMAlan Stern1-54/+79
2006-12-02USB: Add autosuspend support to the hub driverAlan Stern1-19/+26
2006-12-02EHCI: Fix root-hub and port suspend/resume problemsAlan Stern4-53/+61
2006-12-02USB: create a new thread for every USB device found during the probe sequenceGreg Kroah-Hartman2-22/+74