[arch-commits] Commit in linux/trunk (PKGBUILD)

Tobias Powalowski tpowa at archlinux.org
Fri Jan 6 10:11:04 UTC 2012


    Date: Friday, January 6, 2012 @ 05:11:04
  Author: tpowa
Revision: 146221

remove usb quirk for webcams

Modified:
  linux/trunk/PKGBUILD

----------+
 PKGBUILD |   10 ++--------
 1 file changed, 2 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-01-06 09:21:20 UTC (rev 146220)
+++ PKGBUILD	2012-01-06 10:11:04 UTC (rev 146221)
@@ -21,15 +21,13 @@
         # standard config files for mkinitcpio ramdisk
         "${pkgname}.preset"
         'change-default-console-loglevel.patch'
-        'i915-fix-ghost-tv-output.patch'
-        'usb-add-reset-resume-quirk-for-several-webcams.patch')
+        'i915-fix-ghost-tv-output.patch')
 md5sums=('364066fa18767ec0ae5f4e4abcf9dc51'
          '52a4972b75e5e083cadd1dfa3e034d79'
          'caa5cd741b48e62d535c6b41149a3903'
          'eb14dcfd80c00852ef81ded6e826826a'
          '9d3c56a4b999c8bfbd4018089a62f662'
-         '263725f20c0b9eb9c353040792d644e5'
-         '52d41fa61e80277ace2b994412a0c856')
+         '263725f20c0b9eb9c353040792d644e5')
 
 build() {
   cd "${srcdir}/linux-${_basekernel}"
@@ -49,10 +47,6 @@
   # needed.
   patch -Np1 -i "${srcdir}/i915-fix-ghost-tv-output.patch"
 
-  # Add the USB_QUIRK_RESET_RESUME for several webcams
-  # FS#26528
-  patch -Np1 -i "${srcdir}/usb-add-reset-resume-quirk-for-several-webcams.patch"
-
   # set DEFAULT_CONSOLE_LOGLEVEL to 4 (same value as the 'quiet' kernel param)
   # remove this when a Kconfig knob is made available by upstream
   # (relevant patch sent upstream: https://lkml.org/lkml/2011/7/26/227)




More information about the arch-commits mailing list