<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/drivers/staging, branch v2.6.30</title>
<subtitle>Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
</subtitle>
<id>https://git.shady.money/linux/atom?h=v2.6.30</id>
<link rel='self' href='https://git.shady.money/linux/atom?h=v2.6.30'/>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/'/>
<updated>2009-05-09T02:39:28Z</updated>
<entry>
<title>Staging: comedi: David doesn't want to get comedi patches</title>
<updated>2009-05-09T02:39:28Z</updated>
<author>
<name>Greg Kroah-Hartman</name>
<email>gregkh@suse.de</email>
</author>
<published>2009-04-25T00:04:44Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=ca9fc928788a02a0fe975dc3334e6d7ec521b6af'/>
<id>urn:sha1:ca9fc928788a02a0fe975dc3334e6d7ec521b6af</id>
<content type='text'>
He's long moved on from the project.

Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;
</content>
</entry>
<entry>
<title>Staging: rtl8187se: Fix compilation warnings and procfs directory leak</title>
<updated>2009-05-09T02:39:27Z</updated>
<author>
<name>Larry Finger</name>
<email>Larry.Finger@lwfinger.net</email>
</author>
<published>2009-04-19T02:09:08Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=be286fd229e95658516ddf880054ea3c9ad9bb34'/>
<id>urn:sha1:be286fd229e95658516ddf880054ea3c9ad9bb34</id>
<content type='text'>
Fix some warnings during compilation and correct a programming error
that was leaking a directory in /proc.

Signed-off-by: Larry Finger &lt;Larry.Finger@lwfinger.net&gt;
Tested-by: Bernhard Schiffner &lt;bernhard@schiffner-limbach.de&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;

</content>
</entry>
<entry>
<title>Staging: rt2870: new device id</title>
<updated>2009-05-09T02:39:27Z</updated>
<author>
<name>Dave Hayes</name>
<email>dwhayes@gmail.com</email>
</author>
<published>2009-04-18T07:18:37Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=a9ed12e5c149b05adf13bea5f1e96d68c2127faf'/>
<id>urn:sha1:a9ed12e5c149b05adf13bea5f1e96d68c2127faf</id>
<content type='text'>
Hey, I have an Edimax wireless USB adapter that uses the rt2870 chipset.
lsusb shows it as follows:

Bus 001 Device 002: ID 7392:7717

When I added that ID to rt2870.h, the device came up and worked as
expected.

From: Dave Hayes &lt;dwhayes@gmail.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;

</content>
</entry>
<entry>
<title>Staging: w35und: unregister device from the ieee80211 stack upon -&gt;disconnect()</title>
<updated>2009-05-09T02:39:27Z</updated>
<author>
<name>Pekka Enberg</name>
<email>penberg@cs.helsinki.fi</email>
</author>
<published>2009-04-16T11:43:14Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=82fbb01cf3c2bd150262269bd017431d7dd74063'/>
<id>urn:sha1:82fbb01cf3c2bd150262269bd017431d7dd74063</id>
<content type='text'>
Impact: fix module removal

This patch fixes an oops when the w35und module is removed from the
kernel and added back.

Reported-by: luoyi &lt;luoyi.ly@gmail.com&gt;
Tested-by: Sandro Bonazzola &lt;sandro.bonazzola@gmail.com&gt;
Cc: Pavel Machek &lt;pavel@ucw.cz&gt;
Signed-off-by: Pekka Enberg &lt;penberg@cs.helsinki.fi&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;

</content>
</entry>
<entry>
<title>go7007: Convert to the new i2c device binding model</title>
<updated>2009-04-21T19:47:22Z</updated>
<author>
<name>Jean Delvare</name>
<email>khali@linux-fr.org</email>
</author>
<published>2009-04-21T19:47:22Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=7400516ab40d8fe55031dc8d614e2b365bd95f1c'/>
<id>urn:sha1:7400516ab40d8fe55031dc8d614e2b365bd95f1c</id>
<content type='text'>
Move the go7007 driver away from the legacy i2c binding model, which
is going away really soon now.

The I2C addresses of the audio and video chips in s2250-board didn't
look quite right, apparently they were left-aligned values when Linux
wants right-aligned values, so I fixed them too.

Signed-off-by: Jean Delvare &lt;khali@linux-fr.org&gt;
Cc: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;
</content>
</entry>
<entry>
<title>staging: slicoss: update README</title>
<updated>2009-04-17T18:06:31Z</updated>
<author>
<name>Stephen Hemminger</name>
<email>shemminger@vyatta.com</email>
</author>
<published>2009-04-15T23:52:16Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=1a92e82a86556727da1626393f2a6becf7e62f39'/>
<id>urn:sha1:1a92e82a86556727da1626393f2a6becf7e62f39</id>
<content type='text'>
I looked, I gagged, I left

Signed-off-by: Stephen Hemminger &lt;shemminger@vyatta.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;


</content>
</entry>
<entry>
<title>otus/zdusb.c: additional USB idnetifier</title>
<updated>2009-04-17T18:06:31Z</updated>
<author>
<name>Daniele Napolitano</name>
<email>dnax88@gmail.com</email>
</author>
<published>2009-04-14T23:58:33Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=5672487d29bd6a3cb0bff941d4f4535ccacc41ed'/>
<id>urn:sha1:5672487d29bd6a3cb0bff941d4f4535ccacc41ed</id>
<content type='text'>
Provide support for WN111v2 USB 802.11n adapter.

Signed-off-by: Daniele Napolitano &lt;dnax88@gmail.com&gt;
Signed-off-by: Andrew Morton &lt;akpm@linux-foundation.org&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;

</content>
</entry>
<entry>
<title>Staging: go7007: fix build issues</title>
<updated>2009-04-17T18:06:31Z</updated>
<author>
<name>Greg Kroah-Hartman</name>
<email>gregkh@suse.de</email>
</author>
<published>2009-04-13T20:16:54Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=86a79d2e7094589413880eefa5c6111032382584'/>
<id>urn:sha1:86a79d2e7094589413880eefa5c6111032382584</id>
<content type='text'>
Now that TUNER_SET_TYPE_ADDR is gone from the tree, the older code kicks
in and tries to use TUNER_SET_TYPE, which went away a long time ago.

This patch removes all of this logic, as it should not be needed anymore
now, and by doing so, fixes the build.

Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;
</content>
</entry>
<entry>
<title>Staging: sxg: Fix leaks and checksum errors in transmit code path</title>
<updated>2009-04-17T18:06:31Z</updated>
<author>
<name>Mithlesh Thukral</name>
<email>mithlesh@linsyssoft.com</email>
</author>
<published>2009-03-25T10:21:49Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=b824adc9686fb9a6edca164c13107bfed3e41d4e'/>
<id>urn:sha1:b824adc9686fb9a6edca164c13107bfed3e41d4e</id>
<content type='text'>
Fix the transmit function for the following:
* Free XmtCmd in the error code path. This use to leak memory in
  error conditions.
* Do pci mapping after the checksum operations are over. They can
  reallocate the skb at a different location.
* Fix UDP checksum errors which were seen in wireshark

Signed-off-by: LinSysSoft Sahara Team &lt;saharaproj@linsyssoft.com&gt;
Signed-off-by: Mithlesh Thukral &lt;mithlesh@linsyssoft.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;

</content>
</entry>
<entry>
<title>Staging: sxg: Fix sleep in atomic context warning while loading driver</title>
<updated>2009-04-17T18:06:31Z</updated>
<author>
<name>Mithlesh Thukral</name>
<email>mithlesh@linsyssoft.com</email>
</author>
<published>2009-03-25T10:21:14Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=cc4b8dfc3ff32f890cd5de0ce22de44f124d0d05'/>
<id>urn:sha1:cc4b8dfc3ff32f890cd5de0ce22de44f124d0d05</id>
<content type='text'>
Leave a spinlock before calling request_irq(). request_irq() calls kmalloc
which can sleep. This was generating a warning dump while driver is loaded.

Signed-off-by: LinSysSoft Sahara Team &lt;saharaproj@linsyssoft.com&gt;
Signed-off-by: Mithlesh Thukral &lt;mithlesh@linsyssoft.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;

</content>
</entry>
</feed>
