<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/drivers/staging/easycap, branch v3.0.56</title>
<subtitle>Linux kernel source tree</subtitle>
<id>https://git.amat.us/linux/atom/drivers/staging/easycap?h=v3.0.56</id>
<link rel='self' href='https://git.amat.us/linux/atom/drivers/staging/easycap?h=v3.0.56'/>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/'/>
<updated>2011-05-18T21:30:08Z</updated>
<entry>
<title>staging/easycap: easycap_probe: drop more unused variables</title>
<updated>2011-05-18T21:30:08Z</updated>
<author>
<name>Tomas Winkler</name>
<email>tomas.winkler@intel.com</email>
</author>
<published>2011-05-18T19:29:30Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=8041f92a204c06aa5bef5f42a5108e3886c0b215'/>
<id>urn:sha1:8041f92a204c06aa5bef5f42a5108e3886c0b215</id>
<content type='text'>
wMaxPacketSize are  bEndpointAddress assigned but not used

Cc: Mike Thomas &lt;rmthomas@sciolus.org&gt;
Signed-off-by: Tomas Winkler &lt;tomas.winkler@intel.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;
</content>
</entry>
<entry>
<title>staging/easycap: probe: simplify the endpoints tests</title>
<updated>2011-05-18T21:30:07Z</updated>
<author>
<name>Tomas Winkler</name>
<email>tomas.winkler@intel.com</email>
</author>
<published>2011-05-18T19:29:29Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=1d243c2e18a6070f4029b774966c51967c3240e0'/>
<id>urn:sha1:1d243c2e18a6070f4029b774966c51967c3240e0</id>
<content type='text'>
we are interested only in isochronous in endpoints
so we can simplify the flow

Cc: Mike Thomas &lt;rmthomas@sciolus.org&gt;
Signed-off-by: Tomas Winkler &lt;tomas.winkler@intel.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;
</content>
</entry>
<entry>
<title>staging/easycap: easycap_probe: drop verbose printouts</title>
<updated>2011-05-18T21:30:07Z</updated>
<author>
<name>Tomas Winkler</name>
<email>tomas.winkler@intel.com</email>
</author>
<published>2011-05-18T19:29:28Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=49c30e5764f51b5d1b6e0c6402c74eba4244bdd1'/>
<id>urn:sha1:49c30e5764f51b5d1b6e0c6402c74eba4244bdd1</id>
<content type='text'>
reduce printouts of not necessary information

Cc: Mike Thomas &lt;rmthomas@sciolus.org&gt;
Signed-off-by: Tomas Winkler &lt;tomas.winkler@intel.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;
</content>
</entry>
<entry>
<title>staging/easycap: easycap_probe: drop unuzed variables</title>
<updated>2011-04-21T01:08:08Z</updated>
<author>
<name>Tomas Winkler</name>
<email>tomas.winkler@intel.com</email>
</author>
<published>2011-04-06T14:37:35Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=57903f29cde4717d51123df0c9c7b670b6403ac5'/>
<id>urn:sha1:57903f29cde4717d51123df0c9c7b670b6403ac5</id>
<content type='text'>
Cc: Mike Thomas &lt;rmthomas@sciolus.org&gt;
Signed-off-by: Tomas Winkler &lt;tomas.winkler@intel.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;
</content>
</entry>
<entry>
<title>staging/easycap: easycap_probe: take out duplicated code from ifdef - else</title>
<updated>2011-04-21T01:08:07Z</updated>
<author>
<name>Tomas Winkler</name>
<email>tomas.winkler@intel.com</email>
</author>
<published>2011-04-06T14:37:34Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=ad30d7af14c778a63304e42acdcedc365b26e8d8'/>
<id>urn:sha1:ad30d7af14c778a63304e42acdcedc365b26e8d8</id>
<content type='text'>
Cc: Mike Thomas &lt;rmthomas@sciolus.org&gt;
Signed-off-by: Tomas Winkler &lt;tomas.winkler@intel.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;
</content>
</entry>
<entry>
<title>staging/easycap: easycap_probe : rename usb variables to common names</title>
<updated>2011-04-21T01:08:07Z</updated>
<author>
<name>Tomas Winkler</name>
<email>tomas.winkler@intel.com</email>
</author>
<published>2011-04-06T14:37:33Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=11ff12feb40dc663cad0f2da86729f1af9d1356e'/>
<id>urn:sha1:11ff12feb40dc663cad0f2da86729f1af9d1356e</id>
<content type='text'>
1. rename usb variables to more common names

struct usb_device *pusb_device -&gt; usbdev
struct usb_host_interface *pusb_host_interface -&gt; alt
struct usb_endpoint_descriptor *pepd -&gt;
struct usb_interface_descriptor *pusb_interface_descriptor -&gt; interface;

2. use usb_altnum_to_altsetting to access alternative settings

Cc: Mike Thomas &lt;rmthomas@sciolus.org&gt;
Signed-off-by: Tomas Winkler &lt;tomas.winkler@intel.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;
</content>
</entry>
<entry>
<title>staging/easycap: revamp reset function</title>
<updated>2011-04-20T20:48:25Z</updated>
<author>
<name>Tomas Winkler</name>
<email>tomas.winkler@intel.com</email>
</author>
<published>2011-03-30T10:15:30Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=fd1b821c31f8a4588cc874721e3d17a47b460380'/>
<id>urn:sha1:fd1b821c31f8a4588cc874721e3d17a47b460380</id>
<content type='text'>
fix indentation and drop success statements printouts
that just causes code be less readable

Signed-off-by: Tomas Winkler &lt;tomas.winkler@intel.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;
</content>
</entry>
<entry>
<title>Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6</title>
<updated>2011-03-24T16:50:13Z</updated>
<author>
<name>Linus Torvalds</name>
<email>torvalds@linux-foundation.org</email>
</author>
<published>2011-03-24T16:50:13Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=76d21c563569bcea6bc67d65cc2c460cff643058'/>
<id>urn:sha1:76d21c563569bcea6bc67d65cc2c460cff643058</id>
<content type='text'>
* 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6: (442 commits)
  [media] videobuf2-dma-contig: make cookie() return a pointer to dma_addr_t
  [media] sh_mobile_ceu_camera: Do not call vb2's mem_ops directly
  [media] V4L: soc-camera: explicitly require V4L2_BUF_TYPE_VIDEO_CAPTURE
  [media] v4l: soc-camera: Store negotiated buffer settings
  [media] rc: interim support for 32-bit NEC-ish scancodes
  [media] mceusb: topseed 0x0011 needs gen3 init for tx to work
  [media] lirc_zilog: error out if buffer read bytes != chunk size
  [media] lirc: silence some compile warnings
  [media] hdpvr: use same polling interval as other OS
  [media] ir-kbd-i2c: pass device code w/key in hauppauge case
  [media] rc/keymaps: Remove the obsolete rc-rc5-tv keymap
  [media] remove the old RC_MAP_HAUPPAUGE_NEW RC map
  [media] rc/keymaps: Rename Hauppauge table as rc-hauppauge
  [media] rc-rc5-hauppauge-new: Fix Hauppauge Grey mapping
  [media] rc-rc5-hauppauge-new: Add support for the old Black RC
  [media] rc-rc5-hauppauge-new: Add the old control to the table
  [media] rc-winfast: Fix the keycode tables
  [media] a800: Fix a few wrong IR key assignments
  [media] opera1: Use multimedia keys instead of an app-specific mapping
  [media] dw2102: Use multimedia keys instead of an app-specific mapping
  ...

Fix up trivial conflicts (remove/modify and some real conflicts) in:
	arch/arm/mach-omap2/devices.c
	drivers/staging/Kconfig
	drivers/staging/Makefile
	drivers/staging/dabusb/dabusb.c
	drivers/staging/dabusb/dabusb.h
	drivers/staging/easycap/easycap_ioctl.c
	drivers/staging/usbvideo/usbvideo.c
	drivers/staging/usbvideo/vicam.c
</content>
</entry>
<entry>
<title>[media] v4l: removal of old, obsolete ioctls</title>
<updated>2011-03-21T23:32:12Z</updated>
<author>
<name>Hans Verkuil</name>
<email>hverkuil@xs4all.nl</email>
</author>
<published>2011-02-05T13:10:38Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=7ee40aadabd59b6cab60835f0ef9cdbe385df438'/>
<id>urn:sha1:7ee40aadabd59b6cab60835f0ef9cdbe385df438</id>
<content type='text'>
Some ioctl's were defined wrong on 2.6.2 and 2.6.6, using the wrong
type of R/W arguments. They were fixed, but the old ioctl names are
still there, maintained to avoid breaking binary compatibility:

There's no sense on preserving those forever, as it is very doubtful
that someone would try to use a such old binary with a modern kernel.
Removing them will allow us to remove some magic done at the V4L ioctl
handler.

Note that any application compiled with a videodev2.h from 2.6.7 or later
will be using the correct ioctls.

Signed-off-by: Hans Verkuil &lt;hverkuil@xs4all.nl&gt;
Signed-off-by: Mauro Carvalho Chehab &lt;mchehab@redhat.com&gt;
</content>
</entry>
<entry>
<title>Merge branch 'config' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bkl</title>
<updated>2011-03-17T00:21:00Z</updated>
<author>
<name>Linus Torvalds</name>
<email>torvalds@linux-foundation.org</email>
</author>
<published>2011-03-17T00:21:00Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=f74b9444192c60603020c61d7915b72893137edc'/>
<id>urn:sha1:f74b9444192c60603020c61d7915b72893137edc</id>
<content type='text'>
* 'config' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bkl:
  BKL: That's all, folks
  fs/locks.c: Remove stale FIXME left over from BKL conversion
  ipx: remove the BKL
  appletalk: remove the BKL
  x25: remove the BKL
  ufs: remove the BKL
  hpfs: remove the BKL
  drivers: remove extraneous includes of smp_lock.h
  tracing: don't trace the BKL
  adfs: remove the big kernel lock
</content>
</entry>
</feed>
