search for: id_vendor

Displaying 13 results from an estimated 13 matches for "id_vendor".

Did you mean: gl_vendor
2013 Oct 27
3
[PATCH] drm/nouveau/agp: add a quirk list to limit agp modes
...makes the card lock up @@ -24,11 +42,27 @@ get_agp_mode(struct nouveau_drm *drm, unsigned long mode) mode &= ~PCI_AGP_COMMAND_FW; /* + * Go through the quirks list and adjust the agpmode accordingly. + */ + while (agpmode == -1 && quirk->hostbridge_vendor) { + if (info->id_vendor == quirk->hostbridge_vendor && + info->id_device == quirk->hostbridge_device && + device->pdev->vendor == quirk->chip_vendor && + device->pdev->device == quirk->chip_device) { + agpmode = quirk->mode; + nv_info(device, "F...
2009 Nov 13
1
Xorcom Astribank udev issue in Ubuntu 9.10
...add /devices/pci0000:00/0000:00:1a.7/usb1/1-1 (usb) UDEV_LOG=7 ACTION=add DEVPATH=/devices/pci0000:00/0000:00:1a.7/usb1/1-1 SUBSYSTEM=usb DEVNAME=/dev/bus/usb/001/009 DEVTYPE=usb_device DRIVER=usb DEVICE=/proc/bus/usb/001/009 PRODUCT=e4e4/1141/ffff TYPE=0/0/0 BUSNUM=001 DEVNUM=009 SEQNUM=1516 ID_VENDOR=Xorcom_LTD ID_VENDOR_ENC=Xorcom\x20LTD ID_VENDOR_ID=e4e4 ID_MODEL=Astribank ID_MODEL_ENC=Astribank ID_MODEL_ID=1141 ID_REVISION=ffff ID_SERIAL=Xorcom_LTD_Astribank_???????? ID_SERIAL_SHORT=???????? ID_BUS=usb ID_USB_INTERFACES=:ffffff: MAJOR=189 MINOR=8 DEVLINKS=/dev/char/189:8 Nov 14 00:44:41 ast...
2018 Jan 31
0
systemd-udevd not applying ATTR to block device at boot
...18, 12:49 AM, "CentOS on behalf of Nick.Jacques" <centos-bounces at centos.org on behalf of Nick.Jacques at target.com> wrote: Hi everyone, I have a udev rule file that contains a singular rule: SUBSYSTEM=="block", ACTION=="add|change", ENV{ID_VENDOR}=="*Google*", ENV{DEVTYPE}=="disk", ATTR{queue/scheduler}:="noop" When I use a Google Cloud instance and boot it, things work as expected and /dev/sda (a persistent disk) uses the noop scheduler. If the instance also has a Local SSD type disk, however, the cha...
2013 Oct 28
0
[PATCH] drm/nouveau/agp: add a quirk list to limit agp modes
...42,27 @@ get_agp_mode(struct nouveau_drm *drm, unsigned long mode) > mode &= ~PCI_AGP_COMMAND_FW; > > /* > + * Go through the quirks list and adjust the agpmode accordingly. > + */ > + while (agpmode == -1 && quirk->hostbridge_vendor) { > + if (info->id_vendor == quirk->hostbridge_vendor && > + info->id_device == quirk->hostbridge_device && > + device->pdev->vendor == quirk->chip_vendor && > + device->pdev->device == quirk->chip_device) { > + agpmode = quirk->mode; > +...
2009 Jun 10
0
KDE and mounting CD's / DVD's without noexec
...urned with status 1 run_program: '/lib/udev/scsi_id -g -x -s /block/sr0 -d /dev/.tmp-11-0' run_program: '/lib/udev/scsi_id' returned with status 1 run_program: '/lib/udev/scsi_id -g -x -a -s /block/sr0 -d /dev/.tmp-11-0' run_program: '/lib/udev/scsi_id' (stdout) 'ID_VENDOR=TSSTcorp' run_program: '/lib/udev/scsi_id' (stdout) 'ID_MODEL=DVD+-RW_TS-H653F' run_program: '/lib/udev/scsi_id' (stdout) 'ID_REVISION=D200' run_program: '/lib/udev/scsi_id' (stdout) 'ID_SERIAL=' run_program: '/lib/udev/scsi_id' (stdout) &...
2010 Apr 29
24
[Bug 27905] New: DVI monitor is blank - DVI detected as Display Port ?
...-event-mouse S: input/by-path/pci-0000:00:1a.7-usb-0:4.1.1:1.0-event-mouse E: UDEV_LOG=3 E: DEVPATH=/devices/pci0000:00/0000:00:1a.7/usb1/1-4/1-4.1/1-4.1.1/1-4.1.1:1.0/input/input14/event14 E: MAJOR=13 E: MINOR=78 E: DEVNAME=/dev/input/event14 E: SUBSYSTEM=input E: ID_INPUT=1 E: ID_INPUT_MOUSE=1 E: ID_VENDOR=Logitech E: ID_VENDOR_ENC=Logitech E: ID_VENDOR_ID=046d E: ID_MODEL=USB-PS_2_Optical_Mouse E: ID_MODEL_ENC=USB-PS\x2f2\x20Optical\x20Mouse E: ID_MODEL_ID=c043 E: ID_REVISION=2720 E: ID_SERIAL=Logitech_USB-PS_2_Optical_Mouse E: ID_TYPE=hid E: ID_BUS=usb E: ID_USB_INTERFACES=:030102: E: ID_USB_INTERF...
2019 Oct 28
3
udev on CEntOS7 - can't get a match, looking for tips...
...1/host8/rport-8:0-0/target8:0:0/8:0:0:1/scsi_generic/sg7 E: ID_MODEL=Scalar_i40-i80 E: ID_MODEL_ENC=Scalar\x20i40-i80\x20\x20 E: ID_REVISION=190G E: ID_SCSI=1 E: ID_SCSI_SERIAL=QUANTUMD0H0112430_LLA E: ID_SERIAL=1QUANTUM_D0H0112430_LLA E: ID_SERIAL_SHORT=QUANTUM_D0H0112430_LLA E: ID_TYPE=generic E: ID_VENDOR=QUANTUM E: ID_VENDOR_ENC=QUANTUM\x20 E: MAJOR=21 E: MINOR=7 E: SUBSYSTEM=scsi_generic E: USEC_INITIALIZED=28815292891 Assigned and parent device listed below: udevadm info -a -p `udevadm info -q path -n /dev/sg7` looking at device '/devices/pci0000:00/0000:00:07.0/0000:04:00.0/0000:05:00...
2018 Jan 31
0
systemd-udevd not applying ATTR to block device at boot
Hi everyone, I have a udev rule file that contains a singular rule: SUBSYSTEM=="block", ACTION=="add|change", ENV{ID_VENDOR}=="*Google*", ENV{DEVTYPE}=="disk", ATTR{queue/scheduler}:="noop" When I use a Google Cloud instance and boot it, things work as expected and /dev/sda (a persistent disk) uses the noop scheduler. If the instance also has a Local SSD type disk, however, the change in s...
2013 May 15
8
[Bug 64645] New: Massive corruption
...1.1.101 E: ID_MODEL_ID=2213 E: ID_PATH=pci-0000:00:1d.0-usb-0:1.1.1:1.0 E: ID_PATH_TAG=pci-0000_00_1d_0-usb-0_1_1_1_1_0 E: ID_REVISION=0100 E: ID_SERIAL=ATEN_Advance_Tech_Inc._HDMI_KVM_V1.1.101 E: ID_TYPE=hid E: ID_USB_DRIVER=usbhid E: ID_USB_INTERFACES=:030101:030102: E: ID_USB_INTERFACE_NUM=00 E: ID_VENDOR=ATEN_Advance_Tech_Inc. E: ID_VENDOR_ENC=ATEN\x20Advance\x20Tech\x20Inc. E: ID_VENDOR_ID=0557 E: KEY=1000000000007 ff9f207ac14057ff febeffdfffefffff fffffffffffffffe E: LED=1f E: MODALIAS=input:b0003v0557p2213e0100- e0,1,4,11,14,k71,72,73,74,75,77,79,7A,7B,7C,7D,7E,7F,80,81,82,83,84,85,86,87,88,89,8...
2020 May 12
1
[PATCH 1/3] drm/radeon: remove AGP support
...GP_4X_MODE) { > - default_mode = 4; > - } else if (agp_status & RADEON_AGP_2X_MODE) { > - default_mode = 2; > - } else { > - default_mode = 1; > - } > - } > - > - /* Apply AGPMode Quirks */ > - while (p && p->chip_device != 0) { > - if (info.id_vendor == p->hostbridge_vendor && > - info.id_device == p->hostbridge_device && > - rdev->pdev->vendor == p->chip_vendor && > - rdev->pdev->device == p->chip_device && > - rdev->pdev->subsystem_vendor == p->su...
2020 May 11
0
[PATCH 1/3] drm/radeon: remove AGP support
...E) ? 8 : 4; - } else { - if (agp_status & RADEON_AGP_4X_MODE) { - default_mode = 4; - } else if (agp_status & RADEON_AGP_2X_MODE) { - default_mode = 2; - } else { - default_mode = 1; - } - } - - /* Apply AGPMode Quirks */ - while (p && p->chip_device != 0) { - if (info.id_vendor == p->hostbridge_vendor && - info.id_device == p->hostbridge_device && - rdev->pdev->vendor == p->chip_vendor && - rdev->pdev->device == p->chip_device && - rdev->pdev->subsystem_vendor == p->subsys_vendor &&am...
2020 May 11
2
[PATCH 1/3] drm/radeon: remove AGP support
...{ > - default_mode = 2; > - } else { > - default_mode = 1; > - } > - } > - > - /* Apply AGPMode Quirks */ > - while (p && p->chip_device != 0) { > - if (info.id_vendor == p->hostbridge_vendor && > - info.id_device == p->hostbridge_device && > - rdev->pdev->vendor == p->chip_vendor && > - rdev->pdev->device == p->chip_device && > -...
2020 May 11
10
[RFC] Remove AGP support from Radeon/Nouveau/TTM
Hi guys, Well let's face it AGP is a total headache to maintain and dead for at least 10+ years. We have a lot of x86 specific stuff in the architecture independent graphics memory management to get the caching right, abusing the DMA API on multiple occasions, need to distinct between AGP and driver specific page tables etc etc... So the idea here is to just go ahead and remove the support