Commit Graph

321 Commits (89aec3e1baaddeaa5636487f0e23f807eb758168)

Author SHA1 Message Date
Mike Isely 87e3495c31 V4L/DVB (10303): pvrusb2: Use usb_make_path() to determine device bus location 16 years ago
Mauro Carvalho Chehab be9ed5117d V4L/DVB (10298): remove err macro from few usb devices 16 years ago
Mike Isely 94b5ff9cf3 V4L/DVB (10259): pvrusb2: Code module name directly in printk 16 years ago
Mike Isely 2cc3b6bff4 V4L/DVB (10258): pvrusb2: Issue VIDIOC_INT_INIT to v4l2 modules when they first attach 16 years ago
Mike Isely be4f4aecf8 V4L/DVB (10239): pvrusb2: Fix misleading comment caused by earlier commit 16 years ago
Mike Isely 730e92c9ac V4L/DVB (10238): pvrusb2: Change sysfs serial number handling 16 years ago
Mike Isely 13a887971b V4L/DVB (10237): pvrusb2: Generate a device-unique identifier 16 years ago
Mike Isely d166b02ea6 V4L/DVB (10236): pvrusb2: Stop advertising VBI capability - it isn't there 16 years ago
Alan Stern 011b15df46 USB: change interface to usb_lock_device_for_reset() 16 years ago
Hans Verkuil aecde8b53b V4L/DVB (10141): v4l2: debugging API changed to match against driver name instead of ID. 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
Kay Sievers af128a102c V4L/DVB (9521): V4L: struct device - replace bus_id with dev_name(), dev_set_name() 16 years ago
Hans Verkuil f473bf76c7 V4L/DVB (9503): v4l: remove inode argument from video_usercopy 16 years ago
Mauro Carvalho Chehab 8b21c1e90e V4L/DVB (9885): drivers/media Kconfig's: fix bugzilla #12204 16 years ago
Mauro Carvalho Chehab b1f88407f3 V4L/DVB (9330): Get rid of inode parameter at v4l_compat_translate_ioctl() 17 years ago
Hans Verkuil c6330fb86f V4L/DVB (9327): v4l: use video_device.num instead of minor in video%d 17 years ago
Boris Dores 3f93d1adca V4L/DVB (9301): pvrusb2: Keep MPEG PTSs from drifting away 17 years ago
Mike Isely c82732a428 V4L/DVB (9300): pvrusb2: Fix deadlock problem 17 years ago
Greg Kroah-Hartman a482f327ff V4L/DVB (9116): USB: remove info() macro from usb media drivers 17 years ago
Hans Verkuil d45b9b8ab4 V4L/DVB (8906): v4l-dvb: fix assorted sparse warnings 17 years ago
Mike Isely 2bb87c24d7 V4L/DVB (8902): pvrusb2: Remove comment lines which refer to checkpatch's behavior 17 years ago
Mike Isely 0cc1186712 V4L/DVB (8901): pvrusb2: Disable virtual IR device when not needed. 17 years ago
Mike Isely 432907f750 V4L/DVB (8900): pvrusb2: Implement cropping pass through 17 years ago
Mike Isely 0b7c2c9598 V4L/DVB (8899): pvrusb2: Implement default value retrieval in sysfs interface 17 years ago
Mike Isely 26dd1c57a0 V4L/DVB (8898): pvrusb2: Be able to programmatically retrieve a control's default value 17 years ago
Mike Isely 755879c66b V4L/DVB (8897): pvrusb2: Mark crop window size change as being disruptive to the encoder 17 years ago
vdb128@picaros.org e784bfb93c V4L/DVB (8896): pvrusb2: Implement crop support 17 years ago
Mike Isely fe15f13679 V4L/DVB (8895): pvrusb2: Fail gracefully if an alien USB ID is used 17 years ago
Mike Isely 157afbc0de V4L/DVB (8894): pvrusb2: Remove BKL 17 years ago
Mike Isely 5f33df1443 V4L/DVB (8893): pvrusb2: Add comment elaborating on direct use of swab32() 17 years ago
Harvey Harrison 513edce60f V4L/DVB (8742): pvrusb2: use proper byteorder interface 17 years ago
Hans Verkuil d56dc61265 V4L/DVB (8613): v4l: move BKL down to the driver level. 17 years ago
Mike Isely b675c0526e V4L/DVB (8892): pvrusb2: Handle USB ID 2040:2950 same as 2040:2900 17 years ago
Adrian Bunk 445c2714cf V4L/DVB (8534): remove select's of FW_LOADER 17 years ago
Hans Verkuil 0ea6bc8d43 V4L/DVB (8523): v4l2-dev: remove unused type and type2 field from video_device 17 years ago
Michael Krufky 353facd4ab V4L/DVB (8509): pvrusb2: fix device descriptions for HVR-1900 & HVR-1950 17 years ago
Hans Verkuil 9c39d7eafa V4L/DVB (8483): Remove obsolete owner field from video_device struct. 17 years ago
Mike Isely d417f711b9 V4L/DVB (8475): pvrusb2: Cosmetic macro fix (benign) 17 years ago
Mike Isely 31335b13ca V4L/DVB (8474): pvrusb2: Enable IR chip on HVR-1900 class devices 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
Mike Isely 00528d9c2e V4L/DVB (8176): pvrusb2: Update video_gop_size 17 years ago
Mike Isely ab062fe3b5 V4L/DVB (8175): pvrusb2: Fix misleading source code comment 17 years ago
Hans Verkuil e0e31cdb91 V4L/DVB (8105): cx2341x: add TS capability 17 years ago
Mike Isely f90fe7a3f7 V4L/DVB (7939): pvrusb2: Remove sysfs interface hackery 17 years ago
Mike Isely fa98e59422 V4L/DVB (7938): pvrusb2: Increase enforced encoder wait delay to improve reliability 17 years ago
Mike Isely 83ce57aa45 V4L/DVB (7937): pvrusb2: Change several embedded timer constants to defined values 17 years ago
Mike Isely 64723b3018 V4L/DVB (7936): pvrusb2: Remove svn Id keyword from all sources 17 years ago
Michael Krufky 5a4f5da655 V4L/DVB (7883): pvrusb2: make default frequency configurable via modprobe option 17 years ago