)]}'
{
  "log": [
    {
      "commit": "c0105338eb4e61e537ca34ae06921177cb6efcf0",
      "tree": "30c3c6006591fe88e8cd3c9ee8ef06ff2343ee97",
      "parents": [
        "8d5f7b4353dae4c7ee342c61303372fd996ca161"
      ],
      "author": {
        "name": "Alan Cox",
        "email": "alan@lxorguk.ukuu.org.uk",
        "time": "Sat Jun 11 18:00:52 2005 +0100"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@ppc970.osdl.org",
        "time": "Sun Jun 12 21:05:57 2005 -0700"
      },
      "message": "[PATCH] pwc bug fix\n\nThe pwc chainsaw session left some setups not working.  There is a\nsanity check on compression buffers that simply isn\u0027t right any more as\nwe never allocate one.\n\nThis doesn\u0027t address the email and other changes.  I\u0027ll do those\ntomorrow if I get time, but it is the minimal fix for the code and basic\nfeature set.\n\nSigned-off-by: Alan Cox \u003calan@redhat.com\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "76854ceac3ef3408ab9a50a2521147fb14779f58",
      "tree": "130700c6871e73269bfad0b9f0439d51e0c353a3",
      "parents": [
        "9f793d2c77ec5818679e4747c554d9333cecf476"
      ],
      "author": {
        "name": "Ian Abbott",
        "email": "abbotti@mev.co.uk",
        "time": "Thu Jun 02 10:34:11 2005 +0100"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Thu Jun 09 01:38:15 2005 -0700"
      },
      "message": "[PATCH] USB: ftdi_sio: avoid losing received data in tty-ldisc\n\nftdi_sio: Avoid losing bytes at tty-ldisc.\n\nThis patch was originally developed by Daniel Smertnig.  I\n(Ian Abbott) made a few changes.  It has been tested by both\nDaniel and I, at least for raw, non-canonical receive data\nprocessing.\n\nHere is Daniel\u0027s original description of the patch:\n\n\u003d\u003d\u003d\nDuring a project in which I was using a FTDI 232BM to\ntransmit data at relative high speeds (625kBit/s), I\nnoticed a problem where data was lost even if flow\ncontrol was enabled: The FTDI-Driver receives 512 Bytes\nof data over USB at a time, which consists of 8 64-Byte\npackets. Subtracting the 2 bytes of status information\nincluded in each packet this gives 496 \"real\" data\nbytes per read.\n\nThis data is passed (indirectly, via the flip buffers)\nto the tty line discipline which takes care of\nthrottling when there the free buffer space reaches\nTTY_THRESHOLD_THROTTLE (128). Because the FTDI driver\nprocesses up to 496 bytes at a time, throttling won\u0027t\nhappen in time and the line discipline will discard the\nremaining bytes.\n\nTo avoid this the patch passes data in 62-byte blocks\nto the tty layer and checks the available space in the\nldisc-buffers. If there isn\u0027t enough free space,\nprocessing the rest of the data is delayed using a\nworkqueue.\n\nNote: The original problem should be easily\nreproducible with a userspace program which does slow \u0026\nsmall reads.\n\u003d\u003d\u003d\n\nSigned-off-by: Ian Abbott \u003cabbotti@mev.co.uk\u003e\nSigned-off-by: Daniel Smertnig \u003cdaniel.smertnig@gmail.com\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n"
    },
    {
      "commit": "f4d340cf869b2b63e1043eed72aa2eab6fa2cb2c",
      "tree": "34b9a08595d938f37ec3cdf6fd86df32109cf80d",
      "parents": [
        "39a66b8d22a36cfa1a48f7f59c6a4639d9c99653"
      ],
      "author": {
        "name": "David Brownell",
        "email": "david-b@pacbell.net",
        "time": "Fri Jun 03 08:01:35 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@ppc970.osdl.org",
        "time": "Fri Jun 03 08:16:17 2005 -0700"
      },
      "message": "[PATCH] USB: resolve Zaurus problem\n\nThis \"obvious\" one-liner is needed to recognize Zaurus SL 6000;\nit just checks two GUIDs not just one.\n\nOSDL bugids #4512 and #4545 seem to be duplicates of this report.\n\nFrom: Gerald Skerbitz \u003cgsker@tcfreenet.org\u003e\nSigned-off-by: David Brownell \u003cdbrownell@users.sourceforge.net\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "39a66b8d22a36cfa1a48f7f59c6a4639d9c99653",
      "tree": "23cb1c8ea41f28bb5778027e3feb5a0e9c444568",
      "parents": [
        "719df469cb51199316ae2a11c75a8046be34b899"
      ],
      "author": {
        "name": "Craig Shelley",
        "email": "craig@microtron.org.uk",
        "time": "Fri May 27 00:09:56 2005 +0100"
      },
      "committer": {
        "name": "Greg KH",
        "email": "gregkh@suse.de",
        "time": "Fri Jun 03 00:04:30 2005 -0700"
      },
      "message": "[PATCH] USB: CP2101 Add support for flow control\n\nAdded support to get/set flow control line levels using TIOCMGET and\nTIOCMSET.\nAdded support for RTSCTS hardware flow control.\ncp2101_get_config and cp2101_set_config modified to support long request\nstrings, required for configuring flow control.\n\nSigned-off-by: Craig Shelley craig@microtron.org.uk\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n"
    },
    {
      "commit": "1724757e5ab5219b46876ac6e4e362a4b2dcfa86",
      "tree": "c1525af67f0869fd89be03a007c60486968a92c8",
      "parents": [
        "77ddecc3c047e4e9bd7332d3173def93ea2de1ad"
      ],
      "author": {
        "name": "Phil Dibowitz",
        "email": "phil@ipom.com",
        "time": "Sat May 21 00:45:55 2005 -0700"
      },
      "committer": {
        "name": "Greg KH",
        "email": "gregkh@suse.de",
        "time": "Fri Jun 03 00:04:30 2005 -0700"
      },
      "message": "[PATCH] USB Storage: Add unusual_devs for Trumpion Voice Recorder\n\nThe original entry of this patch was submitted by Filippo Bardelli\n\u003cfilibard@libero.it\u003e, with cleanups and patch-ification by me.\n\nThis corrects the subclass that the device reports.\n\nSigned-off-by: Phil Dibowitz \u003cphil@ipom.com\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n"
    },
    {
      "commit": "77ddecc3c047e4e9bd7332d3173def93ea2de1ad",
      "tree": "9ea913e583e6ccccd97232da3e184e668fa79576",
      "parents": [
        "58cfe9113e485f7e04bd0eac4fc4251b330af501"
      ],
      "author": {
        "name": "Paulo Marques",
        "email": "pmarques@grupopie.com",
        "time": "Wed May 18 13:12:49 2005 +0100"
      },
      "committer": {
        "name": "Greg KH",
        "email": "gregkh@suse.de",
        "time": "Fri Jun 03 00:04:29 2005 -0700"
      },
      "message": "[PATCH] USB: make MODALIAS code a bit smaller devices\n\nThis patch makes the code to provide modalias in sysfs for usb devices\n56 bytes smaller in i386, while making it clear that the first part of\nthe modalias string is the same no matter what the device class is.\n\nSigned-Off-By: Paulo Marques \u003cpmarques@grupopie.com\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n"
    },
    {
      "commit": "58cfe9113e485f7e04bd0eac4fc4251b330af501",
      "tree": "f414ba56f95dddd5b90bdef86f1872849e801f9a",
      "parents": [
        "4871d3be13ea2b33edc9ba6fbcc30fc047087be7"
      ],
      "author": {
        "name": "Matthias Urlichs",
        "email": "smurf@smurf.noris.de",
        "time": "Mon May 23 17:00:48 2005 -0700"
      },
      "committer": {
        "name": "Greg KH",
        "email": "gregkh@suse.de",
        "time": "Fri Jun 03 00:04:29 2005 -0700"
      },
      "message": "[PATCH] USB: add Option Card driver\n\nThis patch adds a new driver for \"Option\" cards.  This is a GSM data card,\ncontrolled by three \"serial ports\" which are connected via an OHCI adapter,\nall located on an oversized PC-Card.  It\u0027s sold by several GSM service\nproviders.\n\nTraditionally, this card has been accessed via the standard serial driver\nand appropriate vendor\u003d and product\u003d options.  However, testing has\nrevealed several problems with this approach, including hung data transfers\nand lost data blocks when receiving.\n\nTherefore, I\u0027ve written a separate driver.\n\nSigned-off-by: Matthias Urlichs \u003csmurf@smurf.noris.de\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n"
    },
    {
      "commit": "4871d3be13ea2b33edc9ba6fbcc30fc047087be7",
      "tree": "48df11aa9dd5f199fe42af80c1257af3d251074f",
      "parents": [
        "dc1d1003e8309ef8e5153ce0c00cce76144abbdb"
      ],
      "author": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Thu Jun 02 22:18:12 2005 -0700"
      },
      "committer": {
        "name": "Greg KH",
        "email": "gregkh@suse.de",
        "time": "Fri Jun 03 00:04:29 2005 -0700"
      },
      "message": "[PATCH] USB: add Vernier devices to HID blacklist\n\nThey aren\u0027t really HID devices.\n\nDamm microsoft HID driver, that thing has caused more companies to have\nto do this kind of hack...\n\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n"
    },
    {
      "commit": "dc1d1003e8309ef8e5153ce0c00cce76144abbdb",
      "tree": "d0a36e0314e0b843454b7508b84fbc3433477430",
      "parents": [
        "5ce0482e18193a15223911515ee44373cffb35b8"
      ],
      "author": {
        "name": "Lonnie Mendez",
        "email": "lmendez19@austin.rr.com",
        "time": "Tue May 10 00:17:17 2005 -0500"
      },
      "committer": {
        "name": "Greg KH",
        "email": "gregkh@suse.de",
        "time": "Fri Jun 03 00:04:28 2005 -0700"
      },
      "message": "[PATCH] USB: hid-core: add Earthmate lt-20 productid to blacklist table\n\nThis patch adds the DeLorme Earthmate lt-20 productid to the hid\nblacklist table.  This patch ensures the lt-20 can be claimed by the\nappropriate driver (cypress_m8).\n\nAdds the product id 0x200, of the DeLorme Earthmate lt-20, to the hid\nblacklist table.\n\nSigned-off-by: Lonnie Mendez \u003clmendez19@austin.rr.com\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n"
    },
    {
      "commit": "5ce0482e18193a15223911515ee44373cffb35b8",
      "tree": "d86d38f9bd16fec381f55ead759b739a92f79b45",
      "parents": [
        "d7771a33bf2b23fc6d0b9c133fb0c00670154f10"
      ],
      "author": {
        "name": "Ping Cheng",
        "email": "pingc@wacom.com",
        "time": "Thu May 05 15:12:57 2005 -0700"
      },
      "committer": {
        "name": "Greg KH",
        "email": "gregkh@suse.de",
        "time": "Fri Jun 03 00:04:28 2005 -0700"
      },
      "message": "[PATCH] USB: add new wacom device to usb hid-core list\n\n- add Intuos3 and Cintiq 21UX\n\nSigned-off-by: Ping Cheng \u003cpingc@wacom.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n"
    },
    {
      "commit": "d7771a33bf2b23fc6d0b9c133fb0c00670154f10",
      "tree": "df2ea66e2eef7e38756ee577c6720beca3350e26",
      "parents": [
        "f4800078d9ed4bd20b1b27f56e7b68cfa0d73038"
      ],
      "author": {
        "name": "Adrian Bunk",
        "email": "bunk@stusta.de",
        "time": "Thu May 05 18:49:59 2005 +0200"
      },
      "committer": {
        "name": "Greg KH",
        "email": "gregkh@suse.de",
        "time": "Fri Jun 03 00:04:28 2005 -0700"
      },
      "message": "[PATCH] USB: remove drivers/usb/media/pwc/ChangeLog\n\nThis patch removes the outdated ChangeLog file for this driver.\n\nSigned-off-by: Adrian Bunk \u003cbunk@stusta.de\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n"
    },
    {
      "commit": "06299db3e7f857a4985cf70dc1a5049ec12482c1",
      "tree": "115792ba36a9b4fe1f57d849c4f9ac2d0e80a90f",
      "parents": [
        "47900743a56dc41a053107d64054aca3e1b42157"
      ],
      "author": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Thu May 26 05:55:55 2005 -0700"
      },
      "committer": {
        "name": "Greg KH",
        "email": "gregkh@suse.de",
        "time": "Tue May 31 14:13:59 2005 -0700"
      },
      "message": "[PATCH] USB: fix usb-serial generic initialization\n\nAt module load time, if a generic device is found, the tty information\nfor the device is not set up properly (as the tty structures aren\u0027t initialized\nyet.)  This can cause big problems for things like udev.  This patch fixes this.\n\nThanks to Kay Sievers for the original patch for this problem.\n\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n"
    },
    {
      "commit": "47900743a56dc41a053107d64054aca3e1b42157",
      "tree": "ffd15d07d454baf4cf1154c7f1ea29fe62574e7c",
      "parents": [
        "c6de2b64eb575a3f9326969ec5fcdc6032b38e42"
      ],
      "author": {
        "name": "Ian Abbott",
        "email": "abbotti@mev.co.uk",
        "time": "Tue May 17 15:12:13 2005 +0100"
      },
      "committer": {
        "name": "Greg KH",
        "email": "gregkh@suse.de",
        "time": "Tue May 31 14:13:59 2005 -0700"
      },
      "message": "[PATCH] USB: ftdi_sio: new PID for ELV UM100\n\nftdi_sio: Add PID for \"ELV USB Module UM100\".\nPID sent by Armin Laugher.\n\nSigned-off-by: Ian Abbott \u003cabbotti@mev.co.uk\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n"
    },
    {
      "commit": "c6de2b64eb575a3f9326969ec5fcdc6032b38e42",
      "tree": "c943830789f5039933d1583415ee58156a19c413",
      "parents": [
        "1e9a47b62f7daf5a94fdd74a94dd4e076f44909a"
      ],
      "author": {
        "name": "David Brownell",
        "email": "david-b@pacbell.net",
        "time": "Thu May 26 05:55:55 2005 -0700"
      },
      "committer": {
        "name": "Greg KH",
        "email": "gregkh@suse.de",
        "time": "Tue May 31 14:13:58 2005 -0700"
      },
      "message": "[PATCH] USB: add sl811_cs support\n\nThis adds support for a CF-card USB Host adapter, the Ratoc REX-CFU1U, by\nwrapping a PCMCIA driver around the existing \"sl811-hcd\" platform driver.\n\nThis CF card is especially useful for PDAs, which currently tend to have\nno other solution for USB host capability.\n\nFrom: Botond Botyanszki \u003cboti@rocketmail.com\u003e\nSigned-off-by: David Brownell \u003cdbrownell@users.sourceforge.net\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n"
    },
    {
      "commit": "1e9a47b62f7daf5a94fdd74a94dd4e076f44909a",
      "tree": "3c279e2c896ea0b56d6d5694e643f19be88c8740",
      "parents": [
        "2e3e80c2b75e3815a0160cbd23d4fdb767d66b35"
      ],
      "author": {
        "name": "David Brownell",
        "email": "david-b@pacbell.net",
        "time": "Thu May 26 05:55:55 2005 -0700"
      },
      "committer": {
        "name": "Greg KH",
        "email": "gregkh@suse.de",
        "time": "Tue May 31 14:13:58 2005 -0700"
      },
      "message": "[PATCH] USB: sl811-hcd fixes\n\nVarious fixes to the sl811-hcd driver:\n\n  * Fix small glitches that crept in during recent evolution of usbcore\u0027s hcd\n    glue layer, coupling endpoint state records to usbcore and active urbs.\n    (As noted by folk whose boards weren\u0027t stuck on 2.6.9 kernels...)\n\n  * Cope with various system-specific issues:\n      - Some configurations (e.g. a CF-card uses this chip) have iospace\n        addresses for the two registers, rather than memory mapped ones.\n      - Some configurations do interesting things with IRQs; maybe the\n        line is shared, or it doesn\u0027t support level triggering.\n      - Not all boards can drive the chip reset line in software.\n\n  * Address a potential race during unlinking.\n\n  * Tweak probe/remove section info to handle the case where this segment\n    of a platform bus is hotpluggable (e.g. CF card).  (The basic problem\n    is that CONFIG_HOTPLUG is global, which is wrong since not all busses\n    can hotplug even on hotplug-friendly systems...)  Also export the\n    driver, so that the CF driver can depend on it.\n\nAlso removed some annoying end-of-line whitespace.\n\nSigned-off-by: David Brownell \u003cdbrownell@users.sourceforge.net\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n"
    },
    {
      "commit": "dcefb396c2af4d52fba48dc58b4021794b042046",
      "tree": "9dd9f1dc44b52a20d345e53dd7e9e9b2a02e5d3b",
      "parents": [
        "254feb882a7c6e4e51416dff6a97d847fbbba551"
      ],
      "author": {
        "name": "Dave Jones",
        "email": "davej@redhat.com",
        "time": "Sat May 28 00:51:24 2005 -0400"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@ppc970.osdl.org",
        "time": "Sat May 28 10:36:27 2005 -0700"
      },
      "message": "[PATCH] Fix up pwc driver compilation.\n\nThe neutering of the pwc driver was incomplete. It still references\nsome now-dead files..\n\nSigned-off-by: Dave Jones \u003cdavej@redhat.com\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "88c1834633341bbb94e315433067496338bff4ad",
      "tree": "4ec40e39b38d768866fabc0dec7f9c4cfdc4b02d",
      "parents": [
        "5d9e4ea55ae19f9083b9c2c97cc912b823ee7ab4"
      ],
      "author": {
        "name": "Alan Cox",
        "email": "alan@lxorguk.ukuu.org.uk",
        "time": "Fri May 27 13:40:53 2005 +0100"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@ppc970.osdl.org",
        "time": "Fri May 27 07:45:21 2005 -0700"
      },
      "message": "[PATCH] remove non-cleanroom pwc driver compression\n\nThe original pwc author raised some questions about the reverse\nengineering of the decompressor algorithms used in the pwc driver.\nHaving done some detailed investigation it appears those concerns that\nclean room policy was not followed are reasonable.  I\u0027ve also had a\nfriendly discussion with Philips to ask their view on this.\n\nThis removes the problem items of code which reduces the pwc\nfunctionality in the kernel a little but leaves all the framework for\nsetup that will be needed for decompressors in user space (where they\neventually belong).  This change set is designed to be the minimal risk\nchange set given that 2.6.12 is hopefully close to hand, with a view to\nmerging the much updated pwc code in 2.6.13 series kernels.\n\nSomeone else can then redo the decompressors properly (clean room) in\nuser space.\n\nNote that while its easy to say that it should have been caught earlier,\nbut the violation was really only obvious to someone who had access to\nboth the proprietary source and the \u0027GPL\u0027 source.\n"
    },
    {
      "commit": "0e15850200437c60b969025500e466383ec51ed8",
      "tree": "1acb5a22199c8eab0a04d3162a51abf2c046b70c",
      "parents": [
        "d0e8e29100c9866878d43bbb40ca17e8fe429851"
      ],
      "author": {
        "name": "David Woodhouse",
        "email": "dwmw2@infradead.org",
        "time": "Wed May 25 09:49:13 2005 +0100"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@ppc970.osdl.org",
        "time": "Wed May 25 10:13:43 2005 -0700"
      },
      "message": "[PATCH] Speedtouch resync after lost signal.\n\nThere\u0027s a bigger Speedtouch update coming your way after 2.6.12 but in\nthe meantime, let\u0027s at least make it automatically resync if the DSL\nsignal is lost.\n\nSigned-off-by: David Woodhouse \u003cdwmw2@infradead.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "360b52b08972ada8fd4421e9a7bcbe1ea186c20e",
      "tree": "06067522d817b8a792176b1076ce5a9d0c216f2b",
      "parents": [
        "25b6f08e3fa0d84e26a373a205cfdad208b54af7"
      ],
      "author": {
        "name": "Greg KH",
        "email": "gregkh@suse.de",
        "time": "Tue May 10 06:45:10 2005 -0700"
      },
      "committer": {
        "name": "Greg KH",
        "email": "gregkh@suse.de",
        "time": "Mon May 16 21:44:26 2005 -0700"
      },
      "message": "[PATCH] USB: add modalias sysfs file for usb devices\n\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n"
    },
    {
      "commit": "25b6f08e3fa0d84e26a373a205cfdad208b54af7",
      "tree": "6e444121a2eb7900a9cd3ab0606eb04046bdac2f",
      "parents": [
        "4756ae5b5234e08150ac089f7d989613948f00e5"
      ],
      "author": {
        "name": "Lonnie Mendez",
        "email": "lmendez19@austin.rr.com",
        "time": "Tue May 10 17:09:52 2005 -0500"
      },
      "committer": {
        "name": "Greg KH",
        "email": "gregkh@suse.de",
        "time": "Mon May 16 21:44:26 2005 -0700"
      },
      "message": "[PATCH] USB: cypress_m8: add support for the DeLorme Earthmate lt-20\n\nThis patch adds support for the DeLorme Earthmate lt-20 to the\ncypress_m8 driver.  The device was tested and found to be compatible\nwith the cypress_m8 driver.  This is a resend with the complete patch\nwhich properly compiles.\n\nAdds support for the DeLorme Earthmate lt-20 to the cypress_m8 driver.\n\nSigned-off-by: Lonnie Mendez \u003clmendez19@austin.rr.com\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n"
    },
    {
      "commit": "4756ae5b5234e08150ac089f7d989613948f00e5",
      "tree": "f98447ecbd5dc59446d87c87f4c6ba3cf0708290",
      "parents": [
        "80615f81534109a22a732d0328d63ced4432824e"
      ],
      "author": {
        "name": "David Brownell",
        "email": "david-b@pacbell.net",
        "time": "Mon May 09 17:23:51 2005 -0700"
      },
      "committer": {
        "name": "Greg KH",
        "email": "gregkh@suse.de",
        "time": "Mon May 16 21:44:25 2005 -0700"
      },
      "message": "[PATCH] USB: ehci suspend must stop timer\n\nForce the EHCI watchdog timer off during suspend, in case for some\nreason it was still running after the root hub suspended.\n\nSigned-off-by: David Brownell \u003cdbrownell@users.sourceforge.net\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n"
    },
    {
      "commit": "80615f81534109a22a732d0328d63ced4432824e",
      "tree": "dddfa2683508d40eb965841169d0ac21435c2cf2",
      "parents": [
        "d3f0fcec2d50a18a84c4f3dd7683206ed37ca009"
      ],
      "author": {
        "name": "David Brownell",
        "email": "david-b@pacbell.net",
        "time": "Tue May 10 06:45:10 2005 -0700"
      },
      "committer": {
        "name": "Greg KH",
        "email": "gregkh@suse.de",
        "time": "Mon May 16 21:44:25 2005 -0700"
      },
      "message": "[PATCH] USB: usbnet driver fixes\n\nUpdates to the usbnet driver:\n\n - Remove a warning when built with Zaurus support but not CDC Ethernet;\n   just moves an #ifdef to cover more code\n\n - Two tweaks to the pseudo-MDLM support:\n    * correctly handle _either_ of the two GUIDs\n    * ignore a padding bit that doesn\u0027t seem necessary\n\n - Remove ID for one Motorola phone that uses the MDLM stuff.\n\nIt also updates the Kconfig helptext to make it clearer that the \"Zaurus\"\nconfiguration option supports an increasing (sigh) family of nonstandard\nperipheral protocols.\n\nSigned-off-by: David Brownell \u003cdbrownell@users.sourceforge.net\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n"
    },
    {
      "commit": "3cb4a4f739cccdf0642fa7e3a087e0b8425ff67b",
      "tree": "5ed04dfb7880b86f071ab8d59fd4f3f1c3d345f2",
      "parents": [
        "093cf723b2b06d774929ea07982f6a466ff22314"
      ],
      "author": {
        "name": "Lonnie Mendez",
        "email": "lmendez19@austin.rr.com",
        "time": "Tue May 03 17:02:20 2005 -0500"
      },
      "committer": {
        "name": "Greg KH",
        "email": "gregkh@suse.de",
        "time": "Tue May 03 23:31:52 2005 -0700"
      },
      "message": "[PATCH] USB cypress_m8: update kernel driver with current source\n\nFixed problem where setting or retreiving the serial config would fail\nwith EPIPE.  Removed CRTS toggling so the driver behaves more like other\nusbserial adapters.  Issued new interval of 1ms instead of the default\nbInterval.  As a result, transfer speed has been substantially\nincreased.  From avg. 850bps to avg. 3300bps.  Also added new module\nparameter \u0027interval\u0027 to tweak the interval in case this change causes\nproblems for someone.  Cleaned up code and formatting issues so source\nis more readable.  Replaced the C++ style comments.  Various other code\ncleanups.\n\nSigned-off-by: Lonnie Mendez \u003clmendez19@austin.rr.com\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n"
    },
    {
      "commit": "093cf723b2b06d774929ea07982f6a466ff22314",
      "tree": "9199ddc8a4ed6dfdc427134333f99b97245e6408",
      "parents": [
        "7b1cbebaa7ced7a2029cc5b50eab60c79b24cc10"
      ],
      "author": {
        "name": "Steven Cole",
        "email": "elenstev@mesatop.com",
        "time": "Tue May 03 19:07:24 2005 -0600"
      },
      "committer": {
        "name": "Greg KH",
        "email": "gregkh@suse.de",
        "time": "Tue May 03 23:31:52 2005 -0700"
      },
      "message": "[PATCH] USB: Spelling fixes for drivers/usb.\n\nHere are some spelling corrections for drivers/usb.\n\ncancelation -\u003e cancellation\nsuccesful -\u003e successful\ncancelation -\u003e cancellation\ndecriptor -\u003e descriptor\nInitalize -\u003e Initialize\nwierd -\u003e weird\nProtocoll -\u003e Protocol\noccured -\u003e occurred\nsuccessfull -\u003e successful\nProcesing -\u003e Processing\ndevide -\u003e divide\nIsochronuous -\u003e Isochronous\nnoticable -\u003e noticeable\nBasicly -\u003e Basically\ntransfering -\u003e transferring\nintialize -\u003e initialize\nIncomming -\u003e Incoming\nadditionnal -\u003e additional\nasume -\u003e assume\nUnfortunatly -\u003e Unfortunately\nretreive -\u003e retrieve\ntranceiver -\u003e transceiver\nCompatiblity -\u003e Compatibility\nIncorprated -\u003e Incorporated\nexistance -\u003e existence\nUnunsual -\u003e Unusual\n\nSigned-off-by: Steven Cole \u003celenstev@mesatop.com\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n"
    },
    {
      "commit": "7b1cbebaa7ced7a2029cc5b50eab60c79b24cc10",
      "tree": "6b586f3e2cede5ebd12d9b03772f8e761044b851",
      "parents": [
        "8af60be9a71d2c636cd800deab63a9fadf3aee96"
      ],
      "author": {
        "name": "Phil Dibowitz",
        "email": "phil@ipom.com",
        "time": "Mon May 02 23:54:28 2005 -0700"
      },
      "committer": {
        "name": "Greg KH",
        "email": "gregkh@suse.de",
        "time": "Tue May 03 23:31:51 2005 -0700"
      },
      "message": "[PATCH] USB: unusual_devs entry for Minolta Dimage Z10\n\nThis patch adds an unusual_devs entry for the Minolta Dimage Z10.\nOriginally reported by Vilisas \u003cvilisas@xxx.lt\u003e\n\nSigned-off-by: Phil Dibowitz \u003cphil@ipom.com\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n"
    },
    {
      "commit": "8af60be9a71d2c636cd800deab63a9fadf3aee96",
      "tree": "caf59ac73e61a10c9a0559e1165fae31cc37cf57",
      "parents": [
        "5e54f91d8d770c5a48da10a5c9c314c1c926536b"
      ],
      "author": {
        "name": "Vivian Bregier",
        "email": "Vivian.Bregier@imag.fr",
        "time": "Tue May 03 02:16:34 2005 +0200"
      },
      "committer": {
        "name": "Greg KH",
        "email": "gregkh@suse.de",
        "time": "Tue May 03 23:31:51 2005 -0700"
      },
      "message": "[PATCH] USB: unusual_devs.h: atmel snd1 storage\n\nSigned-off-by: Phil Dibowitz \u003cphil@ipom.com\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n"
    },
    {
      "commit": "5e54f91d8d770c5a48da10a5c9c314c1c926536b",
      "tree": "3e453d56dda488e18b198b544345829aa7015fb2",
      "parents": [
        "6f92872cc8085b9e65a8ec07aed106ce5d24f60b"
      ],
      "author": {
        "name": "Ian Abbott",
        "email": "abbotti@mev.co.uk",
        "time": "Fri Apr 29 16:09:44 2005 +0100"
      },
      "committer": {
        "name": "Greg KH",
        "email": "gregkh@suse.de",
        "time": "Tue May 03 23:31:50 2005 -0700"
      },
      "message": "[PATCH] USB: ftdi_sio redundant macro removal\n\n[ftdi_sio] Replaced redundant INTERFACE_A and INTERFACE_B macros with\nthe equivalent PIT_SIOA and PIT_SIOB macros.\n\nSigned-off-by: Ian Abbott \u003cabbotti@mev.co.uk\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n"
    },
    {
      "commit": "6f92872cc8085b9e65a8ec07aed106ce5d24f60b",
      "tree": "de1e40db4b8017c7b8c8282c991b82956cb4e2bb",
      "parents": [
        "b9ab0746a53b9cd5c64e179a1c13952f0ae80e64"
      ],
      "author": {
        "name": "Ian Abbott",
        "email": "abbotti@mev.co.uk",
        "time": "Fri Apr 29 16:06:14 2005 +0100"
      },
      "committer": {
        "name": "Greg KH",
        "email": "gregkh@suse.de",
        "time": "Tue May 03 23:31:50 2005 -0700"
      },
      "message": "[PATCH] USB: VID/PID updates for ftdi_sio driver\n\nSome VID/PID updates for the ftdi_sio driver:\n\n* The \"Gude Analog- und Digitalsysteme GmbH\" entries were missing from\n  the \"combined\" table.\n* Replaced FTDI_8U232AM_ALT_ALT_PID with 3 PIDs for devices from\n  4n-galaxy.de.\n* Removed redundant FTDI_RM_VID and renamed FTDI_RMCANVIEW_PID to\n  FTDI_RM_CANVIEW_PID.\n* Added VID/PID for serial converter in Mobility Electronics EasiDock\n  USB 200 (mentioned by Gregory Schmitt).\n* Added PID for Active Robots USB comms board (mentioned by John Koch).\n\nSigned-off-by: Ian Abbott \u003cabbotti@mev.co.uk\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n\ndiff -ur a/drivers/usb/serial/ftdi_sio.c b/drivers/usb/serial/ftdi_sio.c\n"
    },
    {
      "commit": "b9ab0746a53b9cd5c64e179a1c13952f0ae80e64",
      "tree": "60d2d55256c537b0aed3bae07fb84ac4b08d98df",
      "parents": [
        "3b86b2028c4de998978baae780edfc36995bebc5"
      ],
      "author": {
        "name": "Andrea Arcangeli",
        "email": "andrea@suse.de",
        "time": "Mon May 02 22:47:55 2005 +0200"
      },
      "committer": {
        "name": "Greg KH",
        "email": "gregkh@suse.de",
        "time": "Tue May 03 23:31:50 2005 -0700"
      },
      "message": "[PATCH] USB: new usbnet device id\n\nOn Thu, Apr 14, 2005 at 11:06:21PM +0400, Sergey Vlasov wrote:\n\u003e http://thread.gmane.org/gmane.linux.usb.devel/32977\n\u003e\n\u003e (see \"[PATCH] N/3 cdc acm errors\").\n\u003e\n\u003e You also need this driver core fix:\n\u003e\n\u003e http://thread.gmane.org/gmane.linux.usb.devel/33132\n\nI reproduced the same oops while trying to execute at+mode\u003d99, it would\nbe nice to get these fix merged since I believe it\u0027s still needed to\nconnect the laptop over gprs (something I didn\u0027t test yet).\n\nThis further patch will allow you to connect via usbnet, Greg could you\napply? Thanks!\n\nSigned-off-by: Andrea Arcangeli \u003candrea@suse.de\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n"
    },
    {
      "commit": "3b86b2028c4de998978baae780edfc36995bebc5",
      "tree": "494299fb27050eb76e6fd011c4c9c74720ccb367",
      "parents": [
        "56c1e26d75008d39f1067f453719857a81109d9f"
      ],
      "author": {
        "name": "Greg KH",
        "email": "gregkh@suse.de",
        "time": "Mon Apr 25 21:46:29 2005 -0700"
      },
      "committer": {
        "name": "Greg KH",
        "email": "gregkh@suse.de",
        "time": "Tue May 03 23:31:49 2005 -0700"
      },
      "message": "[PATCH] USB: add a driver for the AirPrime CDMA Wireless PC card.\n\nEasier than trying to use the generic usb-serial driver.\n\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n"
    },
    {
      "commit": "56c1e26d75008d39f1067f453719857a81109d9f",
      "tree": "f75ba4203962410bb9ec1ea159c4055a4ee09710",
      "parents": [
        "e2e66446e08a7a365a59e25bbc8dd320ab3da0a6"
      ],
      "author": {
        "name": "David Brownell",
        "email": "david-b@pacbell.net",
        "time": "Sat Apr 09 09:00:29 2005 -0700"
      },
      "committer": {
        "name": "Greg KH",
        "email": "gregkh@suse.de",
        "time": "Tue May 03 23:31:49 2005 -0700"
      },
      "message": "[PATCH] USB: ehci power fixes\n\nMiscellaneous updates for EHCI.\n\n - Mostly updates the power switching on EHCI controllers.  One routine\n   centralizes the \"power on/off all ports\" logic, and the capability to\n   do that is reported more correctly.\n\n - Courtesy Colin Leroy, a patch to always power up ports after resumes\n   which didn\u0027t keep a USB device suspended.  The reset-everything logic\n   powers down those ports (on some hardware) so something needs to turn\n   them back on.\n\n - Minor tweaks/bugfixes for the debug port support.\n\nSigned-off-by: David Brownell \u003cdbrownell@users.sourceforge.net\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n"
    },
    {
      "commit": "e2e66446e08a7a365a59e25bbc8dd320ab3da0a6",
      "tree": "9b6f14e3cff70c02c1161207d86acb01e7c131f0",
      "parents": [
        "8800cea62025a5209d110c5fa5990429239d6eee"
      ],
      "author": {
        "name": "Matthew Dharm",
        "email": "mdharm-usb@one-eyed-alien.net",
        "time": "Mon Apr 25 21:46:29 2005 -0700"
      },
      "committer": {
        "name": "Greg KH",
        "email": "gregkh@suse.de",
        "time": "Tue May 03 23:31:49 2005 -0700"
      },
      "message": "[PATCH] USB Storage: fix compile error\n\nThis patch fixes a compiler error caused by a missing prototype.  It should\napply directly to Greg KH\u0027s usb-2.6.git tree.\n\nSigned-off-by: Matthew Dharm \u003cmdharm-usb@one-eyed-alien.net\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n"
    },
    {
      "commit": "5330e9273e2b3e372b01bb1cb75be4364f02db78",
      "tree": "c05def3f207bdfca1eb9fac67d01329dd033643e",
      "parents": [
        "97af11286d68e359f61579214ca7a7b4433fe458"
      ],
      "author": {
        "name": "Al Viro",
        "email": "viro@parcelfarce.linux.theplanet.co.uk",
        "time": "Tue Apr 26 11:26:53 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@ppc970.osdl.org",
        "time": "Tue Apr 26 11:26:53 2005 -0700"
      },
      "message": "[PATCH] size_t portability fixes - drivers/usb\n\nsize_t is zu, ssize_t is zd...\n\nSigned-off-by: Al Viro \u003cviro@parcelfarce.linux.theplanet.co.uk\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "9727d04aa6d58e131128b4178e742c423480d476",
      "tree": "45e8674d55df35301117862b513d54eca5af3407",
      "parents": [
        "b76be681f8b296c00f707220b9891934d5d74778"
      ],
      "author": {
        "name": "Al Viro",
        "email": "viro@www.linux.org.uk",
        "time": "Tue Apr 26 07:43:41 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@ppc970.osdl.org",
        "time": "Tue Apr 26 07:43:41 2005 -0700"
      },
      "message": "[PATCH] pegasus NULL noise removal\n\nSigned-off-by: Al Viro \u003cviro@parcelfarce.linux.theplanet.co.uk\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "9719b0c298bd6a4a608843dc989a5f94cd0a7c13",
      "tree": "72abe7e0dd4b4135ca8b2d6f4e7cb81bd173a437",
      "parents": [
        "f3fae6ed6aafe71826e03876ad3d4e1d3f238ec8"
      ],
      "author": {
        "name": "Patrick Boettcher",
        "email": "patrick.boettcher@desy.de",
        "time": "Sat Apr 23 13:16:15 2005 -0700"
      },
      "committer": {
        "name": "Greg KH",
        "email": "gregkh@suse.de",
        "time": "Sat Apr 23 13:16:15 2005 -0700"
      },
      "message": "[PATCH] USB: Fix for ati_remote\n\nwhen stealing code from ati_remote for a GPL-driver of my usbradio (because of\nits neat usb int transfers) I found out, that the inbuf is freed twice.\n\nI don\u0027t have the ati-remote, so I don\u0027t know it is a problem at all, but it\nlooks strange to me anyway. Also I don\u0027t know if it has been fixed already in\nnewer kernel versions.\n\n\nFrom: Patrick Boettcher \u003cpatrick.boettcher@desy.de\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n\n"
    },
    {
      "commit": "f3fae6ed6aafe71826e03876ad3d4e1d3f238ec8",
      "tree": "9c85c51031ae67ef9e8448a57ba4037d95899ccc",
      "parents": [
        "7ea13c9c0e40d24c5f45a3a6bee8a2a39bfb1df4"
      ],
      "author": {
        "name": "David Brownell",
        "email": "david-b@pacbell.net",
        "time": "Fri Apr 22 15:07:02 2005 -0700"
      },
      "committer": {
        "name": "Greg KH",
        "email": "gregkh@suse.de",
        "time": "Fri Apr 22 15:07:02 2005 -0700"
      },
      "message": "[PATCH] USB: better usbnet zaurus/mdlm/... fix\n\nThis is a somewhat more comprehensive fix for the problem of devices\nlike the newer Zaurii ... or in this case some Motorola cell phones.\n\nTo recap, the problem\u0027s root cause is that these devices aren\u0027t using\nstandard USB class specifications for their network links, and so far\nwe\u0027ve had to add lots of device-specific driver entries.  The vendor\nfix abuses the CDC MDLM descriptors (they _could_ have conformed to\nthe spec, but didn\u0027t) and defines a \"Belcarra firmware\" pseudo-class.\n\nThis patch recognizes that pseudo-class by the GUIDs in those descriptors,\nand handles the devices that just use the Zaurus framing.\n\nSigned-off-by: David Brownell \u003cdbrownell@users.sourceforge.net\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n\n"
    },
    {
      "commit": "7ea13c9c0e40d24c5f45a3a6bee8a2a39bfb1df4",
      "tree": "b8a64ad2f988b45cc9183d07cbfe33432c03be20",
      "parents": [
        "fb3b4ebc0be618dbcc2326482a83c920d51af7de"
      ],
      "author": {
        "name": "David Hollis",
        "email": "dhollis@davehollis.com",
        "time": "Fri Apr 22 15:07:02 2005 -0700"
      },
      "committer": {
        "name": "Greg KH",
        "email": "gregkh@suse.de",
        "time": "Fri Apr 22 15:07:02 2005 -0700"
      },
      "message": "[PATCH] usbnet: Convert ASIX code to use new status infrastructure\n\nModify the ASIX USB Ethernet code to make use of the new status\ninfrastructure in usbnet.\n\nAdditionally, add a link_reset() handler to the struct usbnet\nstructure to provide a generic means for a driver to perform link\nreset tasks such as a determining link speed and setting\ndevice flags accordingly.\n\n\nSigned-off-by: David Hollis \u003cdhollis@davehollis.com\u003e\nAcked-by: David Brownell \u003cdbrownell@users.sourceforge.net\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n\n\n"
    },
    {
      "commit": "fb3b4ebc0be618dbcc2326482a83c920d51af7de",
      "tree": "e0b4c9bc6eacf08028041e3f7c25adb3e9638a00",
      "parents": [
        "b19dcd9341a81ff6e04fcec396f77eeb91570584"
      ],
      "author": {
        "name": "Roman Kagan",
        "email": "rkagan@mail.ru",
        "time": "Fri Apr 22 15:07:01 2005 -0700"
      },
      "committer": {
        "name": "Greg KH",
        "email": "gregkh@suse.de",
        "time": "Fri Apr 22 15:07:01 2005 -0700"
      },
      "message": "[PATCH] USB: MODALIAS change for bcdDevice\n\nThe patch below adjusts the MODALIAS generated by the usb hotplug\nfunction to match the proposed change to scripts/mod/file2alias.c.\n\nSigned-off-by: Roman Kagan \u003crkagan@mail.ru\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n\n\n"
    },
    {
      "commit": "2e0a6b8cd27375089f8356e7f1ce2319059696eb",
      "tree": "958f2dd42626fd18ba5f85b7bab1eb4a7680ff75",
      "parents": [
        "2c47e7f37830cc83e7c77f0d5b7d4ac15105475b"
      ],
      "author": {
        "name": "Adrian Bunk",
        "email": "bunk@stusta.de",
        "time": "Fri Apr 22 15:07:01 2005 -0700"
      },
      "committer": {
        "name": "Greg KH",
        "email": "gregkh@suse.de",
        "time": "Fri Apr 22 15:07:01 2005 -0700"
      },
      "message": "[PATCH] USB: drivers/usb/net/zd1201.c: make some code static\n\nThis patch makes some needlessly global code static.\n\nSigned-off-by: Adrian Bunk \u003cbunk@stusta.de\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n\n\n"
    },
    {
      "commit": "2c47e7f37830cc83e7c77f0d5b7d4ac15105475b",
      "tree": "051be37e98b7f5a1fe590818c1044ea3aac3f42a",
      "parents": [
        "7107627b04b46bce8212e6a6811add5eb8bcb476"
      ],
      "author": {
        "name": "Adrian Bunk",
        "email": "bunk@stusta.de",
        "time": "Fri Apr 22 15:07:00 2005 -0700"
      },
      "committer": {
        "name": "Greg KH",
        "email": "gregkh@suse.de",
        "time": "Fri Apr 22 15:07:00 2005 -0700"
      },
      "message": "[PATCH] USB: drivers/usb/media/pwc/: make code static\n\nThis patch makes needlessly global code static.\n\nSigned-off-by: Adrian Bunk \u003cbunk@stusta.de\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n\n\n"
    },
    {
      "commit": "7107627b04b46bce8212e6a6811add5eb8bcb476",
      "tree": "494ce4cfa89021907ce4e212a4a768aace5a3584",
      "parents": [
        "be5e3383a95446e933be198d3025df10a072794b"
      ],
      "author": {
        "name": "Adrian Bunk",
        "email": "bunk@stusta.de",
        "time": "Fri Apr 22 15:07:00 2005 -0700"
      },
      "committer": {
        "name": "Greg KH",
        "email": "gregkh@suse.de",
        "time": "Fri Apr 22 15:07:00 2005 -0700"
      },
      "message": "[PATCH] USB: drivers/usb/media/sn9c102_core.c: make 2 functions static\n\nThis patch makes two needlessly global functions static.\n\nSigned-off-by: Adrian Bunk \u003cbunk@stusta.de\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n\n\n"
    },
    {
      "commit": "be5e3383a95446e933be198d3025df10a072794b",
      "tree": "1bd89cd23ee98127f08ccd076f4485a2e8138df7",
      "parents": [
        "cef11127ea59cc5ac8fb956c355727999c6796dc"
      ],
      "author": {
        "name": "Adrian Bunk",
        "email": "bunk@stusta.de",
        "time": "Fri Apr 22 15:07:00 2005 -0700"
      },
      "committer": {
        "name": "Greg KH",
        "email": "gregkh@suse.de",
        "time": "Fri Apr 22 15:07:00 2005 -0700"
      },
      "message": "[PATCH] USB: drivers/usb/input/usbkbd.c: make a function static\n\nThis patch makes a needlessly global function static.\n\nSigned-off-by: Adrian Bunk \u003cbunk@stusta.de\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n\n"
    },
    {
      "commit": "cef11127ea59cc5ac8fb956c355727999c6796dc",
      "tree": "349a6201e2acbac49d9f87e0ee102c031bab2e16",
      "parents": [
        "35ecc486a3f1811b85b7b22196b8b7422d713b51"
      ],
      "author": {
        "name": "Thomas Winischhofer",
        "email": "thomas@winischhofer.net",
        "time": "Fri Apr 22 15:06:59 2005 -0700"
      },
      "committer": {
        "name": "Greg KH",
        "email": "gregkh@suse.de",
        "time": "Fri Apr 22 15:06:59 2005 -0700"
      },
      "message": "[PATCH] USB: new SiS device id\n\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n\n"
    },
    {
      "commit": "35ecc486a3f1811b85b7b22196b8b7422d713b51",
      "tree": "fc0c453f6a02b8c36ca49e337c55864832b04128",
      "parents": [
        "36045fb77cb8b4043063ea54067907a1afd317b4"
      ],
      "author": {
        "name": "Greg KH",
        "email": "gregkh@suse.de",
        "time": "Fri Apr 22 15:06:59 2005 -0700"
      },
      "committer": {
        "name": "Greg KH",
        "email": "gregkh@suse.de",
        "time": "Fri Apr 22 15:06:59 2005 -0700"
      },
      "message": "[PATCH] USB: fix up the HP49G+ Calculator USB Serial driver\n\nFix compiler warnings, and remove unneeded #includes\n\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n\n"
    },
    {
      "commit": "36045fb77cb8b4043063ea54067907a1afd317b4",
      "tree": "f997f900af829aeb155ee74fe7b187bd9c7cbce1",
      "parents": [
        "35f4a0c4416b4fd789f94328dc5940e79e1507b0"
      ],
      "author": {
        "name": "Arthur Huillet",
        "email": "arthur.huillet@agoctrl.org",
        "time": "Fri Apr 22 15:06:59 2005 -0700"
      },
      "committer": {
        "name": "Greg KH",
        "email": "gregkh@suse.de",
        "time": "Fri Apr 22 15:06:59 2005 -0700"
      },
      "message": "[PATCH] USB: add HP49G+ Calculator USB Serial support\n\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n\n"
    },
    {
      "commit": "35f4a0c4416b4fd789f94328dc5940e79e1507b0",
      "tree": "3e581a7766d64b3c067a11371da7870f0795e0a2",
      "parents": [
        "275cfdf412aee2367883b6cd764e06c07bd37a79"
      ],
      "author": {
        "name": "Sven Anderson",
        "email": "sven@anderson.de",
        "time": "Fri Apr 22 15:06:58 2005 -0700"
      },
      "committer": {
        "name": "Greg KH",
        "email": "gregkh@suse.de",
        "time": "Fri Apr 22 15:06:58 2005 -0700"
      },
      "message": "[PATCH] USB: clean up all iPod models in unusual_devs.h\n\nPhil Dibowitz wrote:\n\u003e 1. You\u0027re adding product IDs 1202, 1203, 1204, and 1205. 1203 was\n\u003e already there, but you remove it, OK, but 1205 is already there, so\n\u003e you\u0027ll need to fix that.\n\nI was not removing 1203, it\u0027s just the extension of the bcd range. You are \nright about 1205, as I wrote, it was a patch against 2.6.11.7. Attached is \na patch against 2.6.12-rc2.\n\n\u003e 2. I\u0027m OK with the full bcd range if Apple is changing it on firmware\n\u003e revs... fine, but it\u0027s bcd, not hex... 0x9999 \u003d)\n\nI just copied from other entries. There\u0027re a lot 0xffffs in unusual_dev.h, \nso I assumed it is correct. I changed it to 0x9999.\n\n\u003e 3. It\u0027s rather obnoxious to take the original submitter\u0027s credit away.\n\nI didn\u0027t remove it, I changed it to \"based on...\". Because I changed \nsomething (the range) in his entry, I thought it is the best to take the \nresponsibility but keep the origin. Anyway, in the new patch I did it in a \ndifferent way.\n\n\u003e 4. Your /proc/bus/usb/devices shows 1204, but I see no evidence 1202 is\n\u003e really an iPod.\n\nI don\u0027t have an old iPod mini, but you find a lot of evidence here:\n\nhttp://www.google.com/search?q\u003d0x1202+ipod\n\nEspecially this one:\n\nhttp://www.qbik.ch/usb/devices/showdescr.php?id\u003d2737\n\n\u003e It also looks like 1205\u0027s entry is getting mangled, but I haven\u0027t\n\u003e attempted to apply the patch, so I\u0027m not sure.\n\nNo, the patch was ok, but I agree it looks strange. It\u0027s not very \nreadable, because I cannot tell diff to work blockwise instead of \nlinewise. Because of the similarity of the entries, diff splits and merges \nthem. Anyway, the new patch \"looks\" better. ;-)\n\nSigned-off-by: Sven Anderson \u003csven-linux@anderson.de\u003e\nSigned-off-by: Phil Dibowitz \u003cphil@ipom.com\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n\n\n\n"
    },
    {
      "commit": "275cfdf412aee2367883b6cd764e06c07bd37a79",
      "tree": "5f8d84c637125859001957cd72de85870e11628a",
      "parents": [
        "efab7739d99eae948971140b2aa3dddf7f72c900"
      ],
      "author": {
        "name": "Hideaki YOSHIFUJI",
        "email": "yoshfuji@linux-ipv6.org",
        "time": "Fri Apr 22 15:06:58 2005 -0700"
      },
      "committer": {
        "name": "Greg KH",
        "email": "gregkh@suse.de",
        "time": "Fri Apr 22 15:06:58 2005 -0700"
      },
      "message": "[PATCH] USB: compilation failure on usb/image/microtek.c\n\nmaybe typo?\n\nSigned-off-by: Hideaki YOSHIFUJI \u003cyoshfuji@linux-ipv6.org\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n\n"
    },
    {
      "commit": "9f6c6fc505560465be0964eb4da1b6ca97bd3951",
      "tree": "9660991b5e417ad7bb74e105c037ff358f60ba27",
      "parents": [
        "c3c661932cd53582c5b03692b99649300977248a",
        "f0e035f4b6940aae6836500b642029c289ed4535"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@ppc970.osdl.org.(none)",
        "time": "Tue Apr 19 13:14:28 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@ppc970.osdl.org.(none)",
        "time": "Tue Apr 19 13:14:28 2005 -0700"
      },
      "message": "Merge with kernel.org:/pub/scm/linux/kernel/git/gregkh/driver-2.6.git/\n\nfor 13 driver core, sysfs, and debugfs fixes.\n"
    },
    {
      "commit": "089d42b013675b028a499c61bac59954067dc668",
      "tree": "e352a8dc7b2324ff58a0b3365cd27dcfba0fb735",
      "parents": [
        "e57cd73e2e844a3da25cc6b420674c81bbe1b387"
      ],
      "author": {
        "name": "kay.sievers@vrfy.org",
        "email": "kay.sievers@vrfy.org",
        "time": "Mon Apr 18 21:57:37 2005 -0700"
      },
      "committer": {
        "name": "Greg KH",
        "email": "greg@press.kroah.org",
        "time": "Mon Apr 18 21:57:37 2005 -0700"
      },
      "message": "[PATCH] kobject/hotplug split - usb cris\n\nkobject_add() and kobject_del() don\u0027t emit hotplug events anymore.\nWe need to do it ourselves now.\n\nSigned-off-by: Kay Sievers \u003ckay.sievers@vrfy.org\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n\n\n"
    },
    {
      "commit": "e838a0d4d5260bce452c96914a6e86b217c53c55",
      "tree": "bafe9c348e895fa62874564deea245db4e42da2f",
      "parents": [
        "6cdee106e7571751ecc0e9f96606322f88b64a8d"
      ],
      "author": {
        "name": "Viktor A. Danilov",
        "email": "__die@mail.ru",
        "time": "Mon Apr 18 17:39:35 2005 -0700"
      },
      "committer": {
        "name": "Greg K-H",
        "email": "gregkh@suse.de",
        "time": "Mon Apr 18 17:39:35 2005 -0700"
      },
      "message": "[PATCH] USB: fix AIPTEK input doesn`t register `device` \u0026 `driver` section in sysfs (/sys/class/input/event#)\n\nPROBLEM: aiptek input doesn`t register `device` \u0026 `driver` section in sysfs (/sys/class/input/event#)\nREASON: `dev` - field not filled...\nSOLUTION: in linux/drivers/usb/input/aiptek.c write\n\taiptek-\u003einputdev.dev \u003d \u0026intf-\u003edev;\nbefore calling\n\tinput_register_device(\u0026aiptek-\u003einputdev);\n\nFrom: \"Viktor A. Danilov\" \u003c__die@mail.ru\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n\nIndex: gregkh-2.6/drivers/usb/input/aiptek.c\n\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\n"
    },
    {
      "commit": "6cdee106e7571751ecc0e9f96606322f88b64a8d",
      "tree": "edc75e42c3f3e9bbfecabc12a51b0f6d1bb37930",
      "parents": [
        "1bc3c9e1e44c2059fe2ffa6ff70ad0a925d7b05f"
      ],
      "author": {
        "name": "David Brownell",
        "email": "david-b@pacbell.net",
        "time": "Mon Apr 18 17:39:34 2005 -0700"
      },
      "committer": {
        "name": "Greg K-H",
        "email": "gregkh@suse.de",
        "time": "Mon Apr 18 17:39:34 2005 -0700"
      },
      "message": "[PATCH] usb gadget: ethernet/rndis updates\n\nUpdates to the Ethernet/RNDIS gadget driver (mostly for RNDIS):\n\n  - Fix brown-paper bag goof with RNDIS packet TX ... the wrong length\n    field got set, so Windows would ignore data packets it received.\n\n  - More consistent handling of CDC output filters (but not yet hooking\n    things up so RNDIS uses the mechanism).\n\n  - Zerocopy RX for RNDIS packets too (saving CPU cycles).\n\n  - Use the pre-allocated interrupt/status request and buffer, rather\n    than allocating and freeing one of each every few seconds (which\n    could fail).\n\n  - Some more \"sparse\" tweaks, making both dual-speed and single-speed\n    configurations happier.\n\n  - RNDIS speeds are reported in units of 100bps, not bps.\n\nPlus two minor cleanups (whitespace, messaging).\n\nSigned-off-by: David Brownell \u003cdbrownell@users.sourceforge.net\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n\n"
    },
    {
      "commit": "1bc3c9e1e44c2059fe2ffa6ff70ad0a925d7b05f",
      "tree": "0bc14ec53acf3b4c08a9995c7ea335e236435558",
      "parents": [
        "6fd19f4b55f7fd1c9d8650bd7f8df2c81b69c5ca"
      ],
      "author": {
        "name": "Jesper Juhl",
        "email": "juhl-lkml@dif.dk",
        "time": "Mon Apr 18 17:39:34 2005 -0700"
      },
      "committer": {
        "name": "Greg K-H",
        "email": "gregkh@suse.de",
        "time": "Mon Apr 18 17:39:34 2005 -0700"
      },
      "message": "[PATCH] USB: kfree cleanup for drivers/usb/* - no need to check for NULL\n\nGet rid of a bunch of redundant NULL pointer checks in drivers/usb/*,\nthere\u0027s no need to check a pointer for NULL before calling kfree() on it.\n\nSigned-off-by: Jesper Juhl \u003cjuhl-lkml@dif.dk\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n\n\nIndex: gregkh-2.6/drivers/usb/class/audio.c\n\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\n"
    },
    {
      "commit": "6fd19f4b55f7fd1c9d8650bd7f8df2c81b69c5ca",
      "tree": "273f17ca46a177cc9c33d3022dfb1528c3d542b9",
      "parents": [
        "acbb36f116243bed515357264ecbb6ff9c6d2a5b"
      ],
      "author": {
        "name": "Jesper Juhl",
        "email": "juhl-lkml@dif.dk",
        "time": "Mon Apr 18 17:39:33 2005 -0700"
      },
      "committer": {
        "name": "Greg K-H",
        "email": "gregkh@suse.de",
        "time": "Mon Apr 18 17:39:33 2005 -0700"
      },
      "message": "[PATCH] usb: kfree() cleanups in drivers/usb/core/devio.c\n\nChecking for NULL before calling kfree() is redundant. This patch removes\nthese redundant checks and also makes a few tiny whitespace changes.\n\nSigned-off-by: Jesper Juhl \u003cjuhl-lkml@dif.dk\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n\n"
    },
    {
      "commit": "acbb36f116243bed515357264ecbb6ff9c6d2a5b",
      "tree": "35840eb04d9b1f9a33a538f222a1dfc6f2556c81",
      "parents": [
        "97bb13ec5bc156352cca8af90080597e04299a73"
      ],
      "author": {
        "name": "Peter Favrholdt",
        "email": "pfavr@mip.sdu.dk",
        "time": "Mon Apr 18 17:39:32 2005 -0700"
      },
      "committer": {
        "name": "Greg K-H",
        "email": "gregkh@suse.de",
        "time": "Mon Apr 18 17:39:32 2005 -0700"
      },
      "message": "[PATCH] USB: pl2303 new vendor/model ids\n\nPlease accept the attached patch which adds the vendorid 0x0745 and\nmodelid 0x0001 (ID 0745:0001) \"Syntech Information Co., Ltd.\"\n\nThe device is an USB IR cradle for a barcode scanner (CPT-8001C) from\nCipherlab.\n\n\nFrom: Peter Favrholdt \u003cpfavr@mip.sdu.dk\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n\ndiff -u kernel-source-2.6.11/drivers/usb/serial/pl2303.c ../kernel-source-2.6.11/drivers/usb/serial/pl2303.c\n"
    },
    {
      "commit": "97bb13ec5bc156352cca8af90080597e04299a73",
      "tree": "7cd16d8278a03bcfe5bb9825f620b049c2f07914",
      "parents": [
        "6fdd8e8e33730a2abc886113bd0b6c4343f63cc9"
      ],
      "author": {
        "name": "Flavio Leitner",
        "email": "fbl@conectiva.com.br",
        "time": "Mon Apr 18 17:39:31 2005 -0700"
      },
      "committer": {
        "name": "Greg K-H",
        "email": "gregkh@suse.de",
        "time": "Mon Apr 18 17:39:31 2005 -0700"
      },
      "message": "[PATCH] pl2303 - status line\n\nI\u0027m attaching a patch to fix status when using Siemens X65\nmobile. This mobile use first byte instead of normal UART_STATE\nbyte.\n\n\nFrom: Flavio Leitner \u003cfbl@conectiva.com.br\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n\n\nIndex: gregkh-2.6/drivers/usb/serial/pl2303.c\n\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\n"
    },
    {
      "commit": "6fdd8e8e33730a2abc886113bd0b6c4343f63cc9",
      "tree": "83b425282fb306a2b96520431867430233955385",
      "parents": [
        "8835f6657316162a8937d3f26ccd8f5886ba3845"
      ],
      "author": {
        "name": "Flavio Leitner",
        "email": "fbl@conectiva.com.br",
        "time": "Mon Apr 18 17:39:31 2005 -0700"
      },
      "committer": {
        "name": "Greg K-H",
        "email": "gregkh@suse.de",
        "time": "Mon Apr 18 17:39:31 2005 -0700"
      },
      "message": "[PATCH] pl2303 - unplug device.\n\nIt\u0027s possible to unplug usb device and do tiocmset() and tiocmget() without\nvalid interface in pl2303 module.\n\nThe patch below check this and return -ENODEV if interface was removed.\n\nFrom: Flavio Leitner \u003cfbl@conectiva.com.br\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n\ndiff -purN linux-05-04-11/drivers/usb/serial/pl2303.c linux-05-04-11.usb/drivers/usb/serial/pl2303.c\n"
    },
    {
      "commit": "8835f6657316162a8937d3f26ccd8f5886ba3845",
      "tree": "7f6f1860d05a4d6afa4284c385ecb0a402b32f48",
      "parents": [
        "0e4987639a774d08b69c1c58774f3430f6083d4f"
      ],
      "author": {
        "name": "Alan Stern",
        "email": "stern@rowland.harvard.edu",
        "time": "Mon Apr 18 17:39:30 2005 -0700"
      },
      "committer": {
        "name": "Greg K-H",
        "email": "gregkh@suse.de",
        "time": "Mon Apr 18 17:39:30 2005 -0700"
      },
      "message": "[PATCH] USB: USB API documentation modification\n\nIn response to complaints about excessive latency in the uhci-hcd driver\nI\u0027m planning to convert it to a top-half/bottom-half design.  It turns out\nthat to do this, the USB API has to be modified slightly since the driver\nwill not be able to meet one of the guarantees in the current API.  This\npatch changes some kerneldoc, specifying the weaker guarantee.\n\nSigned-off-by: Alan Stern \u003cstern@rowland.harvard.edu\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n\n"
    },
    {
      "commit": "0e4987639a774d08b69c1c58774f3430f6083d4f",
      "tree": "d9d9eb475b11c05b069c715df50f9e6d89c32ecf",
      "parents": [
        "a2fe20129e2d87dc5c4e5c850b41b5b0b47cfd08"
      ],
      "author": {
        "name": "David Brownell",
        "email": "david-b@pacbell.net",
        "time": "Mon Apr 18 17:39:30 2005 -0700"
      },
      "committer": {
        "name": "Greg K-H",
        "email": "gregkh@suse.de",
        "time": "Mon Apr 18 17:39:30 2005 -0700"
      },
      "message": "[PATCH] USB: OHCI on Compaq Aramada 7400\n\nThis adds a quirk to the OHCI driver that lets it work with an old\nCompaq implementation.  It also removes some needless strings from\nthe non-debug version of the driver.\n\nSigned-off-by: Chris Clayton \u003cchris_clayton@f1internet.com\u003e\nSigned-off-by: David Brownell \u003cdbrownell@users.sourceforge.net\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n\n"
    },
    {
      "commit": "a2fe20129e2d87dc5c4e5c850b41b5b0b47cfd08",
      "tree": "e2849468fa7d8b5d2509671bb813cca955d06438",
      "parents": [
        "7ab7c34c90797b9df52720720ab5d5e9edd05114"
      ],
      "author": {
        "name": "David Brownell",
        "email": "david-b@pacbell.net",
        "time": "Mon Apr 18 17:39:29 2005 -0700"
      },
      "committer": {
        "name": "Greg K-H",
        "email": "gregkh@suse.de",
        "time": "Mon Apr 18 17:39:29 2005 -0700"
      },
      "message": "[PATCH] USB: usbnet and zaurus zl-5600\n\nHmm, another case of a Zaurus ROM not telling the expected conformance lie;\nthis patch handles the lies told by the SL5600.\n\nFrom: bender647@gmail.com\nSigned-off-by: David Brownell \u003cdbrownell@users.sourceforge.net\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n\n"
    },
    {
      "commit": "7ab7c34c90797b9df52720720ab5d5e9edd05114",
      "tree": "1fff72f9091c63688be9cf2565e404d8ca9ae623",
      "parents": [
        "d6427cf7ea5dc75be26074a573b25d5906c992bd"
      ],
      "author": {
        "name": "Thomas Winischhofer",
        "email": "thomas@winischhofer.net",
        "time": "Mon Apr 18 17:39:28 2005 -0700"
      },
      "committer": {
        "name": "Greg K-H",
        "email": "gregkh@suse.de",
        "time": "Mon Apr 18 17:39:28 2005 -0700"
      },
      "message": "[PATCH] USB: new SIS device id\n\nthe attached patch adds another USB device ID to the list. Seems the\ndevice is known under multiple IDs.\n\nSigned-off-by: Thomas Winischhofer \u003cthomas@winischhofer.net\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n\n\n"
    },
    {
      "commit": "d6427cf7ea5dc75be26074a573b25d5906c992bd",
      "tree": "3b953fd40633dd6606f37d2e88bb173d17ef98a3",
      "parents": [
        "e4334fa4c5cb62f26d7e9a0a581126bcbe0dedcf"
      ],
      "author": {
        "name": "felix@derklecks.de",
        "email": "felix@derklecks.de",
        "time": "Mon Apr 18 17:39:28 2005 -0700"
      },
      "committer": {
        "name": "Greg K-H",
        "email": "gregkh@suse.de",
        "time": "Mon Apr 18 17:39:28 2005 -0700"
      },
      "message": "[PATCH] USB Storage unusual_dev.h 07c4:a10b Datafab Systems, Inc.\n\nSigned-off-by: Phil Dibowitz \u003cphil@ipom.com\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n\nIndex: gregkh-2.6/drivers/usb/storage/unusual_devs.h\n\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\n"
    },
    {
      "commit": "e4334fa4c5cb62f26d7e9a0a581126bcbe0dedcf",
      "tree": "8074a02b6cae345756b15497ffe3471088446bb6",
      "parents": [
        "403a98176a5866217eb12ca6bb283e635ced2dd0"
      ],
      "author": {
        "name": "Phil Dibowitz",
        "email": "phil@ipom.com",
        "time": "Mon Apr 18 17:39:27 2005 -0700"
      },
      "committer": {
        "name": "Greg K-H",
        "email": "gregkh@suse.de",
        "time": "Mon Apr 18 17:39:27 2005 -0700"
      },
      "message": "[PATCH] Fix GO_SLOW delay\n\nThis patch changes the delay for the US_FL_GO_SLOW patch from 110us to 125.\nSome delays need this extra delay includign Jan De Luyck\u0027s drive which spawned\nthe original increase from 110 to 110us. 125 is a microframe, so this delay\nseems to make sense more than just be a random delay (thanks to David Brownell\nfor pointing that out after my original patch).\n\nSigned-off-by: Phil Dibowitz \u003cphil@ipom.com\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n\n\nIndex: gregkh-2.6/drivers/usb/storage/transport.c\n\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\n"
    },
    {
      "commit": "403a98176a5866217eb12ca6bb283e635ced2dd0",
      "tree": "04f37984aad26708d191421862453fd81f060112",
      "parents": [
        "668a9541a56af5ebb3ad0babdc2cd73511c9e1e9"
      ],
      "author": {
        "name": "akpm@osdl.org",
        "email": "akpm@osdl.org",
        "time": "Mon Apr 18 17:39:27 2005 -0700"
      },
      "committer": {
        "name": "Greg K-H",
        "email": "gregkh@suse.de",
        "time": "Mon Apr 18 17:39:27 2005 -0700"
      },
      "message": "[PATCH] USB: usbnet printk warning fix\n\nOn ppc64:\n\ndrivers/usb/net/usbnet.c: In function `skb_return\u0027:\ndrivers/usb/net/usbnet.c:429: warning: int format, different type arg (arg 3)\ndrivers/usb/net/usbnet.c:429: warning: int format, different type arg (arg 3)\n\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n\ndiff -puN drivers/usb/net/usbnet.c~usbnet-printk-warning-fix drivers/usb/net/usbnet.c\n"
    },
    {
      "commit": "668a9541a56af5ebb3ad0babdc2cd73511c9e1e9",
      "tree": "e8199fcd660b21da698009af21aa987079eb27f4",
      "parents": [
        "a81e7ecca369afee0b07b4758d8c32542ffc587a"
      ],
      "author": {
        "name": "Christopher Li",
        "email": "chrisl@vmware.com",
        "time": "Mon Apr 18 17:39:26 2005 -0700"
      },
      "committer": {
        "name": "Greg K-H",
        "email": "gregkh@suse.de",
        "time": "Mon Apr 18 17:39:26 2005 -0700"
      },
      "message": "[PATCH] USB: bug fix in usbdevfs\n\nI am sorry that the last patch about 32 bit compat ioctl on\n64 bit kernel actually breaks the usbdevfs. That is on the current\nBK tree. I am retarded. \n\nHere is the patch to fix it. Tested with USB hard disk and webcam\nin both 32bit compatible mode and native 64bit mode.\n\nAgain, sorry about that.\n\n\nFrom: Christopher Li \u003cchrisl@vmware.com\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n\n"
    },
    {
      "commit": "a81e7ecca369afee0b07b4758d8c32542ffc587a",
      "tree": "6abfa1d3a86f3a4f355e9dd11e6c8ee158a0202b",
      "parents": [
        "45f23f189ca66d98b1f8b7f3d30a194d3188039d"
      ],
      "author": {
        "name": "David Brownell",
        "email": "david-b@pacbell.net",
        "time": "Mon Apr 18 17:39:25 2005 -0700"
      },
      "committer": {
        "name": "Greg K-H",
        "email": "gregkh@suse.de",
        "time": "Mon Apr 18 17:39:25 2005 -0700"
      },
      "message": "[PATCH] USB: revert \"fix\" to usb_set_interface()\n\nThis reverts a recent change to usb_set_interface().  The change worked\naround a quirk in certain devices, but doing this in usbcore creates\nneedless regressions for other devices.  More appropriate fixes won\u0027t\nput such handling in usbcore.\n\nBasically it\u0027s tricky to do a full software reset of USB device state, since\nthe devices don\u0027t all act the same.  This adds a note to the kerneldoc for\nthe usb_reset_configuration() call to highlight the quirk this was working\naround:  endpoint data toggles not being reset.\n\nSigned-off-by: David Brownell \u003cdbrownell@users.sourceforge.net\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n\n"
    },
    {
      "commit": "45f23f189ca66d98b1f8b7f3d30a194d3188039d",
      "tree": "6fadab86aec4b6dd747ebfb316396842bf1501ab",
      "parents": [
        "6d5e8254bf488a40b7ae2faafbffa232ab19d541"
      ],
      "author": {
        "name": "Nishanth Aravamudan",
        "email": "nacc@us.ibm.com",
        "time": "Mon Apr 18 17:39:25 2005 -0700"
      },
      "committer": {
        "name": "Greg K-H",
        "email": "gregkh@suse.de",
        "time": "Mon Apr 18 17:39:25 2005 -0700"
      },
      "message": "[PATCH] USB: usb/digi_acceleport: correct wait-queue state\n\nFirst patch incorrectly changed state of the wait-queue usage to\nTASK_UNINTERRUPTIBLE. Reverted to TASK_INTERRUPTIBLE.\n\nSigned-off-by: Nishanth Aravamudan \u003cnacc@us.ibm.com\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n\n"
    },
    {
      "commit": "6d5e8254bf488a40b7ae2faafbffa232ab19d541",
      "tree": "5b1da56cde518016bee4d94ba55da4f9231307f8",
      "parents": [
        "ba9d35fb01852e195f2a4ca975fdcd6578b52c78"
      ],
      "author": {
        "name": "Greg KH",
        "email": "gregkh@suse.de",
        "time": "Mon Apr 18 17:39:24 2005 -0700"
      },
      "committer": {
        "name": "Greg K-H",
        "email": "gregkh@suse.de",
        "time": "Mon Apr 18 17:39:24 2005 -0700"
      },
      "message": "[PATCH] USB: fix up some sparse warnings about static functions that aren\u0027t static.\n\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n\n\nIndex: gregkh-2.6/drivers/usb/core/usb.h\n\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\n"
    },
    {
      "commit": "ba9d35fb01852e195f2a4ca975fdcd6578b52c78",
      "tree": "e0609e6e255f4875ba5ab69bb0aa169d8c5edae8",
      "parents": [
        "9a5d3e98dd31abcecbf4533b81866d440cc0f106"
      ],
      "author": {
        "name": "Pavel Machek",
        "email": "pavel@suse.cz",
        "time": "Mon Apr 18 17:39:24 2005 -0700"
      },
      "committer": {
        "name": "Greg K-H",
        "email": "gregkh@suse.de",
        "time": "Mon Apr 18 17:39:24 2005 -0700"
      },
      "message": "[PATCH] USB: fix up remaining pm_message_t usages\n\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n\n"
    },
    {
      "commit": "9a5d3e98dd31abcecbf4533b81866d440cc0f106",
      "tree": "8638550bd50ff0fdc3b097d0643b5efed3516633",
      "parents": [
        "27d72e8572336d9f4e17a12ac924cb5223a5758d"
      ],
      "author": {
        "name": "David Brownell",
        "email": "david-b@pacbell.net",
        "time": "Mon Apr 18 17:39:23 2005 -0700"
      },
      "committer": {
        "name": "Greg K-H",
        "email": "gregkh@suse.de",
        "time": "Mon Apr 18 17:39:23 2005 -0700"
      },
      "message": "[PATCH] USB: hcd suspend uses pm_message_t\n\nThis patch includes minor \"sparse -Wbitwise\" updates for the PCI based\nHCDs.  Almost all of them involve just changing the second parameter of the\nsuspend() method to a pm_message_t ...  the others relate to how the EHCI\ncode walks in-memory data structures.  (There\u0027s a minor bug fixed there too\n...  affecting the big-endian sysfs async schedule dump.)\n\nSigned-off-by: David Brownell \u003cdbrownell@users.sourceforge.net\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n\n\nIndex: gregkh-2.6/drivers/usb/core/hcd.h\n\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\n"
    },
    {
      "commit": "27d72e8572336d9f4e17a12ac924cb5223a5758d",
      "tree": "791a046b5d860233f652973d0627752b67a3c600",
      "parents": [
        "c6053ecffb895f6c0e0ec9c1d298e35cffc1f7a6"
      ],
      "author": {
        "name": "David Brownell",
        "email": "david-b@pacbell.net",
        "time": "Mon Apr 18 17:39:22 2005 -0700"
      },
      "committer": {
        "name": "Greg K-H",
        "email": "gregkh@suse.de",
        "time": "Mon Apr 18 17:39:22 2005 -0700"
      },
      "message": "[PATCH] usb suspend updates (interface suspend)\n\nThis is the first of a few installments of PM API updates to match the\nrecent switch to \"pm_message_t\".  This installment primarily affects\nUSB device drivers (for USB interfaces), and it changes the handful of\ndrivers which currently implement suspend methods:\n\n    - \u003clinux/usb.h\u003e and usbcore, signature change\n\n    - Some drivers only changed the signature, net effect this just\n      shuts up \"sparse -Wbitwise\":\n\t* hid-core\n\t* stir4200\n\n    - Two network drivers did that, and also grew slightly more\n      featureful suspend code ... they now properly shut down\n      their activities.  (As should stir4200...)\n\t* pegasus\n\t* usbnet\n\nNote that the Wake-On-Lan (WOL) support in pegasus doesn\u0027t yet work; looks\nto me like it\u0027s missing a request to turn it on, vs just configuring it.\nThe ASIX code in usbnet also has WOL hooks that are ready to use; untested.\n\nSigned-off-by: David Brownell \u003cdbrownell@users.sourceforge.net\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n\nIndex: gregkh-2.6/drivers/net/irda/stir4200.c\n\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\n"
    },
    {
      "commit": "c6053ecffb895f6c0e0ec9c1d298e35cffc1f7a6",
      "tree": "9f3d796b1f41338bf276c82b58d260125541e8a0",
      "parents": [
        "84d79cb8db2811140c911df7ce3e3354cfa018c4"
      ],
      "author": {
        "name": "David Brownell",
        "email": "david-b@pacbell.net",
        "time": "Mon Apr 18 17:39:22 2005 -0700"
      },
      "committer": {
        "name": "Greg K-H",
        "email": "gregkh@suse.de",
        "time": "Mon Apr 18 17:39:22 2005 -0700"
      },
      "message": "[PATCH] usb resume fixes\n\nThis has a variety of updates to the shared suspend/resume code for\nPCI based USB host controllers.\n\n    - Cope with pm_message_t replacing the target system state.\n      This is actually a loss of functionality; PCI D1 and D2\n      states will no longer be used, and it\u0027s no longer knowable\n      that D3cold is on the way so power will be lost.\n\n    - Most importantly, some of the resume paths are reworked and\n      cleaned up.  They\u0027re now an exact mirror of suspend paths,\n      and more care is taken to ensure the hardware is reactivated\n      before the hardware re-enables interrupts.\n\nPlus comment and diagnostic cleanups; there are some nasty cases here \nespecially combined with swsusp, now they\u0027re somewhat commented.\n\nSigned-off-by: David Brownell \u003cdbrownell@users.sourceforge.net\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n\ndiff -puN drivers/usb/core/hcd-pci.c~usb-resume-fixes drivers/usb/core/hcd-pci.c\n"
    },
    {
      "commit": "115c1ce524869309e4bddcfc3dd112ac76b92def",
      "tree": "23d1ffa294e6d673e50ec1dd31c48fabaed34e4e",
      "parents": [
        "ac21e9ff08db3d6fac41d356c77fcb531c2e03e1"
      ],
      "author": {
        "name": "Larry Battraw",
        "email": "lbattraw@insightbb.com",
        "time": "Mon Apr 18 17:39:20 2005 -0700"
      },
      "committer": {
        "name": "Greg K-H",
        "email": "gregkh@suse.de",
        "time": "Mon Apr 18 17:39:20 2005 -0700"
      },
      "message": "[PATCH] USB: visor Tapwave Zodiac support patch\n\nHere\u0027s a tiny patch to add support for the Tapwave Zodiac (for\n2.6.11.6).  I\u0027ve been meaning to send it in for a while but kept\nupgrading my kernel and losing the changes :-)  I own the device and it\nworks fine with the latest pilot-link beta.\n\nFrom: Larry Battraw \u003clbattraw@insightbb.com\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n\n\n"
    },
    {
      "commit": "ac21e9ff08db3d6fac41d356c77fcb531c2e03e1",
      "tree": "d639e266828fb3dd3c173589efdbff3c44b9cfa1",
      "parents": [
        "7f907d7486f2519c2ff1493bfbcdc36dcacd85b7"
      ],
      "author": {
        "name": "gregkh@suse.de",
        "email": "gregkh@suse.de",
        "time": "Mon Apr 18 17:39:20 2005 -0700"
      },
      "committer": {
        "name": "Greg K-H",
        "email": "gregkh@suse.de",
        "time": "Mon Apr 18 17:39:20 2005 -0700"
      },
      "message": "[PATCH] USB: add new visor id for Treo 650\n\nThanks to Jamieson Becker \u003cjamie@jamiebecker.com\u003e for the info\n\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n\ndiff -Naur -X dontdiff-osdl tmp/linux-2.6.12-rc2/drivers/usb/serial/visor.h linux-2.6/drivers/usb/serial/visor.h\n"
    },
    {
      "commit": "2bc474c3646efba67bdc83b7fc7d8ee7562e0106",
      "tree": "e27a7c4392259688a25b3f8ca21668eb1e7fa201",
      "parents": [
        "c6295cdf656de63d6d1123def71daba6cd91939c"
      ],
      "author": {
        "name": "",
        "email": "hch@lst.de",
        "time": "Sun Apr 10 22:19:25 2005 -0500"
      },
      "committer": {
        "name": "James Bottomley",
        "email": "jejb@titanic",
        "time": "Mon Apr 18 12:33:41 2005 -0500"
      },
      "message": "[PATCH] kill old EH constants\n\nFix up two drivers that incorrectly were using the old return values for\ntheir new-style EH methods and kill off scsi_obsolete.h that defined the\nconstants.  The initio driver has all these constansts defined locally\nand uses them internally, I\u0027ll fix that up some time later.\n\nSigned-off-by: James Bottomley \u003cJames.Bottomley@SteelEye.com\u003e\n"
    },
    {
      "commit": "0db7157ca47e21c7623a59e710b807ad06fce161",
      "tree": "932c6f9689fd08a7a9d689cfbec8682ccde8175d",
      "parents": [
        "84011ae88da62a20b3ae7b48e2ae3b1ef0fc810a"
      ],
      "author": {
        "name": "",
        "email": "hch@lst.de",
        "time": "Sun Apr 10 22:19:25 2005 -0500"
      },
      "committer": {
        "name": "James Bottomley",
        "email": "jejb@titanic",
        "time": "Sat Apr 16 20:14:52 2005 -0500"
      },
      "message": "[PATCH] kill old EH constants\n\nFix up two drivers that incorrectly were using the old return values for\ntheir new-style EH methods and kill off scsi_obsolete.h that defined the\nconstants.  The initio driver has all these constansts defined locally\nand uses them internally, I\u0027ll fix that up some time later.\n\nSigned-off-by: James Bottomley \u003cJames.Bottomley@SteelEye.com\u003e\n"
    },
    {
      "commit": "1da177e4c3f41524e886b7f1b8a0c1fc7321cac2",
      "tree": "0bba044c4ce775e45a88a51686b5d9f90697ea9d",
      "parents": [],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@ppc970.osdl.org",
        "time": "Sat Apr 16 15:20:36 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@ppc970.osdl.org",
        "time": "Sat Apr 16 15:20:36 2005 -0700"
      },
      "message": "Linux-2.6.12-rc2\n\nInitial git repository build. I\u0027m not bothering with the full history,\neven though we have it. We can create a separate \"historical\" git\narchive of that later if we want to, and in the meantime it\u0027s about\n3.2GB when imported into git - space that would just make the early\ngit days unnecessarily complicated, when we don\u0027t have a lot of good\ninfrastructure for it.\n\nLet it rip!\n"
    }
  ]
}
