PERFORCE change 165967 for review
Sylvestre Gallon
syl at FreeBSD.org
Sun Jul 12 16:07:27 UTC 2009
http://perforce.freebsd.org/chv.cgi?CH=165967
Change 165967 by syl at syl_atuin on 2009/07/12 16:06:47
Import a skeleton driver for the usb device contained by the samsung s3c24xx.
Thanks to wim vandeputte (hackabe1.org) to sponsoring me with a gta02 freerunner.
Add one entry in usbdevs for my USB steeny++
Affected files ...
.. //depot/projects/soc2009/syl_usb/src/sys/dev/usb/controller/s3c24xxdci.c#1 add
.. //depot/projects/soc2009/syl_usb/src/sys/dev/usb/controller/s3c24xxdci_gta02.c#1 add
.. //depot/projects/soc2009/syl_usb/src/sys/dev/usb/usbdevs#7 edit
.. //depot/projects/soc2009/syl_usb/src/sys/modules/Makefile#7 edit
.. //depot/projects/soc2009/syl_usb/src/sys/modules/usb/Makefile#4 edit
.. //depot/projects/soc2009/syl_usb/src/sys/modules/usb/s3c24xxdci/Makefile#1 add
Differences ...
==== //depot/projects/soc2009/syl_usb/src/sys/dev/usb/usbdevs#7 (text+ko) ====
@@ -607,6 +607,7 @@
vendor SOHOWARE 0x15e8 SOHOware
vendor UMAX 0x1606 UMAX Data Systems
vendor INSIDEOUT 0x1608 Inside Out Networks
+vendor PJRC 0x160c PJRC
vendor GOODWAY 0x1631 Good Way Technology
vendor ENTREGA 0x1645 Entrega
vendor ACTIONTEC 0x1668 Actiontec Electronics
@@ -1976,6 +1977,9 @@
/* P.I. Engineering products */
product PIENGINEERING PS2USB 0x020b PS2 to Mac USB Adapter
+/* PJRC */
+product PJRC TEENSY++ 0x478 TEENSY++ USB Device
+
/* Planex Communications products */
product PLANEX GW_US11H 0x14ea GW-US11H WLAN
product PLANEX2 GW_US11S 0x3220 GW-US11S WLAN
==== //depot/projects/soc2009/syl_usb/src/sys/modules/Makefile#7 (text+ko) ====
==== //depot/projects/soc2009/syl_usb/src/sys/modules/usb/Makefile#4 (text+ko) ====
@@ -26,7 +26,7 @@
#
SUBDIR = usb
-SUBDIR += ehci musb ohci uhci uss820dci ${_at91dci} ${_atmegadci}
+SUBDIR += ehci musb ohci uhci uss820dci ${_at91dci} ${_atmegadci} ${_s3c24xxdci}
SUBDIR += rum uath upgt ural zyd ${_urtw}
SUBDIR += uhid ukbd ums udbp ufm
SUBDIR += ucom u3g uark ubsa ubser uchcom ucycom ufoma uftdi ugensa uipaq ulpt \
@@ -42,6 +42,7 @@
.if ${MACHINE_ARCH} == "arm"
_at91dci= at91dci
_atmegadci= atmegadci
+_s3c24xxdci= s3c24xxdci
.endif
.if ${MACHINE_ARCH} == "i386"
More information about the p4-projects
mailing list