Commit Graph

63 Commits (abb0362f49c361f71b5aa6d244d4847145ed53c1)

Author SHA1 Message Date
Thierry MERLE b12049a2c3 V4L/DVB (10308): uvcvideo: use usb_make_path to report bus info 16 years ago
Laurent Pinchart f180152376 V4L/DVB (10296): uvcvideo: Fix memory leak in input device handling 16 years ago
Laurent Pinchart efdc8a9585 V4L/DVB (10295): uvcvideo: Retry URB buffers allocation when the system is low on memory. 16 years ago
Laurent Pinchart f61d1d8a56 V4L/DVB (10294): uvcvideo: Add support for the Alcor Micro AU3820 chipset. 16 years ago
Laurent Pinchart d0ebf3073f V4L/DVB (10293): uvcvideo: replace strn{cpy,cat} with strl{cpy,cat}. 16 years ago
Laurent Pinchart 51cac8ada5 V4L/DVB (10199): uvcvideo: Fix GET_DEF failure detection. 16 years ago
Laurent Pinchart fba4578ee9 V4L/DVB (10198): uvcvideo: Print the UVC version number in binary-coded decimal. 16 years ago
Laurent Pinchart 2c2d264bb9 V4L/DVB (10197): uvcvideo: Whitespace and comments cleanup, copyright updates. 16 years ago
Huang Weiyi 16e68d7cb8 V4L/DVB (10193): removed unused #include <version.h>'s 16 years ago
Bastien Nocera 74ca11c205 Input: uvc - the button on the camera is KEY_CAMERA 16 years ago
Hans Verkuil 069b747931 V4L/DVB (10138): v4l2-ioctl: change to long return type to match unlocked_ioctl. 16 years ago
Hans Verkuil bec43661b1 V4L/DVB (10135): v4l2: introduce v4l2_file_operations. 16 years ago
Mauro Carvalho Chehab ed716dcb86 V4L/DVB (10111a): usbvideo.h: remove an useless blank line 16 years ago
Laurent Pinchart ff924203c9 V4L/DVB (10104): uvcvideo: Add support for video output devices 16 years ago
Laurent Pinchart 538e7a004b V4L/DVB (10102): uvcvideo: Ignore interrupt endpoint for built-in iSight webcams. 16 years ago
Laurent Pinchart f8dd4af6d4 V4L/DVB (10101): uvcvideo: Fix bulk URB processing when the header is erroneous 16 years ago
Laurent Pinchart 9768352ac1 V4L/DVB (9903): uvcvideo: V4L2 zoom controls support 16 years ago
Laurent Pinchart 6df126f834 V4L/DVB (9902): uvcvideo: V4L2 privacy control support 16 years ago
Laurent Pinchart 2bdd29cf3d V4L/DVB (9810): uvcvideo: Add a device quirk to prune bogus controls. 16 years ago
Laurent Pinchart 0fbd8ee6de V4L/DVB (9809): uvcvideo: Add nodrop module parameter to turn incomplete frame drop off. 16 years ago
Laurent Pinchart 308bb52c19 V4L/DVB (9662): uvcvideo: Fix printk badness when printing ioctl names 16 years ago
Laurent Pinchart 23867b2511 V4L/DVB (9661): uvcvideo: Commit streaming parameters when enabling the video stream 16 years ago
Michael Hennerich 9bc6218dc1 V4L/DVB (9660): uvcvideo: Fix unaligned memory access. 16 years ago
Laurent Pinchart 4d3939f6ee V4L/DVB (9659): uvcvideo: Use {get|set}_unaligned_le32 macros 16 years ago
Laurent Pinchart 44f0079ec7 V4L/DVB (9570): uvcvideo: Handle failed video GET_{MIN|MAX|DEF} requests more gracefully 16 years ago
Laurent Pinchart c9535db3d2 V4L/DVB (9569): uvcvideo: Sort the frame descriptors during parsing 16 years ago
Laurent Pinchart 2f38483bc4 V4L/DVB (9568): uvcvideo: Add support for Lenovo Thinkpad SL500 integrated webcam 16 years ago
Laurent Pinchart 562f0fed97 V4L/DVB (9567): uvcvideo: Add support for Samsung Q310 integrated webcam 16 years ago
Hans Verkuil f473bf76c7 V4L/DVB (9503): v4l: remove inode argument from video_usercopy 16 years ago
Mauro Carvalho Chehab b1f88407f3 V4L/DVB (9330): Get rid of inode parameter at v4l_compat_translate_ioctl() 17 years ago
Laurent Pinchart e254a30154 V4L/DVB (9169): uvcvideo: Support two new Bison Electronics webcams. 17 years ago
Laurent Pinchart b1accfa155 V4L/DVB (9036): uvcvideo: Fix control cache access when setting composite auto-update controls 17 years ago
Laurent Pinchart 5e26d50f4e V4L/DVB (9035): uvcvideo: Declare missing camera and processing unit controls. 17 years ago
Ming Lei a31a405547 V4L/DVB:usbvideo:don't use part of buffer for USB transfer #4 17 years ago
Laurent Pinchart d63beb9ef0 V4L/DVB (9031): uvcvideo: Fix incomplete frame drop when switching to a variable size format. 17 years ago
Laurent Pinchart 80845e1078 V4L/DVB (9030): uvcvideo : Add support for Advent 4211 integrated webcam 17 years ago
Laurent Pinchart 4e08caf0cb V4L/DVB (8847): uvcvideo: Add support for a Bison Electronics webcam found in the Fujitsu Amilo SI2636. 17 years ago
Laurent Pinchart 08ebd003d9 V4L/DVB (8846): uvcvideo: Supress spurious "EOF in empty payload" trace message 17 years ago
Hans Verkuil c170ecf434 V4L/DVB (8788): v4l: replace video_get_drvdata(video_devdata(filp)) with video_drvdata(filp) 17 years ago
Laurent Pinchart 9b0ae867a6 V4L/DVB (8754): uvcvideo: Implement the USB power management reset_resume method. 17 years ago
Julia Lawall e9e24cee67 V4L/DVB (8729): Use DIV_ROUND_UP 17 years ago
Ralph Loader fe6c700ff3 V4L/DVB (9053): fix buffer overflow in uvc-video 17 years ago
Laurent Pinchart 04793dd041 V4L/DVB (8617): uvcvideo: don't use stack-based buffers for USB transfers. 17 years ago
Laurent Pinchart 835f09c659 V4L/DVB (8616): uvcvideo: Add support for two Bison Electronics webcams 17 years ago
Hans Verkuil 0ea6bc8d43 V4L/DVB (8523): v4l2-dev: remove unused type and type2 field from video_device 17 years ago
Laurent Pinchart 54812c77bc V4L/DVB (8498): uvcvideo: Return sensible min and max values when querying a boolean control. 17 years ago
Laurent Pinchart 90ac5ea37f V4L/DVB (8497): uvcvideo: Make the auto-exposure menu control V4L2 compliant 17 years ago
Andrea Righi 27ac792ca0 PAGE_ALIGN(): correctly handle 64-bit values on 32-bit architectures 17 years ago
Hans Verkuil 35ea11ff84 V4L/DVB (8430): videodev: move some functions from v4l2-dev.h to v4l2-common.h or v4l2-ioctl.h 17 years ago
Hans Verkuil 5e85e732f0 V4L/DVB (8428): videodev: rename 'dev' to 'parent' 17 years ago