OSDN Git Service

add new azpen target froyo-x86 android-x86-2.2-r2
authorYi Sun <beyounn@gmail.com>
Tue, 31 May 2011 06:21:14 +0000 (23:21 -0700)
committerYi Sun <beyounn@gmail.com>
Tue, 31 May 2011 06:21:14 +0000 (23:21 -0700)
tegav2_info

index d95eb10..747cca1 100644 (file)
@@ -4,7 +4,7 @@ tegav2_info()
 {
        board=`cat $DMIPATH/product_name`
        case "$board" in
-               TEGA*|VPAD10*|X1*)
+               TEGA*|VPAD10*|X1*|PC*)
                        #BOARD_USES_TSLIB=true
                        # FIXME: a workaround for the race condition of auto-probing
                        EXTMOD="$EXTMOD hid-multitouch"
@@ -22,7 +22,7 @@ tegav2_info()
 detect_hardware()
 {
        case "`cat $DMIPATH/uevent`" in
-               *TEGA*|*VPAD10*|*azpen*)
+               *TEGA*|*VPAD10*|*azpen*|*AZPENPC*)
                        tegav2_info
                        ;;
                *)
@@ -35,7 +35,7 @@ post_detect()
 {
        board=`cat $DMIPATH/product_name`
        case "$board" in
-               X1*)
+               X1*|PC*)
                        echo 3 03eb 201c 1 > /sys/module/hid_multitouch/drivers/hid:hid-multitouch/new_id
                        ;;
                *)