<feed xmlns='http://www.w3.org/2005/Atom'>
<title>kernel/linux.git/drivers/usb/wusbcore, branch v2.6.28</title>
<subtitle>Linux kernel stable tree (mirror)</subtitle>
<id>https://git.radix-linux.su/kernel/linux.git/atom?h=v2.6.28</id>
<link rel='self' href='https://git.radix-linux.su/kernel/linux.git/atom?h=v2.6.28'/>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/'/>
<updated>2008-10-16T12:56:53+00:00</updated>
<entry>
<title>uwb: don't use printk_ratelimit() so often</title>
<updated>2008-10-16T12:56:53+00:00</updated>
<author>
<name>David Vrabel</name>
<email>dv02@dv02pc01.europe.root.pri</email>
</author>
<published>2008-10-16T12:56:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/commit/?id=8092d7c9789581eea478c40d615a2632c3af17bb'/>
<id>urn:sha1:8092d7c9789581eea478c40d615a2632c3af17bb</id>
<content type='text'>
Avoid using printk_ratelimit() in many places because:
  - many were error messages reporting broken hardware (it's useful to
    get all of these).
  - the message itself wasn't useful so the message has been removed.

Signed-off-by: David Vrabel &lt;david.vrabel@csr.com&gt;
</content>
</entry>
<entry>
<title>uwb: use kcalloc where appropriate</title>
<updated>2008-10-15T13:50:10+00:00</updated>
<author>
<name>David Vrabel</name>
<email>dv02@dv02pc01.europe.root.pri</email>
</author>
<published>2008-10-15T13:50:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/commit/?id=92c4d9bd1648b3eaca6b8b8f8932eec390ba7327'/>
<id>urn:sha1:92c4d9bd1648b3eaca6b8b8f8932eec390ba7327</id>
<content type='text'>
Signed-off-by: David Vrabel &lt;david.vrabel@csr.com&gt;
</content>
</entry>
<entry>
<title>uwb: depend on EXPERIMENTAL</title>
<updated>2008-09-17T15:54:36+00:00</updated>
<author>
<name>David Vrabel</name>
<email>david.vrabel@csr.com</email>
</author>
<published>2008-09-17T15:34:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/commit/?id=6a7c3e464eb75310d011a6f2ea2953e6f5d91d55'/>
<id>urn:sha1:6a7c3e464eb75310d011a6f2ea2953e6f5d91d55</id>
<content type='text'>
The UWB stack has some sysfs APIs that will change thus it's best
marked as EXPERIMENTAL until these APIs are finalized.

Signed-off-by: David Vrabel &lt;david.vrabel@csr.com&gt;
</content>
</entry>
<entry>
<title>wusb: wusb-cbaf (CBA driver) sysfs ABI simplification</title>
<updated>2008-09-17T15:54:35+00:00</updated>
<author>
<name>Felipe Zimmerle</name>
<email>felipe.zimmerle@indt.org.br</email>
</author>
<published>2008-09-17T15:34:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/commit/?id=f1fa035f2bcb2b03cb90249e05ec2ae6927a7302'/>
<id>urn:sha1:f1fa035f2bcb2b03cb90249e05ec2ae6927a7302</id>
<content type='text'>
Simplify the sysfs ABI of the wusb-cbaf (Cable Based Association)
driver: use one value per file and cause the write of the CHID to
fetch the CDID (instead of requiring a separate read).

Update the example wusb-cbaf script to work with this revised ABI.

Signed-off-by: Felipe Zimmerle &lt;felipe.zimmerle@indt.org.br&gt;
Signed-off-by: David Vrabel &lt;david.vrabel@csr.com&gt;
</content>
</entry>
<entry>
<title>uwb: add symlinks in sysfs between radio controllers and PALs</title>
<updated>2008-09-17T15:54:35+00:00</updated>
<author>
<name>David Vrabel</name>
<email>david.vrabel@csr.com</email>
</author>
<published>2008-09-17T15:34:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/commit/?id=b60066c141997ac2e4ef08459b75638ae86ae781'/>
<id>urn:sha1:b60066c141997ac2e4ef08459b75638ae86ae781</id>
<content type='text'>
Add a facility for PALs to have symlinks to their radio controller
(and vice-versa) and make WUSB host controllers use this.

Signed-off-by: David Vrabel &lt;david.vrabel@csr.com&gt;
</content>
</entry>
<entry>
<title>wusb: fix bmRequestType for Abort RPipe request</title>
<updated>2008-09-17T15:54:32+00:00</updated>
<author>
<name>Anderson Lizardo</name>
<email>anderson.lizardo@indt.org.br</email>
</author>
<published>2008-09-17T15:34:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/commit/?id=b0a81328c287052cedf28e06d9b4648ad10b72d7'/>
<id>urn:sha1:b0a81328c287052cedf28e06d9b4648ad10b72d7</id>
<content type='text'>
WUSB 1.0 (Table 8-4) mentions that Abort RPipe requests must have bmRequestType
equal to 0x25, although current implementation sets bmRequestType to 0xa5. This
patch fixes this typo.

Signed-off-by: Anderson Lizardo &lt;anderson.lizardo@indt.org.br&gt;
Signed-off-by: David Vrabel &lt;david.vrabel@csr.com&gt;
</content>
</entry>
<entry>
<title>wusb: fix error path for wusb_set_dev_addr()</title>
<updated>2008-09-17T15:54:32+00:00</updated>
<author>
<name>Anderson Lizardo</name>
<email>anderson.lizardo@indt.org.br</email>
</author>
<published>2008-09-17T15:34:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/commit/?id=f51c23baedf191734364d3aae034d8c9c4cd8cf8'/>
<id>urn:sha1:f51c23baedf191734364d3aae034d8c9c4cd8cf8</id>
<content type='text'>
Error path for wusb_set_dev_addr() was handled incorrectly. Fix it by
considering error only when return value is negative.

Signed-off-by: Anderson Lizardo &lt;anderson.lizardo@indt.org.br&gt;
Signed-off-by: David Vrabel &lt;david.vrabel@csr.com&gt;
</content>
</entry>
<entry>
<title>wusb: add the Wire Adapter (WA) core</title>
<updated>2008-09-17T15:54:31+00:00</updated>
<author>
<name>Inaky Perez-Gonzalez</name>
<email>inaky.perez-gonzalez@intel.com</email>
</author>
<published>2008-09-17T15:34:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/commit/?id=df3654236e31f6cf425ed2ee5a74ceac366a7a9e'/>
<id>urn:sha1:df3654236e31f6cf425ed2ee5a74ceac366a7a9e</id>
<content type='text'>
Common code for supporting Host Wire Adapters and Device Wire Adapters.

Signed-off-by: David Vrabel &lt;david.vrabel@csr.com&gt;
</content>
</entry>
<entry>
<title>wusb: add the USB wusb-cbaf driver</title>
<updated>2008-09-17T15:54:30+00:00</updated>
<author>
<name>Inaky Perez-Gonzalez</name>
<email>inaky.perez-gonzalez@intel.com</email>
</author>
<published>2008-09-17T15:34:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/commit/?id=870d5395045bfe8e5213525152682c863a10f8d2'/>
<id>urn:sha1:870d5395045bfe8e5213525152682c863a10f8d2</id>
<content type='text'>
Add a driver for cable based associated of (Wireless) USB devices.

Signed-off-by: David Vrabel &lt;david.vrabel@csr.com&gt;
</content>
</entry>
<entry>
<title>wusb: add the Wireless USB core (build-system)</title>
<updated>2008-09-17T15:54:30+00:00</updated>
<author>
<name>Greg Kroah-Hartman</name>
<email>gregkh@suse.de</email>
</author>
<published>2008-09-17T15:34:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/commit/?id=470cc4150367d369bdc98ee04902b04baa2b2464'/>
<id>urn:sha1:470cc4150367d369bdc98ee04902b04baa2b2464</id>
<content type='text'>
Add the WUSB build system (Kconfig and Kbuild) files.

Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;
Signed-off-by: David Vrabel &lt;david.vrabel@csr.com&gt;
</content>
</entry>
</feed>
