summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | [PATCH] USB: Fix HP8200 detection in shuttle_usbatDaniel Drake2005-09-081-65/+32
| * | | | | | [PATCH] USB: fix up URB_ASYNC_UNLINK usages from the usb-serial driversGreg Kroah-Hartman2005-09-082-14/+2
| * | | | | | [PATCH] USB: URB_ASYNC_UNLINK flag removed from the kernelAlan Stern2005-09-0818-77/+25
| * | | | | | [PATCH] USB Storage: wedge SCSI revision at 2 for usb-storage devicesMatthew Dharm2005-09-081-0/+8
| * | | | | | [PATCH] USB Storage: add support for Maxtor One-Touch buttonMatthew Dharm2005-09-086-1/+242
| * | | | | | [PATCH] USB Storage: close a race condition in disconnect near queuecommandMatthew Dharm2005-09-081-0/+13
| * | | | | | [PATCH] USB Storage: close a race condition in disconnect near probeMatthew Dharm2005-09-081-27/+35
| * | | | | | [PATCH] USB Storage: remove dependency on SCSI-provided serial/tag numberMatthew Dharm2005-09-082-8/+3
| * | | | | | [PATCH] USB: Switch isp116x-hcd over to root hub interruptOlav Kongas2005-09-081-13/+22
| * | | | | | [PATCH] USB: isp116x-hcd: remove clock() and reset()Olav Kongas2005-09-082-37/+3
| * | | | | | [PATCH] USB: isp116x-hcd: per-port overcurrent reportingOlav Kongas2005-09-082-1/+3
| * | | | | | [PATCH] USB: isp116x-hcd: support only per-port power switchingOlav Kongas2005-09-082-10/+4
| * | | | | | [PATCH] USB: isp116x-hcd: remove unnecessary ClockNotStop configuration optionOlav Kongas2005-09-082-11/+6
| * | | | | | [PATCH] USB: isp116x-hcd: use fixed power-on-to-power-good-timeOlav Kongas2005-09-082-7/+1
| * | | | | | [PATCH] USB: usbnet and unsigned gfp_flagsdavid-b@pacbell.net2005-09-081-6/+6
| * | | | | | [PATCH] USB usblp: rate-limit printer status error messagesRandy Dunlap2005-09-081-3/+6
| * | | | | | [PATCH] USB: ub 4: Zaitcev's quasi-S/GPete Zaitcev2005-09-081-164/+123
| * | | | | | [PATCH] USB: ub 3/3: death to ub_bd_rq_fn_1Pete Zaitcev2005-09-081-5/+5
| * | | | | | [PATCH] USB: ub 2/3: Fold one linePete Zaitcev2005-09-081-1/+2
| * | | | | | [PATCH] USB: ub 1/3: Axboe's quasi-S/GPete Zaitcev2005-09-081-59/+126
| * | | | | | [PATCH] usb-storage: Add IGNORE_RESIDUE flag for Mitsumi USB 2.0 card reader ...Mihnea-Costin Grigore2005-09-081-0/+7
| * | | | | | [PATCH] USB: Fix regression in core/devio.cAlan Stern2005-09-081-7/+8
| * | | | | | [PATCH] USB: real nodes instead of usbfsKay Sievers2005-09-087-14/+114
| * | | | | | [PATCH] USB: Prevent hid-core claiming Apple Bluetooth device on new G4 power...Andrew de Quincey2005-09-081-0/+3
| * | | | | | [PATCH] USB ftdi_sio: New IDs for ELV, Xsens and Falcom productsIan Abbott2005-09-082-4/+87
| * | | | | | [PATCH] USB ftdi_sio: user specified VID/PIDIan Abbott2005-09-081-1/+18
| * | | | | | [PATCH] USB: pl2303 driver, makes pl2303HX chip work correctlyDariusz M2005-09-081-2/+4
| * | | | | | [PATCH] USB: fix keyspan_remote endian bug on probeGreg Kroah-Hartman2005-09-081-5/+0
| * | | | | | [PATCH] USB: Gadget library: centralize gadget controller numbersDavid Brownell2005-09-085-128/+92
| * | | | | | [PATCH] USB: drivers/serial/usb-serial: Remove unneeded void * castsTobias Klauser2005-09-081-12/+12
| * | | | | | [PATCH] USB: option card driver coding style tweaksAndrew Morton2005-09-081-106/+89
| * | | | | | [PATCH] USB: whitespace fixes for cypress_m8 driverLonnie Mendez2005-09-081-99/+152
* | | | | | | Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/w1-2.6 Linus Torvalds2005-09-0821-313/+871
|\ \ \ \ \ \ \
| * | | | | | | [PATCH] w1_ds2433: Added crc16 protection and read caching.Evgeniy Polyakov2005-09-083-7/+125
| * | | | | | | [PATCH] w1: added private family data into w1_slave strucutre.Evgeniy Polyakov2005-09-081-0/+1
| * | | | | | | [PATCH] lib/crc16: added crc16 algorithm.Evgeniy Polyakov2005-09-084-1/+121
| * | | | | | | [PATCH] w1: Added DS2433 driver - family id update.Evgeniy Polyakov2005-09-081-0/+1
| * | | | | | | [PATCH] w1: Added DS2433 driver.Evgeniy Polyakov2005-09-083-0/+230
| * | | | | | | [PATCH] w1: Decreased debug level.Evgeniy Polyakov2005-09-081-6/+4
| * | | | | | | [PATCH] w1: Detouching bug fixed.Evgeniy Polyakov2005-09-083-51/+51
| * | | | | | | [PATCH] w1: Added add/remove slave callbacks.Evgeniy Polyakov2005-09-086-126/+94
| * | | | | | | [PATCH] w1: Added w1_reset_select_slave() - Resets the bus and then selects t...Evgeniy Polyakov2005-09-083-9/+27
| * | | | | | | [PATCH] w1: Added inline functions on top of container_of().Evgeniy Polyakov2005-09-084-20/+29
| * | | | | | | [PATCH] w1: Fixed 64bit compilation warning.Evgeniy Polyakov2005-09-081-1/+1
| * | | | | | | [PATCH] w1: hotplug support.Evgeniy Polyakov2005-09-082-14/+82
| * | | | | | | [PATCH] W1: Sync with w1/ds9490 tree.Evgeniy Polyakov2005-09-083-96/+99
| * | | | | | | [PATCH] W1: w1_netlink: New init/fini netlink callbacks.Evgeniy Polyakov2005-09-083-10/+34
| | |_|_|_|_|/ | |/| | | | |
* | | | | | | Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/pci-2.6 Linus Torvalds2005-09-0861-12082/+1299
|\ \ \ \ \ \ \
| * | | | | | | [PATCH] PCI/libata INTx cleanupBrett M Russ2005-09-087-63/+32
| * | | | | | | [PATCH] PCI: Support PCM PM CAP version 3Daniel Ritz2005-09-083-8/+7