)]}'
{
  "log": [
    {
      "commit": "4a90f09b20f4622dcbff1f0e1e6bae1704f8ad8c",
      "tree": "9b275f88f2705cb10121d5982741aef3a088a7c8",
      "parents": [
        "95f9bfc6b76e862265a2d70ae061eec18fe14140"
      ],
      "author": {
        "name": "Alan Cox",
        "email": "alan@redhat.com",
        "time": "Mon Oct 13 10:39:46 2008 +0100"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Mon Oct 13 09:51:41 2008 -0700"
      },
      "message": "tty: usb-serial krefs\n\nUse kref in the USB serial drivers so that we don\u0027t free tty structures\nfrom under the URB receive handlers as has historically been the case if\nyou were unlucky. This also gives us a framework for general tty drivers to\nuse tty_port objects and refcount.\n\nContains two err-\u003edev_err changes merged together to fix clashes in the\n-next tree.\n\nSigned-off-by: Alan Cox \u003calan@redhat.com\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "43b11d33f2c20c33fcf197780edb2e5d8a1b6a67",
      "tree": "8e779978b8f9d3aa115865b5c10ee41252ae09e4",
      "parents": [
        "4ad6de0b3f5d050b70e4c94a0cc8b26503f8cf28"
      ],
      "author": {
        "name": "Alan Cox",
        "email": "alan@redhat.com",
        "time": "Mon Oct 13 10:36:00 2008 +0100"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Mon Oct 13 09:51:39 2008 -0700"
      },
      "message": "ftdi: A few errors are err() that should be debug which causes much spewage\n\nFixes #10783\n\nSigned-off-by: Alan Cox \u003calan@redhat.com\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "4ad6de0b3f5d050b70e4c94a0cc8b26503f8cf28",
      "tree": "c8dc69cf828e0938bc186eeee799a16488624c71",
      "parents": [
        "9bde10a4b8c54804236d3d6b4b75e98825a921e7"
      ],
      "author": {
        "name": "Jason Wessel",
        "email": "jason.wessel@windriver.com",
        "time": "Mon Oct 13 10:35:51 2008 +0100"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Mon Oct 13 09:51:39 2008 -0700"
      },
      "message": "usb: fix pl2303 initialization\n\nThis patch removes the private check for the termios_initialized for\nthe pl2303 usb driver.  It forced the baud to 9600 on the first call\nto pl2303_set_termios()\n\nBased on the tty changes in the 2.6.27 kernel, the termios passed to\nthe *_set_termios functions is always populated the first time.\n\nThis means there is no need to privately initialize the settings the\nfirst time, and doing so will not allow the use of the kernel\nparameter \"console\u003dttyUSB0,115200\" as an example.\n\nSigned-off-by: Jason Wessel \u003cjason.wessel@windriver.com\u003e\nSigned-off-by: Alan Cox \u003calan@redhat.com\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "7aef709bf6f7a0886ee044960a7a86ea76dc6e2b",
      "tree": "b6560ec381a20dbd58aedf7518a16790f2c55f67",
      "parents": [
        "ab2375f2fe256358a982e357d298801cf1adbd00"
      ],
      "author": {
        "name": "Scott Ashcroft",
        "email": "scott.ashcroft@talk21.com",
        "time": "Mon Oct 13 10:34:00 2008 +0100"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Mon Oct 13 09:51:38 2008 -0700"
      },
      "message": "Fix oti6858 debug level\n\nFor some reason the oti6858 driver undefines and redefines the dbg\nmacro. This makes it spew debugging messages at KERN_INFO instead of\nKERN_DEBUG.\n\nThis patch removes the undef and define making the driver log like every\nother USB serial driver.\n\nSigned-off-by: Scott Ashcroft \u003cscott.ashcroft@talk21.com\u003e\nSigned-off-by: Alan Cox \u003calan@redhat.com\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "96285cb885b445b03b22849f2536af23c7454a11",
      "tree": "c6636ece8b68684201e3c1b7102715b3831fecf5",
      "parents": [
        "09fa14aa9273ca5cf5459b2057eb79e83e81e6be"
      ],
      "author": {
        "name": "Gaetan Carlier",
        "email": "gcpatch@gmail.com",
        "time": "Mon Sep 22 15:00:09 2008 -0700"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Tue Sep 23 13:58:10 2008 -0700"
      },
      "message": "usb: ftdi_sio: add support for Domintell devices\n\nSupport for Domintell devices (FTDI FT232BM based) : DGQG and DUSB01\nmodule.  PIDs were missing.\n\nSigned-off-by: Gaetan Carlier \u003cgcpatch@gmail.com\u003e\nCc: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\nCc: Ian Abbott \u003cabbotti@mev.co.uk\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n\n"
    },
    {
      "commit": "b77a5c7040643e658622148bb7d7dad63e8d0158",
      "tree": "7b6ab58058bcc2c8374fe10b848656cc578b8183",
      "parents": [
        "884579d03a3e1e9ac8b7f32a1c36387cac3eb80b"
      ],
      "author": {
        "name": "Kevin Lloyd",
        "email": "klloyd@sierrawireless.com",
        "time": "Wed Sep 17 09:03:38 2008 -0700"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Tue Sep 23 13:58:09 2008 -0700"
      },
      "message": "USB Serial: Sierra: Add MC8785 VID/PID\n\nAdd another MC8785 VID/PID\n\nSigned-off-by: Kevin Lloyd \u003cklloyd@sierrawireless.com\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n\n"
    },
    {
      "commit": "884579d03a3e1e9ac8b7f32a1c36387cac3eb80b",
      "tree": "ff9327adc3b91a30c7935c7cb59fa3afcd720a09",
      "parents": [
        "a18f80b4e2fdbc7b88d412c3deb533b9f1f30c30"
      ],
      "author": {
        "name": "Otavio Salvador",
        "email": "otavio@ossystems.com.br",
        "time": "Wed Sep 17 14:40:46 2008 -0300"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Tue Sep 23 13:58:09 2008 -0700"
      },
      "message": "USB: serial: add ZTE CDMA Tech id to option driver\n\nSigned-off-by: Otavio Salvador \u003cotavio@ossystems.com.br\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n\n"
    },
    {
      "commit": "a18f80b4e2fdbc7b88d412c3deb533b9f1f30c30",
      "tree": "55d276386cc2195cbd81f5cc32a868de499a0a68",
      "parents": [
        "2bcbe4c199ec012169f938d2c6b543f50c4925ed"
      ],
      "author": {
        "name": "Jaroslav Kysela",
        "email": "perex@perex.cz",
        "time": "Tue Sep 16 15:46:50 2008 +0200"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Tue Sep 23 13:58:09 2008 -0700"
      },
      "message": "USB: ftdi_sio: Add 0x5050/0x0900 USB IDs (Papouch Quido USB 4/4)\n\nUSB: ftdi_sio: Add 0x5050/0x0900 USB IDs (Papouch Quido USB 4/4)\n\nSigned-off-by: Jaroslav Kysela \u003cperex@perex.cz\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n\n"
    },
    {
      "commit": "2bcbe4c199ec012169f938d2c6b543f50c4925ed",
      "tree": "a11626f1c2d6ad374c2336c9ce95e3ddb03b863c",
      "parents": [
        "6ef65a7fb609a7aca72730dfb9890f30fcd723bf"
      ],
      "author": {
        "name": "Chris Adams",
        "email": "cmadams@hiwaay.net",
        "time": "Wed Sep 10 14:11:38 2008 -0700"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Tue Sep 23 13:58:09 2008 -0700"
      },
      "message": "usb serial: ti_usb_3410_5052 obviously broken by firmware changes\n\nWhile making some other changes to ti_usb_3410_5052, I noticed that the\nchanges made to move the firmware loading to a separate function are\nbroken (in ti_download_firmware(), status is set to -ENOMEM and never\nchanged).  This means the driver will never initialize the device\nproperly.  It looks like status was supposed to get the result of\nti_do_download().\n\nSigned-off-by: Chris Adams \u003ccmadams@hiwaay.net\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n\n"
    },
    {
      "commit": "ba0f332c413796925ce322d311d75269689a9e5d",
      "tree": "c91b276dcef188d906b2a23b39b430e991736ebb",
      "parents": [
        "ce816cf9c917435cd2e3b68acc7cfe2c1f4a814f"
      ],
      "author": {
        "name": "Craig Shelley",
        "email": "craig@microtron.org.uk",
        "time": "Thu Sep 04 21:28:21 2008 +0100"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Tue Sep 23 13:58:08 2008 -0700"
      },
      "message": "USB: SERIAL CP2101 add device IDs\n\nSigned-off-by: Craig Shelley \u003ccraig@microtron.org.uk\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n\n"
    },
    {
      "commit": "ce816cf9c917435cd2e3b68acc7cfe2c1f4a814f",
      "tree": "43162cacdeb828402f592e48ac228a5cbf15cf72",
      "parents": [
        "01c17142659c02d8cd4c67acdd8358180c5c4fb6"
      ],
      "author": {
        "name": "Andreas Bombe",
        "email": "aeb@debian.org",
        "time": "Sun Sep 14 01:58:55 2008 +0200"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Tue Sep 23 13:58:08 2008 -0700"
      },
      "message": "usb-serial: Add Siemens EF81 to PL-2303 hack triggers\n\nThis hardware needs the pl2303 hack in order to work properly :(\n\nSigned-off-by: Andreas Bombe \u003caeb@debian.org\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n\n"
    },
    {
      "commit": "f8834f1febb8f56cdcfeb35485e0cc7a8d547818",
      "tree": "a78db5833de078849c1207d0797d42d6100d7b0e",
      "parents": [
        "0a4d7f45ac173862796eb81942afc843d6244798"
      ],
      "author": {
        "name": "Tony Murray",
        "email": "murraytony@gmail.com",
        "time": "Fri Aug 22 17:30:44 2008 -0500"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Tue Sep 23 13:58:06 2008 -0700"
      },
      "message": "USB: Correct Sierra Wireless USB EVDO Modem Device ID\n\nI was trying to figure out why my device wasn\u0027t supported by the\ndrivers/usb/serial/sierra.c driver, while looking throught the device\nIDs I spotted what I believe to be a typo in the device IDs.  Please\napply the following patch\n\nIf you look down further, there is another HP wireless broadband card,\nwhich has a vendor ID of 03f0, like my device.  Below is my \"lsusb -v\n-d 03f0:1b1d\".\n\nBus 001 Device 005: ID 03f0:1b1d Hewlett-Packard\nDevice Descriptor:\n  bLength                18\n  bDescriptorType         1\n  bcdUSB               1.10\n  bDeviceClass            0 (Defined at Interface level)\n  bDeviceSubClass         0\n  bDeviceProtocol         0\n  bMaxPacketSize0        64\n  idVendor           0x03f0 Hewlett-Packard\n  idProduct          0x1b1d\n  bcdDevice            0.01\n  iManufacturer           1 HP\n  iProduct                2 HP ev2200 1xEV-DO Broadband Wireless Module\n  iSerial                 0\n  bNumConfigurations      1\n  Configuration Descriptor:\n    bLength                 9\n    bDescriptorType         2\n    wTotalLength           67\n    bNumInterfaces          1\n    bConfigurationValue     1\n    iConfiguration          0\n    bmAttributes         0xe0\n      Self Powered\n      Remote Wakeup\n    MaxPower                0mA\n    Interface Descriptor:\n      bLength                 9\n      bDescriptorType         4\n      bInterfaceNumber        0\n      bAlternateSetting       0\n      bNumEndpoints           7\n      bInterfaceClass       255 Vendor Specific Class\n      bInterfaceSubClass    255 Vendor Specific Subclass\n      bInterfaceProtocol    255 Vendor Specific Protocol\n      iInterface              3 Data Interface\n      Endpoint Descriptor:\n        bLength                 7\n        bDescriptorType         5\n        bEndpointAddress     0x81  EP 1 IN\n        bmAttributes            3\n          Transfer Type            Interrupt\n          Synch Type               None\n          Usage Type               Data\n        wMaxPacketSize     0x0010  1x 16 bytes\n        bInterval             128\n      Endpoint Descriptor:\n        bLength                 7\n        bDescriptorType         5\n        bEndpointAddress     0x82  EP 2 IN\n        bmAttributes            2\n          Transfer Type            Bulk\n          Synch Type               None\n          Usage Type               Data\n        wMaxPacketSize     0x0040  1x 64 bytes\n        bInterval               0\n      Endpoint Descriptor:\n        bLength                 7\n        bDescriptorType         5\n        bEndpointAddress     0x02  EP 2 OUT\n        bmAttributes            2\n          Transfer Type            Bulk\n          Synch Type               None\n          Usage Type               Data\n        wMaxPacketSize     0x0040  1x 64 bytes\n        bInterval               0\n      Endpoint Descriptor:\n        bLength                 7\n        bDescriptorType         5\n        bEndpointAddress     0x84  EP 4 IN\n        bmAttributes            2\n          Transfer Type            Bulk\n          Synch Type               None\n          Usage Type               Data\n        wMaxPacketSize     0x0040  1x 64 bytes\n        bInterval               0\n      Endpoint Descriptor:\n        bLength                 7\n        bDescriptorType         5\n        bEndpointAddress     0x04  EP 4 OUT\n        bmAttributes            2\n          Transfer Type            Bulk\n          Synch Type               None\n          Usage Type               Data\n        wMaxPacketSize     0x0040  1x 64 bytes\n        bInterval               0\n      Endpoint Descriptor:\n        bLength                 7\n        bDescriptorType         5\n        bEndpointAddress     0x85  EP 5 IN\n        bmAttributes            2\n          Transfer Type            Bulk\n          Synch Type               None\n          Usage Type               Data\n        wMaxPacketSize     0x0040  1x 64 bytes\n        bInterval               0\n      Endpoint Descriptor:\n        bLength                 7\n        bDescriptorType         5\n        bEndpointAddress     0x05  EP 5 OUT\n        bmAttributes            2\n          Transfer Type            Bulk\n          Synch Type               None\n          Usage Type               Data\n        wMaxPacketSize     0x0040  1x 64 bytes\n        bInterval               0\nDevice Status:     0x0000\n  (Bus Powered)\n\nFrom: Tony Murray \u003cmurraytony@gmail.com\u003e\nCc: Kevin Lloyd \u003cklloyd@sierrawireless.com\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n\n\n\n"
    },
    {
      "commit": "73b2c2057579314c4fea1a37e35a501fbb8b9916",
      "tree": "e74217ea9b229c64ba2086f88d8efd1bd3ad0453",
      "parents": [
        "c9bab96bbfdda59fa8a35ba536c22e66055669e5"
      ],
      "author": {
        "name": "Kevin Lloyd",
        "email": "klloyd@sierrawireless.com",
        "time": "Mon Aug 25 19:20:40 2008 -0700"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Tue Sep 23 13:58:06 2008 -0700"
      },
      "message": "USB Serial: Sierra: Device addition \u0026 version rev\n\nThis patch adds devices to the sierra driver and rev\u0027s the driver version.\n\nSigned-off-by: Kevin Lloyd \u003cklloyd@sierrawireless.com\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n\n"
    },
    {
      "commit": "06dd881f59b3c07a430cdcbef2197f9b6dc79ae8",
      "tree": "bcbfa4c239d70d3f60f31cb86538fae8c796eaff",
      "parents": [
        "af904deaf6da3f3285eb0a06a3dc6a1af0251030"
      ],
      "author": {
        "name": "Jason Wessel",
        "email": "jason.wessel@windriver.com",
        "time": "Mon Sep 08 14:53:37 2008 +0100"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Mon Sep 08 15:37:07 2008 -0700"
      },
      "message": "usb: fix null deferences in low level usb serial\n\nThe hw interface drivers for the usb serial devices deference the tty\nstructure to set up the parameters for the initial console.  The tty\nstructure should be passed as a parameter to the set_termios() call.\n\nSigned-off-by: Jason Wessel \u003cjason.wessel@windriver.com\u003e\nSigned-off-by: Alan Cox \u003calan@redhat.com\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "7a8fc9b248e77a4eab0613acf30a6811799786b3",
      "tree": "24b3beb8bc0633db27ffdb791f94dce95d51b1d0",
      "parents": [
        "d3ee1b405872214609868f3cde631ac157026dd0"
      ],
      "author": {
        "name": "Adrian Bunk",
        "email": "bunk@kernel.org",
        "time": "Sun Aug 17 17:36:59 2008 +0300"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Sat Aug 23 12:14:12 2008 -0700"
      },
      "message": "removed unused #include \u003clinux/version.h\u003e\u0027s\n\nThis patch lets the files using linux/version.h match the files that\n#include it.\n\nSigned-off-by: Adrian Bunk \u003cbunk@kernel.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "f8033827d8e92db6159d34ed45c608522674ecd8",
      "tree": "e2dca2790e3ed355fae43b151a2f50fec89c182d",
      "parents": [
        "380ec6780a0461bb4a4592484d6fe75aa096edeb"
      ],
      "author": {
        "name": "Hiroshi Miura",
        "email": "miurahr@nttdata.co.jp",
        "time": "Tue Aug 19 10:58:25 2008 +0200"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Thu Aug 21 10:26:32 2008 -0700"
      },
      "message": "usb-serial: option support HSDPA modem A2502\n\nThis patch  support  NTT DoCoMo A2502 3G/HSDPA modem on option driver.\nIt is produced by AnyDATA Corp. and also sold as KT Freetelecom (Korea) ADU 620UW.\n\nIt support 3.6Mbps/7.2Mbps hight speed communication.\nI have tested A2502 with NTT DoCoMo MoperaU ISP service.\n\n\nSigned-off-by: Hiroshi Miura \u003cmiurahr@nttdata.co.jp\u003e\nSigned-off-by: Matthias Urlichs \u003cmatthias@urlichs.de\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n\n"
    },
    {
      "commit": "f331e40ee8e4861e1d82310b1af7cf75de7370ac",
      "tree": "630dccab66fb5cbc3ba4a3968cabb5855956a8d9",
      "parents": [
        "6188a83f7264edebe9b8ee10ad7b2136d3531ea6"
      ],
      "author": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Tue Aug 12 12:04:50 2008 +0700"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Wed Aug 13 17:33:00 2008 -0700"
      },
      "message": "USB: serial: remove CONFIG_USB_DEBUG from sierra and option drivers\n\nThese drivers should not be relying on CONFIG_USB_DEBUG.  By doing this,\nit prevents users of kernels that do not enable this option from\nenabling debugging in these drivers, unlike all other usb-serial\ndrivers.\n\nCc: Matthias Urlichs \u003csmurf@smurf.noris.de\u003e\nCc: Kevin Lloyd \u003cklloyd@sierrawireless.com\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n\n"
    },
    {
      "commit": "6188a83f7264edebe9b8ee10ad7b2136d3531ea6",
      "tree": "eeee08c86b896865f64e119458abf41e92cf6441",
      "parents": [
        "ab1666c1364a209e6141d7c14e47a42b5f00eca2"
      ],
      "author": {
        "name": "Oliver Martin",
        "email": "oliver.martin@student.tuwien.ac.at",
        "time": "Sat Aug 09 04:49:26 2008 +0200"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Wed Aug 13 17:32:58 2008 -0700"
      },
      "message": "USB: Add vendor/product id of ZTE MF628 to option\n\nThis adds the vendor and product id (19d2:0015) of the ZTE MF628 HSDPA\nmodem to the option driver. It still needs a mode switch command issued\nbeforehand, this is currently handled by a userspace tool.\n\nSigned-off-by: Oliver Martin \u003coliver.martin@student.tuwien.ac.at\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n\n"
    },
    {
      "commit": "bf3fc82895f4f501da9daef44d057749fe900c3e",
      "tree": "d4f0405701ab238e38dc3259e9bfa424a7e5df26",
      "parents": [
        "a5f6239949de78a9f33120d76f084928cb234a15"
      ],
      "author": {
        "name": "Leon Leong",
        "email": "upleong@bandrich.com",
        "time": "Fri Aug 01 11:40:12 2008 +0800"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Wed Aug 13 17:32:55 2008 -0700"
      },
      "message": "USB: BandRich BandLuxe C150/C250 HSPA Data Card Driver\n\nThis patch adds the Product ID for the BandLuxe C150/C250 3.5G data\ncard series from BandRich Inc.\nAfter detection, the data card works fine.\n\nIt was patched against kernel 2.6.27-rc1 with -mm patch\n\nSigned-off-by: Leon Leong \u003cupleong@bandrich.com\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n\n"
    },
    {
      "commit": "a5f6239949de78a9f33120d76f084928cb234a15",
      "tree": "c723ae7c641f299185d2992cbde9325259fed505",
      "parents": [
        "7839b5162d7d6c100f70a036be1e1f2b072857bc"
      ],
      "author": {
        "name": "Lex Ross",
        "email": "lross@mail.ru",
        "time": "Wed Aug 06 16:25:08 2008 +0400"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Wed Aug 13 17:32:55 2008 -0700"
      },
      "message": "USB: ftdi_sio: add support for PHI Fisco data cable (FT232BM based, VID/PID 0403:e40b)\n\nSupport for PHI Fisco USB to Serial data cable (FTDI FT232BM based).\nPHI Fisco cable is supplied for connecting Philips Xenium 9@9++ mobile phones.\nPIDs were missing.\n\nTested successfully with PHI Fisco Data Cable (VID/PID 0403:e40b)\n\nSigned-off-by: Lex V. Ross \u003clross@mail.ru\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n\n"
    },
    {
      "commit": "0585e4dfe5670d3ccb77bf86551a657699e9e52e",
      "tree": "a3ed57be69162623af3c58e3d1f9a2546860ad59",
      "parents": [
        "e3173b22eb7b50a23af60e12bab7a29d4b24f284"
      ],
      "author": {
        "name": "Kevin Lloyd",
        "email": "klloyd@sierrawireless.com",
        "time": "Thu Jul 10 14:14:54 2008 -0700"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Wed Aug 13 17:32:51 2008 -0700"
      },
      "message": "USB Serial Sierra: TRU-Install feature update\n\nMoves responsbility of TRU-Install (i.e. ZeroCD) to the usb-storage\ndriver. See patch 04/04 of this set.\n\nSigned-off-by: Kevin Lloyd \u003cklloyd@sierrawireless.com\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n\n"
    },
    {
      "commit": "e3173b22eb7b50a23af60e12bab7a29d4b24f284",
      "tree": "52594768085675b50c727772dc73c23408ef5984",
      "parents": [
        "4e0fee82619937acb13806ffc901d3920b947286"
      ],
      "author": {
        "name": "Kevin Lloyd",
        "email": "klloyd@sierrawireless.com",
        "time": "Thu Jul 10 14:14:51 2008 -0700"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Wed Aug 13 17:32:51 2008 -0700"
      },
      "message": "USB Serial Sierra: Dynamic interface detection\n\nThis patch changes the method by which the number of ports per interface is\nassigned so that it is more dynamic and calculated on the fly (as opposed to\nhard coding it). This will allow for faster and easier addition of products.\n\nSigned-off-by: Kevin Lloyd \u003cklloyd@sierrawireless.com\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n\n"
    },
    {
      "commit": "4e0fee82619937acb13806ffc901d3920b947286",
      "tree": "ddaba2216df875805b830f641c675837deaf963f",
      "parents": [
        "8c809681ba0289afd0ed7bbb63679a0568dd441d"
      ],
      "author": {
        "name": "Kevin Lloyd",
        "email": "klloyd@sierrawireless.com",
        "time": "Thu Jul 10 14:14:47 2008 -0700"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Wed Aug 13 17:32:51 2008 -0700"
      },
      "message": "USB Serial Sierra: clean-up\n\nVery minor changes to clean up sierra code. Adds a prefix to debug messages so\nthat Sierra messages are easily recognized. Removes extraneous code.\n\nThis targets kernel 2.6.26-rc9\n\nSigned-off-by: Kevin Lloyd \u003cklloyd@sierrawireless.com\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n\n"
    },
    {
      "commit": "8c809681ba0289afd0ed7bbb63679a0568dd441d",
      "tree": "76c441c0b0e55e21c9edcdf2664721aab90ca40d",
      "parents": [
        "368ee6469c327364ea10082a348f91c1f5ba47f7"
      ],
      "author": {
        "name": "Tollef Fog Heen",
        "email": "tfheen@err.no",
        "time": "Tue Jul 22 09:28:05 2008 +0200"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Wed Aug 13 17:32:50 2008 -0700"
      },
      "message": "USB: pl2023: Remove USB id (4348:5523) handled by ch341\n\nUSB ID 4348:5523 is handled by the ch341 driver.  Remove it from the\npl2023 driver.\n\nReverts 002e8f2c80c6be76bb312940bc278fc10b2b2487.\n\nSigned-off-by: Tollef Fog Heen \u003ctfheen@err.no\u003e\nCc: stable \u003cstable@kernel.org\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n\n"
    },
    {
      "commit": "0282b7f2a874e72c18fcd5a112ccf67f71ba7f5c",
      "tree": "85db6db24e0ee5d8c018fa9b58a720d3da521b64",
      "parents": [
        "e67d70f2f55d90c79dcb384ad5b798f0f9a68085"
      ],
      "author": {
        "name": "Alan Stern",
        "email": "stern@rowland.harvard.edu",
        "time": "Tue Jul 29 12:01:04 2008 -0400"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Wed Aug 13 17:32:50 2008 -0700"
      },
      "message": "usb-serial: don\u0027t release unregistered minors\n\nThis patch (as1121) fixes a bug in the USB serial core.  When a device\nis unregistered, the core will give back its minors -- even if the\ndevice hasn\u0027t been assigned any!\n\nThe patch reserves the highest minor value (255) to mean that no minor\nwas assigned.  It also removes some dead code and does a small style\nfixup.\n\nSigned-off-by: Alan Stern \u003cstern@rowland.harvard.edu\u003e\nCc: stable \u003cstable@kernel.org\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n\n"
    },
    {
      "commit": "a00c3cadc2bf50b3c925acdb3d0e5789b1650498",
      "tree": "71ec9e5fe795dd1934c471fb3a79d6c6138165da",
      "parents": [
        "b5894a500127fce1db1309db5f9ca8b77a2ac266"
      ],
      "author": {
        "name": "Frederik Kriewitz",
        "email": "frederik@kriewitz.eu",
        "time": "Wed Jul 30 16:53:41 2008 +0200"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Wed Aug 13 17:32:48 2008 -0700"
      },
      "message": "USB: ftdi_sio: add support for Luminance Stellaris Evaluation/Development Kits\n\nThe Patch adds support for Luminance Stellaris Evaluation/Development\nKits (FTDI 2232C based).\nThe PIDs were missing.\n\nSuccessfully tested with a Stellaris LM3S8962 Evaluation kit.\n\nSigned-off-by: Frederik Kriewitz \u003cfrederik@kriewitz.eu\u003e\nCc: stable \u003cstable@kernel.org\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n\n"
    },
    {
      "commit": "b5894a500127fce1db1309db5f9ca8b77a2ac266",
      "tree": "2fe36ece87dee2ffe7d1dbe76d18654f33ef05a1",
      "parents": [
        "c728df70ab0dd59b8ccdc3c611ea88925e6697db"
      ],
      "author": {
        "name": "André Schenk",
        "email": "andre@melior.s.bawue.de",
        "time": "Mon Jul 28 15:48:46 2008 +0200"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Wed Aug 13 17:32:48 2008 -0700"
      },
      "message": "USB: ftdi_sio: Add USB Product Id for ELV HS485\n\nUSB product id registration for the ELV HS485 USB adapter (www.elv.de) to\ntheir home automation bus system. Applies to 2.6.26.\n\nSigned-off-by: Andre Schenk \u003candre@melior.s.bawue.de\u003e\nCc: stable \u003cstable@kernel.org\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n\n"
    },
    {
      "commit": "852fef69c0d9510a28a70221cfddd004efa02552",
      "tree": "3cc5a175ad181262926f0498a74054e482220088",
      "parents": [
        "9ee08c2df47c10ba624ff05a6c0f2500748bcb69"
      ],
      "author": {
        "name": "Oliver Neukum",
        "email": "oliver@neukum.org",
        "time": "Sat Jul 26 22:42:42 2008 +0200"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Sat Jul 26 20:40:09 2008 -0700"
      },
      "message": "fix for a memory leak in an error case introduced by fix for double free\n\nThe fix NULLed a pointer without freeing it.\n\nSigned-off-by: Oliver Neukum \u003coneukum@suse.de\u003e\nReported-by: Juha Motorsportcom \u003cjuha_motorsportcom@luukku.com\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "6069fb2ef5d4f47432359c97f350e0cfcc4d208e",
      "tree": "6c6664215570b8ba014b13154fff3c12d9ada08e",
      "parents": [
        "e9dd54da0ba494bd86c45bdf574a6fd6ff8f2210"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Tue Jul 22 19:06:00 2008 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Tue Jul 22 19:06:00 2008 -0700"
      },
      "message": "Re-delete zombie \u0027drivers/usb/serial/airprime.c\u0027 file\n\nStephen Rothwell points out that this file got deleted (on purpose) by\ncommit 640c1bce86d1e11ee6a1263fdf6170d3210b1684 (\"USB: delete airprime\ndriver\"), but then almost immediately incorrectly resurrected by commit\n95da310e66ee8090119596c70ca8432e57f9a97f (\"usb_serial: API all change\").\n\nDelete it again.  If it comes back, we\u0027ll need to drive a stake through\nits heart.\n\nReported-by: Stephen Rothwell \u003csfr@canb.auug.org.au\u003e\nAcked-by: Greg KH \u003cgreg@kroah.com\u003e\nCc: Alan Cox \u003calan@lxorguk.ukuu.org.uk\u003e\nCc: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "9e98966c7bb94355689478bc84cc3e0c190f977e",
      "tree": "928aebbfee524a48aa94a3d3def5249c8846a79a",
      "parents": [
        "abbe629ae4011d2020047f41bea9f9e4b0ec4361"
      ],
      "author": {
        "name": "Alan Cox",
        "email": "alan@redhat.com",
        "time": "Tue Jul 22 11:18:03 2008 +0100"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Tue Jul 22 13:03:28 2008 -0700"
      },
      "message": "tty: rework break handling\n\nSome hardware needs to do break handling itself and may have partial\nsupport only. Make break_ctl return an error code. Add a tty driver flag\nso you can indicate driver hardware side break support.\n\nSigned-off-by: Alan Cox \u003calan@redhat.com\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "d76f2f4462bbb2cf7bc83a35c5278177aa627e89",
      "tree": "beac09e41cf05235676752dac220d4172bb3ec66",
      "parents": [
        "03f0dbf74c7a117c270e63d62d5e4927af6f295b"
      ],
      "author": {
        "name": "Alan Cox",
        "email": "alan@redhat.com",
        "time": "Tue Jul 22 11:16:42 2008 +0100"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Tue Jul 22 13:03:27 2008 -0700"
      },
      "message": "io_edgeport: Fix various bogus returns to the tty layer\n\nThe edgeport reports negative error codes to functions that do not\nexpect them. This can cause ports to jam forever\n\nSigned-off-by: Alan Cox \u003calan@redhat.com\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "03f0dbf74c7a117c270e63d62d5e4927af6f295b",
      "tree": "068aef14e0f6182744bcc68988cc250b26a76d05",
      "parents": [
        "4da1a17dbc5211ac90264cfc4f0e076c8bdc1732"
      ],
      "author": {
        "name": "Alan Cox",
        "email": "alan@redhat.com",
        "time": "Tue Jul 22 11:16:34 2008 +0100"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Tue Jul 22 13:03:27 2008 -0700"
      },
      "message": "tty-usb-io_edgeport: Coding style\n\nSigned-off-by: Alan Cox \u003calan@redhat.com\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "4da1a17dbc5211ac90264cfc4f0e076c8bdc1732",
      "tree": "228c904448774592a2394924ff4540c84c391a42",
      "parents": [
        "880af9db2c35c5fedaef0de89473f202329934db"
      ],
      "author": {
        "name": "Alan Cox",
        "email": "alan@redhat.com",
        "time": "Tue Jul 22 11:16:21 2008 +0100"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Tue Jul 22 13:03:27 2008 -0700"
      },
      "message": "tty-usb-mos7720: Coding style\n\nSigned-off-by: Alan Cox \u003calan@redhat.com\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "880af9db2c35c5fedaef0de89473f202329934db",
      "tree": "a2cf814a6f8d916d90c13ac89997d388b008aa43",
      "parents": [
        "4944d40054d73b2f8d7d546f55c206eb3baf2710"
      ],
      "author": {
        "name": "Alan Cox",
        "email": "alan@redhat.com",
        "time": "Tue Jul 22 11:16:12 2008 +0100"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Tue Jul 22 13:03:26 2008 -0700"
      },
      "message": "mos7840: remove loads of bogus assignments to status\n\nSigned-off-by: Alan Cox \u003calan@redhat.com\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "4944d40054d73b2f8d7d546f55c206eb3baf2710",
      "tree": "c75209b30f2f0b20262d902e4fa85c84d08c0f1a",
      "parents": [
        "f89d0dff2507b6bd486b7db59a5f6a733fbfaa12"
      ],
      "author": {
        "name": "Alan Cox",
        "email": "alan@redhat.com",
        "time": "Tue Jul 22 11:16:03 2008 +0100"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Tue Jul 22 13:03:26 2008 -0700"
      },
      "message": "omninet: Use string flip functions\n\nSigned-off-by: Alan Cox \u003calan@redhat.com\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "f89d0dff2507b6bd486b7db59a5f6a733fbfaa12",
      "tree": "4c0b58eb4ad62899b41dd7aa954d1e37eb6c8329",
      "parents": [
        "19e58fae0c8f197d80fcea338b94fb5740369bc1"
      ],
      "author": {
        "name": "Alan Cox",
        "email": "alan@redhat.com",
        "time": "Tue Jul 22 11:15:54 2008 +0100"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Tue Jul 22 13:03:26 2008 -0700"
      },
      "message": "tty-usb-omninet: Coding style\n\nSigned-off-by: Alan Cox \u003calan@redhat.com\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "19e58fae0c8f197d80fcea338b94fb5740369bc1",
      "tree": "28396f6f32a08e4c3c3f60f3926b1077eafba6ae",
      "parents": [
        "2a77c8144992e21367cc15956b0ff295f1112c85"
      ],
      "author": {
        "name": "Alan Cox",
        "email": "alan@redhat.com",
        "time": "Tue Jul 22 11:15:45 2008 +0100"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Tue Jul 22 13:03:26 2008 -0700"
      },
      "message": "tty-usb-option: Coding style\n\nSigned-off-by: Alan Cox \u003calan@redhat.com\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "2a77c8144992e21367cc15956b0ff295f1112c85",
      "tree": "85af4158877ab5a2187839408502611acd51eace",
      "parents": [
        "43c8f435b2ca39f12ad89d91d9ee2be04a196f93"
      ],
      "author": {
        "name": "Alan Cox",
        "email": "alan@redhat.com",
        "time": "Tue Jul 22 11:15:36 2008 +0100"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Tue Jul 22 13:03:26 2008 -0700"
      },
      "message": "tty-usb-oti6858: Coding style\n\nSigned-off-by: Alan Cox \u003calan@redhat.com\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "43c8f435b2ca39f12ad89d91d9ee2be04a196f93",
      "tree": "2475e9bfbd0ff71ccbca81c5ccc105ee8f7fe71a",
      "parents": [
        "a30fa793f35b9a72fdb9ea90a539c8c9cf7bee94"
      ],
      "author": {
        "name": "Alan Cox",
        "email": "alan@redhat.com",
        "time": "Tue Jul 22 11:15:26 2008 +0100"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Tue Jul 22 13:03:26 2008 -0700"
      },
      "message": "tty-usb-safe-serial: Coding style\n\nSigned-off-by: Alan Cox \u003calan@redhat.com\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "a30fa793f35b9a72fdb9ea90a539c8c9cf7bee94",
      "tree": "17cb898fbfd769d1e9bb2a03611bd487e806b2cd",
      "parents": [
        "0487b583f268ea43ededd7897dbf519bdcb395ee"
      ],
      "author": {
        "name": "Alan Cox",
        "email": "alan@redhat.com",
        "time": "Tue Jul 22 11:15:17 2008 +0100"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Tue Jul 22 13:03:26 2008 -0700"
      },
      "message": "tty-usb-ti-usb: Coding style\n\nSigned-off-by: Alan Cox \u003calan@redhat.com\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "0487b583f268ea43ededd7897dbf519bdcb395ee",
      "tree": "a9704913e693260ed2605c073ab8244c82f1acb7",
      "parents": [
        "9660ea36bdcd4c33174e912a3e649c048d22a3d6"
      ],
      "author": {
        "name": "Alan Cox",
        "email": "alan@redhat.com",
        "time": "Tue Jul 22 11:15:08 2008 +0100"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Tue Jul 22 13:03:26 2008 -0700"
      },
      "message": "tty-usb-spcp8x5: Minor coding style\n\nSigned-off-by: Alan Cox \u003calan@redhat.com\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "9660ea36bdcd4c33174e912a3e649c048d22a3d6",
      "tree": "90ea331fa18bfd4a64bd011a85edc3346de14f18",
      "parents": [
        "3a0f43e9deffd9619ac34e3b6b9ba7089aa1e511"
      ],
      "author": {
        "name": "Alan Cox",
        "email": "alan@redhat.com",
        "time": "Tue Jul 22 11:14:59 2008 +0100"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Tue Jul 22 13:03:26 2008 -0700"
      },
      "message": "tty-usb-sierra: Coding style - minor\n\nSigned-off-by: Alan Cox \u003calan@redhat.com\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "3a0f43e9deffd9619ac34e3b6b9ba7089aa1e511",
      "tree": "11201bbc332685dbc5819e3dbb4cc91a060bdb6e",
      "parents": [
        "acc80758abc91e5d91f3f4ceb8dd94da2aa7064d"
      ],
      "author": {
        "name": "Alan Cox",
        "email": "alan@redhat.com",
        "time": "Tue Jul 22 11:14:49 2008 +0100"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Tue Jul 22 13:03:26 2008 -0700"
      },
      "message": "tty-usb-pl2303: Coding style\n\nSigned-off-by: Alan Cox \u003calan@redhat.com\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "acc80758abc91e5d91f3f4ceb8dd94da2aa7064d",
      "tree": "98b42107518dc18629c771bf3cac2a277a971370",
      "parents": [
        "e19b2560be568301ec4cc486671361ef0471d839"
      ],
      "author": {
        "name": "Alan Cox",
        "email": "alan@redhat.com",
        "time": "Tue Jul 22 11:14:40 2008 +0100"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Tue Jul 22 13:03:26 2008 -0700"
      },
      "message": "mct_u232: Use flip buffer functions\n\nSigned-off-by: Alan Cox \u003calan@redhat.com\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "e19b2560be568301ec4cc486671361ef0471d839",
      "tree": "0e274d1fbd2d40e5bb2424a19e6caeaa794174b4",
      "parents": [
        "b31f658b0bb42b315c22ae2ef814e5fba36ac737"
      ],
      "author": {
        "name": "Alan Cox",
        "email": "alan@redhat.com",
        "time": "Tue Jul 22 11:14:30 2008 +0100"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Tue Jul 22 13:03:25 2008 -0700"
      },
      "message": "tty-usb-mct-u232: Coding style\n\nSigned-off-by: Alan Cox \u003calan@redhat.com\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "b31f658b0bb42b315c22ae2ef814e5fba36ac737",
      "tree": "b7a811ff4d74868b2efdb2cd870d759ebe9111a5",
      "parents": [
        "dee0a7ccaa0bcdeebb590879d68739cce4ff1b07"
      ],
      "author": {
        "name": "Alan Cox",
        "email": "alan@redhat.com",
        "time": "Tue Jul 22 11:14:22 2008 +0100"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Tue Jul 22 13:03:25 2008 -0700"
      },
      "message": "kobil_sct: Fix ioctls\n\nSigned-off-by: Alan Cox \u003calan@redhat.com\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "dee0a7ccaa0bcdeebb590879d68739cce4ff1b07",
      "tree": "a4c5cef90c89e29c0b1cbe3b0b2323a81873b1f3",
      "parents": [
        "0c265f4e8598e251108759685dbb3789868086b2"
      ],
      "author": {
        "name": "Alan Cox",
        "email": "alan@redhat.com",
        "time": "Tue Jul 22 11:14:10 2008 +0100"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Tue Jul 22 13:03:25 2008 -0700"
      },
      "message": "tty-usb-kobil-sct: Coding style\n\nSigned-off-by: Alan Cox \u003calan@redhat.com\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "0c265f4e8598e251108759685dbb3789868086b2",
      "tree": "d969fb7c2bd6da07264b8a2ceb5a58db5e54185f",
      "parents": [
        "8dd03a5b2b775b0932c1705dc19298ccda19167d"
      ],
      "author": {
        "name": "Alan Cox",
        "email": "alan@redhat.com",
        "time": "Tue Jul 22 11:14:00 2008 +0100"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Tue Jul 22 13:03:25 2008 -0700"
      },
      "message": "tty-usb-kl5kusb105: Coding style\n\nSigned-off-by: Alan Cox \u003calan@redhat.com\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "8dd03a5b2b775b0932c1705dc19298ccda19167d",
      "tree": "13516428be186b568577cb3ba99f58e9763ca7b1",
      "parents": [
        "9e70f319d14ac4dd077de7fc835a391ece804500"
      ],
      "author": {
        "name": "Alan Cox",
        "email": "alan@redhat.com",
        "time": "Tue Jul 22 11:13:51 2008 +0100"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Tue Jul 22 13:03:25 2008 -0700"
      },
      "message": "keyspan_pda: Use string flip functions\n\nSigned-off-by: Alan Cox \u003calan@redhat.com\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "9e70f319d14ac4dd077de7fc835a391ece804500",
      "tree": "ea5550d3a0a092469eeb69f2c46e326a7b486696",
      "parents": [
        "f035a8ad158f0bdc94125004488b0ea8438edaa9"
      ],
      "author": {
        "name": "Alan Cox",
        "email": "alan@redhat.com",
        "time": "Tue Jul 22 11:13:42 2008 +0100"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Tue Jul 22 13:03:25 2008 -0700"
      },
      "message": "tty-usb-keyspan-pda: Coding style\n\nSigned-off-by: Alan Cox \u003calan@redhat.com\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "f035a8ad158f0bdc94125004488b0ea8438edaa9",
      "tree": "98c753c33ce5bd91b9cc2cc567dc44159791432c",
      "parents": [
        "deb91685784fc0bc845c582f8b2bc229cb7bc9da"
      ],
      "author": {
        "name": "Alan Cox",
        "email": "alan@redhat.com",
        "time": "Tue Jul 22 11:13:32 2008 +0100"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Tue Jul 22 13:03:24 2008 -0700"
      },
      "message": "keyspan: Use string flip functions when possible\n\nSigned-off-by: Alan Cox \u003calan@redhat.com\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\nSigned-off-by: Alan Cox \u003calan@redhat.com\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "deb91685784fc0bc845c582f8b2bc229cb7bc9da",
      "tree": "8fc54e950055159dec24162d2432a93508d09958",
      "parents": [
        "9e8e2d2ab58ee942b700a9453541d7539b704994"
      ],
      "author": {
        "name": "Alan Cox",
        "email": "alan@redhat.com",
        "time": "Tue Jul 22 11:13:08 2008 +0100"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Tue Jul 22 13:03:24 2008 -0700"
      },
      "message": "tty-usb-keyspan: Coding style\n\nSigned-off-by: Alan Cox \u003calan@redhat.com\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "9e8e2d2ab58ee942b700a9453541d7539b704994",
      "tree": "0f2c7075385290c0fb480d1f7f03449d9d129343",
      "parents": [
        "6d1d1698966ab6a5ac7ddcb16602ffebcf97f887"
      ],
      "author": {
        "name": "Alan Cox",
        "email": "alan@redhat.com",
        "time": "Tue Jul 22 11:12:59 2008 +0100"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Tue Jul 22 13:03:24 2008 -0700"
      },
      "message": "tty-usb-iuu-phoenix: Clean up to coding style\n\nSigned-off-by: Alan Cox \u003calan@redhat.com\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "6d1d1698966ab6a5ac7ddcb16602ffebcf97f887",
      "tree": "bee81abd7990c236e272c8851061c3fbbadf1dbb",
      "parents": [
        "eb6215ccd403153c6376f7eaa7b31eef19e488f5"
      ],
      "author": {
        "name": "Alan Cox",
        "email": "alan@redhat.com",
        "time": "Tue Jul 22 11:12:51 2008 +0100"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Tue Jul 22 13:03:24 2008 -0700"
      },
      "message": "tty-usb-ipw: Coding style\n\nSigned-off-by: Alan Cox \u003calan@redhat.com\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "eb6215ccd403153c6376f7eaa7b31eef19e488f5",
      "tree": "991ea076a854dd8c0702972e9e41596ce078b081",
      "parents": [
        "2e0ddd626d14f3b69d6c1bdd526721a65d52f93b"
      ],
      "author": {
        "name": "Alan Cox",
        "email": "alan@redhat.com",
        "time": "Tue Jul 22 11:12:41 2008 +0100"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Tue Jul 22 13:03:24 2008 -0700"
      },
      "message": "ipaq: Coding style\n\nSigned-off-by: Alan Cox \u003calan@redhat.com\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "2e0ddd626d14f3b69d6c1bdd526721a65d52f93b",
      "tree": "4d7bf86b2d131fc82b4a63d6287f27aa76571925",
      "parents": [
        "a8d6f0a9c4c9af0e478383d870e828693e983dfb"
      ],
      "author": {
        "name": "Alan Cox",
        "email": "alan@redhat.com",
        "time": "Tue Jul 22 11:12:33 2008 +0100"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Tue Jul 22 13:03:24 2008 -0700"
      },
      "message": "io_ti: Minor coding style\n\nSigned-off-by: Alan Cox \u003calan@redhat.com\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "a8d6f0a9c4c9af0e478383d870e828693e983dfb",
      "tree": "e38f8a99ce825832491e134db15b421b6f0d9747",
      "parents": [
        "d60d43965e46674b9097b422336a55c6ca08559a"
      ],
      "author": {
        "name": "Alan Cox",
        "email": "alan@redhat.com",
        "time": "Tue Jul 22 11:12:24 2008 +0100"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Tue Jul 22 13:03:24 2008 -0700"
      },
      "message": "usb-serial: Coding style\n\nSigned-off-by: Alan Cox \u003calan@redhat.com\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "d60d43965e46674b9097b422336a55c6ca08559a",
      "tree": "803d826b66a831fa1e5b1e7c4ed934b1e03636dd",
      "parents": [
        "3a262b2ea7c0905026c0be3618dba1f825e5387a"
      ],
      "author": {
        "name": "Alan Cox",
        "email": "alan@redhat.com",
        "time": "Tue Jul 22 11:12:15 2008 +0100"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Tue Jul 22 13:03:24 2008 -0700"
      },
      "message": "tty-usb-visor: Coding style\n\nSigned-off-by: Alan Cox \u003calan@redhat.com\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "3a262b2ea7c0905026c0be3618dba1f825e5387a",
      "tree": "b8c0e468068f9302a1e23fdac84de21f85f1174b",
      "parents": [
        "ae64387a54fd519d68aa7d1aacba095140f1a647"
      ],
      "author": {
        "name": "Alan Cox",
        "email": "alan@redhat.com",
        "time": "Tue Jul 22 11:12:05 2008 +0100"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Tue Jul 22 13:03:24 2008 -0700"
      },
      "message": "tty-usb-hp4x: Fix overlong line\n\nSigned-off-by: Alan Cox \u003calan@redhat.com\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "ae64387a54fd519d68aa7d1aacba095140f1a647",
      "tree": "230e1e05ae5bdb9e1b2a395d403fedb0e0370854",
      "parents": [
        "af6d780b578778d442278ac4894ff10847bebae2"
      ],
      "author": {
        "name": "Alan Cox",
        "email": "alan@redhat.com",
        "time": "Tue Jul 22 11:11:55 2008 +0100"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Tue Jul 22 13:03:24 2008 -0700"
      },
      "message": "tty-usb-generic: Code cleanup\n\nSigned-off-by: Alan Cox \u003calan@redhat.com\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "af6d780b578778d442278ac4894ff10847bebae2",
      "tree": "3d328f753b961966ea692e22d439bd361481f5a6",
      "parents": [
        "64701e8122fff3605c674c056749864c97485de4"
      ],
      "author": {
        "name": "Alan Cox",
        "email": "alan@redhat.com",
        "time": "Tue Jul 22 11:11:44 2008 +0100"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Tue Jul 22 13:03:23 2008 -0700"
      },
      "message": "garmin_gps: Coding style\n\nSigned-off-by: Alan Cox \u003calan@redhat.com\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "64701e8122fff3605c674c056749864c97485de4",
      "tree": "8e9ac6902fb746e0c3b644c0fe0b1d2117870b78",
      "parents": [
        "464cbb24698ddb7bf24b2b73204e3dc121886211"
      ],
      "author": {
        "name": "Alan Cox",
        "email": "alan@redhat.com",
        "time": "Tue Jul 22 11:11:34 2008 +0100"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Tue Jul 22 13:03:23 2008 -0700"
      },
      "message": "funsoft: Switch to linux/uaccess\n\nSigned-off-by: Alan Cox \u003calan@redhat.com\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "464cbb24698ddb7bf24b2b73204e3dc121886211",
      "tree": "71fc92f99eba715d0c8ffd6d7fe725858c6d69ca",
      "parents": [
        "93c467952ff6b5c3d92fddf4b1a609e68f6d08d1"
      ],
      "author": {
        "name": "Alan Cox",
        "email": "alan@redhat.com",
        "time": "Tue Jul 22 11:11:23 2008 +0100"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Tue Jul 22 13:03:23 2008 -0700"
      },
      "message": "ftdi_sio: Coding style\n\nSigned-off-by: Alan Cox \u003calan@redhat.com\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "93c467952ff6b5c3d92fddf4b1a609e68f6d08d1",
      "tree": "615e630a7803df0c22a1c68d9927620de11aef7e",
      "parents": [
        "41ad427da1f9303e2e34811398b31c999c3d39d1"
      ],
      "author": {
        "name": "Alan Cox",
        "email": "alan@redhat.com",
        "time": "Tue Jul 22 11:11:11 2008 +0100"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Tue Jul 22 13:03:23 2008 -0700"
      },
      "message": "empeg: Coding style\n\nSigned-off-by: Alan Cox \u003calan@redhat.com\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "41ad427da1f9303e2e34811398b31c999c3d39d1",
      "tree": "8c956a0c1df0b9eccd7c110f547d89ce1eb25919",
      "parents": [
        "77336828c01933d37102c4bef6e2a2cf7e3243b3"
      ],
      "author": {
        "name": "Alan Cox",
        "email": "alan@redhat.com",
        "time": "Tue Jul 22 11:11:02 2008 +0100"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Tue Jul 22 13:03:23 2008 -0700"
      },
      "message": "digi_acceleport: coding style\n\nCode tidy\n\nSigned-off-by: Alan Cox \u003calan@redhat.com\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "77336828c01933d37102c4bef6e2a2cf7e3243b3",
      "tree": "cad1beadfa13dc96fa0c89750ae5b8cf9b5576de",
      "parents": [
        "813a224fa5bff3e34309a6494e231d5ebfa0fb4e"
      ],
      "author": {
        "name": "Alan Cox",
        "email": "alan@redhat.com",
        "time": "Tue Jul 22 11:10:53 2008 +0100"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Tue Jul 22 13:03:23 2008 -0700"
      },
      "message": "usb-cypress: There is no 0 case to go with CS5/6/7/8 so remove the test\n\nSigned-off-by: Alan Cox \u003calan@redhat.com\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "813a224fa5bff3e34309a6494e231d5ebfa0fb4e",
      "tree": "455b41d05f78b5e32fbce830ac541a12b2a62989",
      "parents": [
        "b9c52f155f86eca9c4625b254b5f41dc151431be"
      ],
      "author": {
        "name": "Alan Cox",
        "email": "alan@redhat.com",
        "time": "Tue Jul 22 11:10:36 2008 +0100"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Tue Jul 22 13:03:23 2008 -0700"
      },
      "message": "cypress_m8: coding style\n\nCoding style clean ups\n\nSigned-off-by: Alan Cox \u003calan@redhat.com\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "b9c52f155f86eca9c4625b254b5f41dc151431be",
      "tree": "8366bb49db4b5982960f18011011214e0ba22077",
      "parents": [
        "ff7eb602605cc0100f089d57966fcd347e137137"
      ],
      "author": {
        "name": "Alan Cox",
        "email": "alan@redhat.com",
        "time": "Tue Jul 22 11:10:27 2008 +0100"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Tue Jul 22 13:03:23 2008 -0700"
      },
      "message": "cyberjack: Coding style\n\nCoding style fixups\n\nSigned-off-by: Alan Cox \u003calan@redhat.com\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "ff7eb602605cc0100f089d57966fcd347e137137",
      "tree": "0abb6debffe367297ee40a71dab8588752cc701e",
      "parents": [
        "c17ee886976b64d29ea89ee5d87751438e26025b"
      ],
      "author": {
        "name": "Alan Cox",
        "email": "alan@redhat.com",
        "time": "Tue Jul 22 11:10:17 2008 +0100"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Tue Jul 22 13:03:23 2008 -0700"
      },
      "message": "cp2101: coding style\n\nBring up to coding style\n\nSigned-off-by: Alan Cox \u003calan@redhat.com\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "c17ee886976b64d29ea89ee5d87751438e26025b",
      "tree": "0d690bf8518905ee4c3f51a1c5b0b65e6008ba14",
      "parents": [
        "4dbd5a0961ff55cb8a7bce309dd5ef9b04090570"
      ],
      "author": {
        "name": "Alan Cox",
        "email": "alan@redhat.com",
        "time": "Tue Jul 22 11:10:08 2008 +0100"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Tue Jul 22 13:03:23 2008 -0700"
      },
      "message": "tty-usb-console: Fix termios\n\nSetting CFLAG bits is all well and good but you must sort out ispeed and\nospeed properly.\n\nSigned-off-by: Alan Cox \u003calan@redhat.com\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "4dbd5a0961ff55cb8a7bce309dd5ef9b04090570",
      "tree": "f053036ffb8b72d46b8dc35f7311fc3b339db12e",
      "parents": [
        "c97611c16d9b3c37fcf3c18cc442dfde3a8b5d43"
      ],
      "author": {
        "name": "Alan Cox",
        "email": "alan@redhat.com",
        "time": "Tue Jul 22 11:09:57 2008 +0100"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Tue Jul 22 13:03:22 2008 -0700"
      },
      "message": "tty-usb-console: tidy the USB console code\n\nCode tidy\n\nSigned-off-by: Alan Cox \u003calan@redhat.com\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "c97611c16d9b3c37fcf3c18cc442dfde3a8b5d43",
      "tree": "91af9c94d977ddcadcd9ad063c33115d63af5257",
      "parents": [
        "b69c14992ecbff99d1b2b66d8ccbcffe131c6e38"
      ],
      "author": {
        "name": "Alan Cox",
        "email": "alan@redhat.com",
        "time": "Tue Jul 22 11:09:48 2008 +0100"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Tue Jul 22 13:03:22 2008 -0700"
      },
      "message": "usb-serial-bus: tidy coding style\n\nTidy up\n\nSigned-off-by: Alan Cox \u003calan@redhat.com\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "b69c14992ecbff99d1b2b66d8ccbcffe131c6e38",
      "tree": "9634bd935ca10f21751bdd4879b8823e17d8fc69",
      "parents": [
        "72e2741256e65f2adcc03754523d6a2fdb260e4a"
      ],
      "author": {
        "name": "Alan Cox",
        "email": "alan@redhat.com",
        "time": "Tue Jul 22 11:09:39 2008 +0100"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Tue Jul 22 13:03:22 2008 -0700"
      },
      "message": "belkin_sa: clean up code\n\nCoding style tidy up for belkin_sa\n\nSigned-off-by: Alan Cox \u003calan@redhat.com\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "72e2741256e65f2adcc03754523d6a2fdb260e4a",
      "tree": "8d4ee7fcf003c33cd4920565a9bace26eacaaa43",
      "parents": [
        "80359a9c5c03d585686e2596c9ee46703eb03047"
      ],
      "author": {
        "name": "Alan Cox",
        "email": "alan@redhat.com",
        "time": "Tue Jul 22 11:09:29 2008 +0100"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Tue Jul 22 13:03:22 2008 -0700"
      },
      "message": "whiteheat: fix bugs found in the tidy and audit\n\nTermios tidy up, plus fix break and DTR.\n\nSigned-off-by: Alan Cox \u003calan@redhat.com\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "80359a9c5c03d585686e2596c9ee46703eb03047",
      "tree": "dcf823d8b97c50c0a0f310936c351af3516574ac",
      "parents": [
        "95da310e66ee8090119596c70ca8432e57f9a97f"
      ],
      "author": {
        "name": "Alan Cox",
        "email": "alan@redhat.com",
        "time": "Tue Jul 22 11:09:16 2008 +0100"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Tue Jul 22 13:03:22 2008 -0700"
      },
      "message": "whiteheat: coding style\n\nBring ezusb and whiteheat into line with the coding style\n\nSigned-off-by: Alan Cox \u003calan@redhat.com\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "95da310e66ee8090119596c70ca8432e57f9a97f",
      "tree": "7f18c30e9c9ad4d7d53df6453fa338be06f09a85",
      "parents": [
        "1aa3692da57c773e5c76de55c5c4a953962d360e"
      ],
      "author": {
        "name": "Alan Cox",
        "email": "alan@redhat.com",
        "time": "Tue Jul 22 11:09:07 2008 +0100"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Tue Jul 22 13:03:22 2008 -0700"
      },
      "message": "usb_serial: API all change\n\nUSB serial likes to use port-\u003etty back pointers for the real work it does and\nto do so without any actual locking. Unfortunately when you consider hangup\nevents, hangup/parallel reopen or even worse hangup followed by parallel close\nevents the tty-\u003eport and port-\u003etty pointers are not guaranteed to be the same\nas port-\u003etty is the active tty while tty-\u003eport is the port the tty may or\nmay not still be attached to.\n\nSo rework the entire API to pass the tty struct. For console cases we need\nto pass both for now. This shows up multiple drivers that immediately crash\nwith USB console some of which have been fixed in the process.\n\nLonger term we need a proper tty as console abstraction\n\nSigned-off-by: Alan Cox \u003calan@redhat.com\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "df3e1ab7334279bc744344bcf05272dc8b985d3d",
      "tree": "c76e39449db8e86780442a1ae7f81d969f79c2fe",
      "parents": [
        "357585892e56f7c7bec4a9c8dfaf90257c8756c6"
      ],
      "author": {
        "name": "Oliver Neukum",
        "email": "oliver@neukum.org",
        "time": "Mon Jun 30 14:33:57 2008 +0200"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Mon Jul 21 15:16:47 2008 -0700"
      },
      "message": "USB: fix double kfree in ipaq in error case\n\nin the error case the ipaq driver leaves a dangling pointer to already\nfreed memory that will be freed again.\n\nSigned-off-by: Oliver Neukum \u003coneukum@suse.de\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n\n"
    },
    {
      "commit": "71be4f81e97fe1f42c48a6dfc411dc6d3c18687f",
      "tree": "bc6d75dd6375644b3aeacf0a94fc88f009a72539",
      "parents": [
        "830f4021a8d5ce97c6bed267132e5e90fb166192"
      ],
      "author": {
        "name": "Aleksey Gorelov",
        "email": "dared1st@yahoo.com",
        "time": "Thu Jun 19 15:22:17 2008 -0700"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Mon Jul 21 15:16:37 2008 -0700"
      },
      "message": "USB: debug port converter does not accept more than 8 byte packets\n\nUSB debug port only supports 8 byte rx/tx packets. Although spec implies that\n\"if a packet larger than eight bytes is received from the remote computer, the\ndevice must break the larger packet into eight-byte packets before sending the\ndata to the Debug Port\", the real PLX NET20DC device does not handle it right -\ndata is corrupted on debug port end if serial interface sends \u003e8 byte urbs.\nPatch below fixes the issue by limiting tx urb to 8 byte.\n\nSigned off by: Aleks Gorelov \u003cdared1st@yahoo.com\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n\n"
    },
    {
      "commit": "62ad296b6ca78bd123864c138814c0a597873693",
      "tree": "7552b0330b2b4b39a92b84394346175d56fdd858",
      "parents": [
        "17d80d562fd78a035e994afde88f354973e76236"
      ],
      "author": {
        "name": "Oliver Neukum",
        "email": "oliver@neukum.org",
        "time": "Wed Jun 25 13:32:49 2008 +0200"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Mon Jul 21 15:16:36 2008 -0700"
      },
      "message": "USB: fix usb serial pm counter decrement for disconnected interfaces\n\nusb serial decrements the pm counter even if an interface has been\ndisconnected. If it was a logical disconnect the interface may belong\nalready to another driver. This patch introduces a check for disconnected\ninterfaces.\n\nSigned-off-by: Oliver Neukum \u003coneukum@suse.de\u003e\nCc: Stable \u003cstable@kernel.org\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n\n"
    },
    {
      "commit": "188d63602756bfd4aa1fb61d531dbd59bddac962",
      "tree": "c384638965969c9b39f73bbcc14adc19cd366666",
      "parents": [
        "3b36a8fd67774867536f138035823ea9fb1b9566"
      ],
      "author": {
        "name": "Ben Collins",
        "email": "ben.collins@canonical.com",
        "time": "Thu Jun 26 20:08:16 2008 -0400"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Mon Jul 21 15:16:35 2008 -0700"
      },
      "message": "USB: keyspan: Remove duplicate device entries\n\nThe 28xb, as documented in comments, has the same ID\u0027s as the 28x.\nRemove the duplicated ID\u0027s from the device tables, and expand the\ncomment to document this.\n\nSigned-off-by: Ben Collins \u003cben.collins@canonical.com\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n\n"
    },
    {
      "commit": "3b36a8fd67774867536f138035823ea9fb1b9566",
      "tree": "e9d3bdbe8bf71981612f63c692dc19a80154abe0",
      "parents": [
        "397f519a0d771a6bddbcd71a31da6880e81c2e6b"
      ],
      "author": {
        "name": "Benny Halevy",
        "email": "bhalevy@panasas.com",
        "time": "Fri Jun 27 12:22:32 2008 +0300"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Mon Jul 21 15:16:35 2008 -0700"
      },
      "message": "usb: fix uninitialized variable warning in keyspan_pda\n\nThis fixes the compiler warning.\n\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n\n"
    },
    {
      "commit": "dd9ca5d9be7eba99d685d733e23d5be7110e9556",
      "tree": "380c3b5ed64b93cfeb7f35070978fb45fe440f36",
      "parents": [
        "3faefc88c1a32b0b4a00b9089fab5d917996b16c"
      ],
      "author": {
        "name": "Andre Haupt",
        "email": "andre@bitwigglers.org",
        "time": "Wed Jun 18 15:56:00 2008 +0200"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Mon Jul 21 15:16:33 2008 -0700"
      },
      "message": "USB: usb-serial: fix a sparse warning about different signedness\n\nfix the following sparse warning:\n\ndrivers/usb/serial/usb-serial.c:927:43: warning: incorrect type in argument 3 (different signedness)\ndrivers/usb/serial/usb-serial.c:927:43:    expected unsigned int *minor\ndrivers/usb/serial/usb-serial.c:927:43:    got int *\u003cnoident\u003e\n  CHECK   drivers/usb/serial/generic.c\n\nSigned-off-by: Andre Haupt \u003candre@bitwigglers.org\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n\n"
    },
    {
      "commit": "640c1bce86d1e11ee6a1263fdf6170d3210b1684",
      "tree": "1c108cf2667ef0c4451949fd71b15440c72dabb1",
      "parents": [
        "518386c7d4cc3eb8e6b815e0b11ed2cec6245907"
      ],
      "author": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Thu Jun 19 11:21:16 2008 -0700"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Mon Jul 21 15:16:31 2008 -0700"
      },
      "message": "USB: delete airprime driver\n\nThis driver is only for one device id, and the option driver should be\nused instead for it.\n\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n\n"
    },
    {
      "commit": "e0d795e4f36c2d8949c1355b497fc5425dbb9437",
      "tree": "28bbd3b97fa7924c9f4c406f908fa0d51c0f08af",
      "parents": [
        "b963801164618e25fbdc0cd452ce49c3628b46c8"
      ],
      "author": {
        "name": "Felipe Balbi",
        "email": "me@felipebalbi.com",
        "time": "Tue Jun 03 14:47:52 2008 +0300"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Mon Jul 21 15:16:27 2008 -0700"
      },
      "message": "usb: irda: cleanup on ir-usb module\n\nGeneral cleanup on ir-usb module. Introduced\na common header that could be used also on\nusb gadget framework.\n\nLot\u0027s of cleanups and now using macros from the header\nfile.\n\nSigned-off-by: Felipe Balbi \u003cme@felipebalbi.com\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n\n"
    },
    {
      "commit": "b2bdd1f5041db6f2d172417b5ceea20abc7a6eb6",
      "tree": "2d13145f81197f78924274c2f7dbf88918bf4339",
      "parents": [
        "5a33956a300dcb48a3b125cae437ad6f5c718282"
      ],
      "author": {
        "name": "Harvey Harrison",
        "email": "harvey.harrison@gmail.com",
        "time": "Fri May 30 10:29:55 2008 -0700"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Mon Jul 21 15:16:23 2008 -0700"
      },
      "message": "USB: cp2101.c fix sparse signedness mismatch warnings\n\nThe get/set 2101_config helpers take an unsigned int rather than an\nint.  It is safe to change these in each case and may even produce\nbetter code as it will be an unsigned divide rather than a signed\ndivide in places.  All other manipulation was setting/masking bits\nwhich will not be affected by the sign change.\n\nFixes the following sparse warnings:\ndrivers/usb/serial/cp2101.c:378:44: warning: incorrect type in argument 3 (different signedness)\ndrivers/usb/serial/cp2101.c:378:44:    expected unsigned int *data\ndrivers/usb/serial/cp2101.c:378:44:    got int *\u003cnoident\u003e\ndrivers/usb/serial/cp2101.c:388:40: warning: incorrect type in argument 3 (different signedness)\ndrivers/usb/serial/cp2101.c:388:40:    expected unsigned int *data\ndrivers/usb/serial/cp2101.c:388:40:    got int *\u003cnoident\u003e\ndrivers/usb/serial/cp2101.c:413:42: warning: incorrect type in argument 3 (different signedness)\ndrivers/usb/serial/cp2101.c:413:42:    expected unsigned int *data\ndrivers/usb/serial/cp2101.c:413:42:    got int *\u003cnoident\u003e\ndrivers/usb/serial/cp2101.c:421:42: warning: incorrect type in argument 3 (different signedness)\ndrivers/usb/serial/cp2101.c:421:42:    expected unsigned int *data\ndrivers/usb/serial/cp2101.c:421:42:    got int *\u003cnoident\u003e\ndrivers/usb/serial/cp2101.c:444:42: warning: incorrect type in argument 3 (different signedness)\ndrivers/usb/serial/cp2101.c:444:42:    expected unsigned int *data\ndrivers/usb/serial/cp2101.c:444:42:    got int *\u003cnoident\u003e\ndrivers/usb/serial/cp2101.c:451:42: warning: incorrect type in argument 3 (different signedness)\ndrivers/usb/serial/cp2101.c:451:42:    expected unsigned int *data\ndrivers/usb/serial/cp2101.c:451:42:    got int *\u003cnoident\u003e\ndrivers/usb/serial/cp2101.c:458:42: warning: incorrect type in argument 3 (different signedness)\ndrivers/usb/serial/cp2101.c:458:42:    expected unsigned int *data\ndrivers/usb/serial/cp2101.c:458:42:    got int *\u003cnoident\u003e\ndrivers/usb/serial/cp2101.c:471:42: warning: incorrect type in argument 3 (different signedness)\ndrivers/usb/serial/cp2101.c:471:42:    expected unsigned int *data\ndrivers/usb/serial/cp2101.c:471:42:    got int *\u003cnoident\u003e\ndrivers/usb/serial/cp2101.c:481:42: warning: incorrect type in argument 3 (different signedness)\ndrivers/usb/serial/cp2101.c:481:42:    expected unsigned int *data\ndrivers/usb/serial/cp2101.c:481:42:    got int *\u003cnoident\u003e\ndrivers/usb/serial/cp2101.c:561:41: warning: incorrect type in argument 3 (different signedness)\ndrivers/usb/serial/cp2101.c:561:41:    expected unsigned int *data\ndrivers/usb/serial/cp2101.c:561:41:    got int *\u003cnoident\u003e\ndrivers/usb/serial/cp2101.c:591:45: warning: incorrect type in argument 3 (different signedness)\ndrivers/usb/serial/cp2101.c:591:45:    expected unsigned int *data\ndrivers/usb/serial/cp2101.c:591:45:    got int *\u003cnoident\u003e\ndrivers/usb/serial/cp2101.c:597:41: warning: incorrect type in argument 3 (different signedness)\ndrivers/usb/serial/cp2101.c:597:41:    expected unsigned int *data\ndrivers/usb/serial/cp2101.c:597:41:    got int *\u003cnoident\u003e\ndrivers/usb/serial/cp2101.c:608:45: warning: incorrect type in argument 3 (different signedness)\ndrivers/usb/serial/cp2101.c:608:45:    expected unsigned int *data\ndrivers/usb/serial/cp2101.c:608:45:    got int *\u003cnoident\u003e\ndrivers/usb/serial/cp2101.c:614:41: warning: incorrect type in argument 3 (different signedness)\ndrivers/usb/serial/cp2101.c:614:41:    expected unsigned int *data\ndrivers/usb/serial/cp2101.c:614:41:    got int *\u003cnoident\u003e\ndrivers/usb/serial/cp2101.c:623:45: warning: incorrect type in argument 3 (different signedness)\ndrivers/usb/serial/cp2101.c:623:45:    expected unsigned int *data\ndrivers/usb/serial/cp2101.c:623:45:    got int *\u003cnoident\u003e\ndrivers/usb/serial/cp2101.c:680:50: warning: incorrect type in argument 3 (different signedness)\ndrivers/usb/serial/cp2101.c:680:50:    expected unsigned int *data\ndrivers/usb/serial/cp2101.c:680:50:    got int *\u003cnoident\u003e\ndrivers/usb/serial/cp2101.c:690:43: warning: incorrect type in argument 3 (different signedness)\ndrivers/usb/serial/cp2101.c:690:43:    expected unsigned int *data\ndrivers/usb/serial/cp2101.c:690:43:    got int *\u003cnoident\u003e\ndrivers/usb/serial/cp2101.c:715:41: warning: incorrect type in argument 3 (different signedness)\ndrivers/usb/serial/cp2101.c:715:41:    expected unsigned int *data\ndrivers/usb/serial/cp2101.c:715:41:    got int *\u003cnoident\u003e\n\nSigned-off-by: Harvey Harrison \u003charvey.harrison@gmail.com\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n\n"
    },
    {
      "commit": "5a33956a300dcb48a3b125cae437ad6f5c718282",
      "tree": "3c0eb9c55f351ffa5229f6904949a0ced666f62d",
      "parents": [
        "554cc171e3b08a0cecd5cf7c0c38f66c43f76b39"
      ],
      "author": {
        "name": "Harvey Harrison",
        "email": "harvey.harrison@gmail.com",
        "time": "Fri May 30 10:18:53 2008 -0700"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Mon Jul 21 15:16:22 2008 -0700"
      },
      "message": "USB: digi_accelport.c trivial sparse lock annotation\n\nSigned-off-by: Harvey Harrison \u003charvey.harrison@gmail.com\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n\n"
    },
    {
      "commit": "ea05af61a874ffbc158d9cf06df8a9396f299f38",
      "tree": "264a9e3985cab2ac18d5b43ec29b2eb960e346c6",
      "parents": [
        "543f7810fba2a62e412efa9473ad08167b691f09"
      ],
      "author": {
        "name": "Adrian Bunk",
        "email": "bunk@kernel.org",
        "time": "Tue May 20 01:00:46 2008 +0300"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Mon Jul 21 15:15:55 2008 -0700"
      },
      "message": "USB: remove CVS keywords\n\nThis patch removes CVS keywords that weren\u0027t updated for a long time\nfrom comments.\n\nSigned-off-by: Adrian Bunk \u003cbunk@kernel.org\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n\n"
    },
    {
      "commit": "2742fd8899328345d97a3443fb787b051b79ebae",
      "tree": "d64405d61cbfed5f44e62524089cd45ba52d3aa0",
      "parents": [
        "4330354f7660828d97834598633054b413f6264d"
      ],
      "author": {
        "name": "Alan Cox",
        "email": "alan@lxorguk.ukuu.org.uk",
        "time": "Tue Apr 29 14:45:15 2008 +0100"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Mon Jul 21 15:15:53 2008 -0700"
      },
      "message": "USB: io_ti: FIrst cut at a big clean up\n\nSort out the insane naming like \"OperationalFirmwareVersion\" which seems\n\tdesigned to cause formatting problems and RSI\nMerge various common code together\nClean up the pointlessly complex and spread about MCR handling\n\nThis is really just the low hanging fruit.\n\nNeeds lots of testing before it goes upstream so testers and reports\nappreciated\n\nSigned-off-by: Alan Cox \u003calan@redhat.com\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n\n"
    },
    {
      "commit": "bd2c784595e3dd551c2b3aa4167657bcc802f598",
      "tree": "0924ab6e5d90922328d4cf71bc6f6509fdf5e29f",
      "parents": [
        "0031a06e2f07ab0d1bc98c31dbb6801f95f4bf01"
      ],
      "author": {
        "name": "Harvey Harrison",
        "email": "harvey.harrison@gmail.com",
        "time": "Thu May 01 20:52:57 2008 -0700"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Mon Jul 21 15:15:47 2008 -0700"
      },
      "message": "USB: use get_unaligned_* helpers for kl5kusb105 driver\n\nSigned-off-by: Harvey Harrison \u003charvey.harrison@gmail.com\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n\n"
    },
    {
      "commit": "0031a06e2f07ab0d1bc98c31dbb6801f95f4bf01",
      "tree": "4b939fd3ffec09620100eeaa4e33fed373aaf2d5",
      "parents": [
        "7071a3ce0ca058ad2a9e3e8c33f30fb0bce62005"
      ],
      "author": {
        "name": "Kay Sievers",
        "email": "kay.sievers@vrfy.org",
        "time": "Fri May 02 06:02:41 2008 +0200"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Mon Jul 21 15:15:47 2008 -0700"
      },
      "message": "USB: usb dev_set_name() instead of dev-\u003ebus_id\n\nThe bus_id field is going away, use the dev_set_name() function\nto set it properly.\n\nSigned-off-by: Kay Sievers \u003ckay.sievers@vrfy.org\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n\n"
    },
    {
      "commit": "7071a3ce0ca058ad2a9e3e8c33f30fb0bce62005",
      "tree": "6e269adae8630b505a69efd0b8351440ef6b69b8",
      "parents": [
        "36aa81172edba8a3a8ecedbd1f56d41774ce2e08"
      ],
      "author": {
        "name": "Kay Sievers",
        "email": "kay.sievers@vrfy.org",
        "time": "Fri May 02 06:02:41 2008 +0200"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Mon Jul 21 15:15:46 2008 -0700"
      },
      "message": "USB: usb dev_name() instead of dev-\u003ebus_id\n\nThe bus_id field is going away, use the dev_name() function instead.\n\nSigned-off-by: Kay Sievers \u003ckay.sievers@vrfy.org\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n\n"
    },
    {
      "commit": "d12b219a228efe92f0778ed3af21305e65fbb052",
      "tree": "744a10a28e5d1d26d355253db19a119b0f92a788",
      "parents": [
        "5b9ea9322605da09d6f7119f03f71cc52b044911"
      ],
      "author": {
        "name": "Jaswinder Singh",
        "email": "jaswinder@infradead.org",
        "time": "Fri Jul 04 23:06:09 2008 +0530"
      },
      "committer": {
        "name": "David Woodhouse",
        "email": "David.Woodhouse@intel.com",
        "time": "Mon Jul 14 14:44:39 2008 -0700"
      },
      "message": "edgeport-ti: use request_firmware()\n\nFirmware blob looks like this...\n        uint8_t  MajorVersion\n        uint8_t  MinorVersion\n        __le16   BuildNumber\n        uint8_t  data[]\n\nSigned-off-by: Jaswinder Singh \u003cjaswinder@infradead.org\u003e\nSigned-off-by: David Woodhouse \u003cDavid.Woodhouse@intel.com\u003e\n"
    },
    {
      "commit": "5b9ea9322605da09d6f7119f03f71cc52b044911",
      "tree": "b227024278cf70933fb14ef22361806388635140",
      "parents": [
        "fb54be8755d386008bfadb7fc8ff89451fa3a9c9"
      ],
      "author": {
        "name": "Jaswinder Singh",
        "email": "jaswinder@infradead.org",
        "time": "Thu Jul 03 17:00:23 2008 +0530"
      },
      "committer": {
        "name": "David Woodhouse",
        "email": "David.Woodhouse@intel.com",
        "time": "Mon Jul 14 14:44:37 2008 -0700"
      },
      "message": "edgeport: use request_firmware()\n\nVersion number provided in first HEX record.\n\nSigned-off-by: Jaswinder Singh \u003cjaswinder@infradead.org\u003e\nSigned-off-by: David Woodhouse \u003cDavid.Woodhouse@intel.com\u003e\n"
    },
    {
      "commit": "ec6752f5afce659025962e25fb2f42b3911254a1",
      "tree": "2aad442c1500573d3dac3215aa97e75ef54472de",
      "parents": [
        "5f24e2d6b40f0c74ce5bfaddfdb89f9bfae4b594"
      ],
      "author": {
        "name": "David Woodhouse",
        "email": "dwmw2@infradead.org",
        "time": "Sat May 31 01:35:29 2008 +0300"
      },
      "committer": {
        "name": "David Woodhouse",
        "email": "David.Woodhouse@intel.com",
        "time": "Thu Jul 10 14:49:38 2008 +0100"
      },
      "message": "whiteheat: use request_firmware()\n\nSigned-off-by: David Woodhouse \u003cdwmw2@infradead.org\u003e\n"
    },
    {
      "commit": "5f24e2d6b40f0c74ce5bfaddfdb89f9bfae4b594",
      "tree": "2e5491ba6ddf2d927f6fbc2dc43a85ccef8ccf48",
      "parents": [
        "b8e24bfabb03527d1c876fcaf24cccb05e1cbc65"
      ],
      "author": {
        "name": "David Woodhouse",
        "email": "dwmw2@infradead.org",
        "time": "Fri May 30 18:49:51 2008 +0300"
      },
      "committer": {
        "name": "David Woodhouse",
        "email": "David.Woodhouse@intel.com",
        "time": "Thu Jul 10 14:49:34 2008 +0100"
      },
      "message": "ti_usb_3410_5052: use request_firmware()\n\nSigned-off-by: David Woodhouse \u003cdwmw2@infradead.org\u003e\n"
    },
    {
      "commit": "3edbf98b863391bdd7ad2bf47b7db1689afac886",
      "tree": "14d36c188adb20790f61cb046f7e95b01000bcbe",
      "parents": [
        "2971c579f93bcff26744672ea98c13bef71ded97"
      ],
      "author": {
        "name": "David Woodhouse",
        "email": "dwmw2@infradead.org",
        "time": "Fri May 30 15:15:13 2008 +0300"
      },
      "committer": {
        "name": "David Woodhouse",
        "email": "David.Woodhouse@intel.com",
        "time": "Thu Jul 10 14:49:09 2008 +0100"
      },
      "message": "keyspan_pda: use request_firmware()\n\nSigned-off-by: David Woodhouse \u003cdwmw2@infradead.org\u003e\n"
    },
    {
      "commit": "2971c579f93bcff26744672ea98c13bef71ded97",
      "tree": "62fc30f86cf9d535fb7c9840baaef20e7332429b",
      "parents": [
        "0a2a736afa91e8a0402c9dbdaf2ee28481a50bd3"
      ],
      "author": {
        "name": "David Woodhouse",
        "email": "dwmw2@infradead.org",
        "time": "Fri May 30 14:04:03 2008 +0300"
      },
      "committer": {
        "name": "David Woodhouse",
        "email": "David.Woodhouse@intel.com",
        "time": "Thu Jul 10 14:48:49 2008 +0100"
      },
      "message": "keyspan: use request_firmware()\n\nSigned-off-by: David Woodhouse \u003cdwmw2@infradead.org\u003e\n"
    },
    {
      "commit": "b89cbb81aec2015b4020221564ced1569e1a8900",
      "tree": "68b6fba615612bbb752e312b055a071c37b60b00",
      "parents": [
        "4edb966b375dfbabfc96b580a164c5ae90584aa0"
      ],
      "author": {
        "name": "Oliver Neukum",
        "email": "oliver@neukum.org",
        "time": "Thu Jul 03 17:14:16 2008 +0200"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Thu Jul 03 18:20:38 2008 -0700"
      },
      "message": "USB: adding comment for ipaq forcing number of ports\n\nThe reason for forcing a number of ports should be documented.\n\nSigned-off-by: Oliver Neukum \u003coneukum@suse.de\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n\n"
    },
    {
      "commit": "4edb966b375dfbabfc96b580a164c5ae90584aa0",
      "tree": "63a65feaead24d4e92a24bc5204a8d2cd7ef7c2f",
      "parents": [
        "727df3569b358ef440683787c2b9fe8cc55a0954"
      ],
      "author": {
        "name": "Oliver Neukum",
        "email": "oliver@neukum.org",
        "time": "Thu Jul 03 10:05:57 2008 +0200"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Thu Jul 03 18:20:38 2008 -0700"
      },
      "message": "USB: fix Oops on loading ipaq module since 2.6.26\n\nFixes bugzilla.kernel.org #10868\n\nSigned-off-by: Oliver Neukum \u003coneukum@suse.de\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n\n\n"
    },
    {
      "commit": "727df3569b358ef440683787c2b9fe8cc55a0954",
      "tree": "f6216cf266f569b4bd5c6663b6b32c651511e1be",
      "parents": [
        "d2e2affba4a3619df203d3be8d655ec48d00e3ec"
      ],
      "author": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Wed Jul 02 15:25:41 2008 -0500"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Thu Jul 03 18:20:38 2008 -0700"
      },
      "message": "USB: add a pl2303 device id\n\nAs reported by Ken A Scott \u003ckscott9@sent.com\u003e\n\nCc: Ken A Scott \u003ckscott9@sent.com\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n\n"
    }
  ],
  "next": "d2e2affba4a3619df203d3be8d655ec48d00e3ec"
}
