lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:	Mon, 16 Nov 2009 04:22:31 +0100
From:	"Feng, Xiaobing" <Xiaobing.Feng@...driver.com>
To:	<linux-kernel@...r.kernel.org>
Cc:	<linux-serial@...r.kernel.org>, <linux-pci@...r.kernel.org>,
	<giancarlo.asnaghi@...com>,
	"Wallin, Anders" <Anders.Wallin@...driver.com>,
	"D'Agostino, Raffaele" <raffaele.dagostino@...driver.com>,
	"Li, Li" <Li.Li@...driver.com>
Subject: [PATCH 1/2] Uart driver for ST Microelectronics ConneXt(STA2X11/STA2X10).


Hi
	The  patch add VENDOR ID and DEVICE ID for all components on ST
Microelectronics ConneXt board. It will be required by all drivers of
ConneXt which will submit in the future monthes.
  
ST Microelectronics ConneXt(STA2X11/STA2X10), a PCI express
multifunction chip that provides Input/Output capabilities.

  	 This patch has been checked by scripts/checkpatch.pl .



>From 562dced056963d0dae2cc17263a995acf51d3b01 Mon Sep 17 00:00:00 2001
From: Billy <billy@...ly-laptop.(none)>
Date: Fri, 13 Nov 2009 18:07:26 +0800
Subject: [PATCH] Add VENDOR ID and DEVICE ID for STMICRO's ConneXt board
to include/linux/pci_ids.h

Signed-off-by: XiaoBing Feng (Billy Feng) <xiaobing.feng@...driver.com>
Acked-by: Giancarlo Asnaghi <giancarlo.asnaghi@...com>
---
 include/linux/pci_ids.h |   23 +++++++++++++++++++++++
 1 files changed, 23 insertions(+), 0 deletions(-)

diff --git a/include/linux/pci_ids.h b/include/linux/pci_ids.h index
73b46b6..ff7b0ba 100644
--- a/include/linux/pci_ids.h
+++ b/include/linux/pci_ids.h
@@ -2664,3 +2664,26 @@
 #define PCI_DEVICE_ID_RME_DIGI32       0x9896
 #define PCI_DEVICE_ID_RME_DIGI32_PRO   0x9897
 #define PCI_DEVICE_ID_RME_DIGI32_8     0x9898
+
+#define PCI_VENDOR_ID_STMICRO                  0x1862
+#define PCI_DEVICE_ID_STMICRO_USB_HOST         0xCC00
+#define PCI_DEVICE_ID_STMICRO_USB_OHCI         0xCC01
+#define PCI_DEVICE_ID_STMICRO_USB_OTG          0xCC02
+#define PCI_DEVICE_ID_STMICRO_UART_HWFC                0xCC03
+#define PCI_DEVICE_ID_STMICRO_UART_NO_HWFC     0xCC04
+#define PCI_DEVICE_ID_STMICRO_SOC_DMA          0xCC05
+#define PCI_DEVICE_ID_STMICRO_SATAII           0xCC06
+#define PCI_DEVICE_ID_STMICRO_I2C              0xCC07
+#define PCI_DEVICE_ID_STMICRO_SPI_HS           0xCC08
+#define PCI_DEVICE_ID_STMICRO_MAC              0xCC09
+#define PCI_DEVICE_ID_STMICRO_SDIO_EMMC                0xCC0A
+#define PCI_DEVICE_ID_STMICRO_SDIO             0xCC0B
+#define PCI_DEVICE_ID_STMICRO_GPIO             0xCC0C
+#define PCI_DEVICE_ID_STMICRO_ESRAM            0xCC0D
+#define PCI_DEVICE_ID_STMICRO_AUDIO_ROUTER_DMA 0xCC0E
+#define PCI_DEVICE_ID_STMICRO_AUDIO_ROUTER_SRCS        0xCC0F
+#define PCI_DEVICE_ID_STMICRO_AUDIO_ROUTER_MSPS        0xCC10
+#define PCI_DEVICE_ID_STMICRO_CAN              0xCC11
+#define PCI_DEVICE_ID_STMICRO_MLB              0xCC12
+#define PCI_DEVICE_ID_STMICRO_DBP              0xCC13
+#define PCI_DEVICE_ID_STMICRO_VIP              0xCC14
--
1.6.0.4
 

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ